Releases: L2jLiga/fastify-decorators
Releases · L2jLiga/fastify-decorators
v2.0.0-7
v2.0.0-6
Added
- User friendly error when trying to bootstrap invalid module
- Option to skip broken modules to prevent crash when trying to bootstrap invalid module
- APIs and documentation for testing
Fixed
- Several typos in documentation and comments
v2.0.0-5
Added
- Link to JetBrains IDE plugin (WebStorm, IDEA, ...)
Changed
- Bump minimal node.js version to 10.14
Removed
- Deprecated bootstrap options
v2.0.0-4
v2.0.0-3
v2.0.0-2
v2.0.0-1
v2.0.0-0
Added
directory
andmask
bootstrap options- Overloads to controller and requests handlers, now they can accept string instead of configuration object
- Dependency injection
Changed
- BREAKING CHANGE: symbols not exported anymore
- BREAKING CHANGE: minimal supported version of node is 10
- Deprecated
controllersDirectory
,controllersMask
,handlersDirectory
andhandlersMask
bootstrap options - Deprecated
AbstractController
in favor of Dependency Injection - Corrected signatures of decorators
- Corrected several typos in documentation
- Module system specified in package.json