Skip to content

Commit

Permalink
Add changelog. Add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommaso Allevi committed Dec 9, 2019
1 parent 6e37cf6 commit 0bd70ba
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## v1.1.1 - 2019-12-09
## Add
- Add README

## v1.1.0 - 2019-12-09
## Add
- advanced config in route

## v1.0.5 - 2019-09-09

### Changed
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ In the async initialization function you can also access the `fastify` instance,
see [here][fastify-ecosystem] for a list of currently available plugins.
In addition, you can register additional [`content-type` parsers][fastify-parsers].

NB: the fifth parameter of `rawCustomPlugin` should be used wisely. See tests for that.

## Configuration
To use the library, you should specify the environment variables listed [here](index.js#L22),
other variables can be specified by setting your envSchema when calling the plugin.
Expand Down

0 comments on commit 0bd70ba

Please sign in to comment.