fastify-decorators
Advanced tools
Comparing version 3.7.0 to 3.7.1
@@ -8,4 +8,12 @@ # Changelog | ||
## 3.7.1 | ||
### Fixed | ||
- Missed CJS files for `fastify-decorators/testing` (#113) | ||
## 3.7.0 | ||
### Added | ||
- Added option to specify plugins when configuring controllers/services tests | ||
@@ -16,2 +24,4 @@ - Publish library as dual package (ES Modules + CommonJS) | ||
### Added | ||
- `FastifyInstanceWithController` interface for testing (#93) | ||
@@ -18,0 +28,0 @@ |
{ | ||
"name": "fastify-decorators", | ||
"version": "3.7.0", | ||
"version": "3.7.1", | ||
"description": "Framework aimed to provide useful TypeScript decorators to implement controllers, services and request handlers, built with Fastify.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -256,9 +256,9 @@ [![Fastify decorators](./assets/logo.png)](https://github.com/L2jLiga/fastify-decorators) | ||
[fastify resty]: https://github.com/FastifyResty/fastify-resty | ||
[bootstrapping]: https://github.com/L2jLiga/fastify-decorators/blob/v3.7.0/docs/Bootstrapping.md | ||
[controllers]: https://github.com/L2jLiga/fastify-decorators/blob/v3.7.0/docs/Controllers.md | ||
[request handlers]: https://github.com/L2jLiga/fastify-decorators/blob/v3.7.0/docs/Request%20Handlers.md | ||
[services and dependency injection]: https://github.com/L2jLiga/fastify-decorators/blob/v3.7.0/docs/Services%20and%20dependency%20injection.md | ||
[hooks]: https://github.com/L2jLiga/fastify-decorators/blob/v3.7.0/docs/Hooks.md | ||
[error handling]: https://github.com/L2jLiga/fastify-decorators/blob/v3.7.0/docs/Error%20handling.md | ||
[testing]: https://github.com/L2jLiga/fastify-decorators/blob/v3.7.0/docs/Testing.md | ||
[migration guide (v3)]: https://github.com/L2jLiga/fastify-decorators/blob/v3.7.0/docs/Migration%20to%20v3.md | ||
[bootstrapping]: https://github.com/L2jLiga/fastify-decorators/blob/v3.7.1/docs/Bootstrapping.md | ||
[controllers]: https://github.com/L2jLiga/fastify-decorators/blob/v3.7.1/docs/Controllers.md | ||
[request handlers]: https://github.com/L2jLiga/fastify-decorators/blob/v3.7.1/docs/Request%20Handlers.md | ||
[services and dependency injection]: https://github.com/L2jLiga/fastify-decorators/blob/v3.7.1/docs/Services%20and%20dependency%20injection.md | ||
[hooks]: https://github.com/L2jLiga/fastify-decorators/blob/v3.7.1/docs/Hooks.md | ||
[error handling]: https://github.com/L2jLiga/fastify-decorators/blob/v3.7.1/docs/Error%20handling.md | ||
[testing]: https://github.com/L2jLiga/fastify-decorators/blob/v3.7.1/docs/Testing.md | ||
[migration guide (v3)]: https://github.com/L2jLiga/fastify-decorators/blob/v3.7.1/docs/Migration%20to%20v3.md |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
295473
174
3108
0