fastify-decorators
Advanced tools
Comparing version 3.15.1 to 3.16.0
@@ -8,5 +8,12 @@ # Changelog | ||
## 3.16.0 | ||
### Added | ||
- Fastify v5 support | ||
## 3.15.1 | ||
### Fixed | ||
- application does not start up when service with initializer is loaded but not instantiated (issue [#877](https://github.com/L2jLiga/fastify-decorators/issues/877)) | ||
@@ -13,0 +20,0 @@ |
@@ -0,0 +0,0 @@ <h1 style="text-align: center">Fastify decorators</h1> |
@@ -0,0 +0,0 @@ <h1 style="text-align: center">Fastify decorators</h1> |
@@ -0,0 +0,0 @@ # Migration from v2.x to v3.x |
@@ -0,0 +0,0 @@ <h1 style="text-align: center">Fastify decorators</h1> |
@@ -0,0 +0,0 @@ <h1 style="text-align: center">Fastify decorators</h1> |
@@ -0,0 +0,0 @@ <h1 style="text-align: center">Fastify decorators</h1> |
{ | ||
"name": "fastify-decorators", | ||
"version": "3.15.1", | ||
"version": "3.16.0", | ||
"description": "Framework aimed to provide useful TypeScript decorators to implement controllers, services and request handlers, built with Fastify.", | ||
@@ -59,3 +59,3 @@ "type": "module", | ||
"@types/node": "*", | ||
"fastify": "^3.0.1 || ^4.0.0" | ||
"fastify": "^3.0.1 || ^4.0.0 || ^5.0.0" | ||
}, | ||
@@ -62,0 +62,0 @@ "maintainers": [ |
@@ -1,2 +0,2 @@ | ||
[![Fastify decorators](https://raw.githubusercontent.com/L2jLiga/fastify-decorators/v3.15.1/assets/logo.png)](https://github.com/L2jLiga/fastify-decorators) | ||
[![Fastify decorators](https://raw.githubusercontent.com/L2jLiga/fastify-decorators/v3.16.0/assets/logo.png)](https://github.com/L2jLiga/fastify-decorators) | ||
@@ -263,7 +263,7 @@ [![npm version](https://badge.fury.io/js/fastify-decorators.svg?colorB=brightgreen)](https://www.npmjs.com/package/fastify-decorators) | ||
[fastify resty]: https://github.com/FastifyResty/fastify-resty | ||
[bootstrapping]: https://github.com/L2jLiga/fastify-decorators/blob/v3.15.1/docs/Bootstrapping.md | ||
[controllers]: https://github.com/L2jLiga/fastify-decorators/blob/v3.15.1/docs/Controllers.md | ||
[request handlers]: https://github.com/L2jLiga/fastify-decorators/blob/v3.15.1/docs/Request%20Handlers.md | ||
[services and dependency injection]: https://github.com/L2jLiga/fastify-decorators/blob/v3.15.1/docs/Services%20and%20dependency%20injection.md | ||
[testing]: https://github.com/L2jLiga/fastify-decorators/blob/v3.15.1/docs/Testing.md | ||
[migration guide (v3)]: https://github.com/L2jLiga/fastify-decorators/blob/v3.15.1/docs/Migration%20to%20v3.md | ||
[bootstrapping]: https://github.com/L2jLiga/fastify-decorators/blob/v3.16.0/docs/Bootstrapping.md | ||
[controllers]: https://github.com/L2jLiga/fastify-decorators/blob/v3.16.0/docs/Controllers.md | ||
[request handlers]: https://github.com/L2jLiga/fastify-decorators/blob/v3.16.0/docs/Request%20Handlers.md | ||
[services and dependency injection]: https://github.com/L2jLiga/fastify-decorators/blob/v3.16.0/docs/Services%20and%20dependency%20injection.md | ||
[testing]: https://github.com/L2jLiga/fastify-decorators/blob/v3.16.0/docs/Testing.md | ||
[migration guide (v3)]: https://github.com/L2jLiga/fastify-decorators/blob/v3.16.0/docs/Migration%20to%20v3.md |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
373786