Releases: Savory/Danet
Releases · Savory/Danet
1.0.6
fix(lifecycle-hooks): only call hooks once
1.0.5 Fix lifecycle hooks called multiple times
fix(lifecycle-hooks): only call hooks once
1.0.4 Fix @Inject injection as singleton
fix(injector): inject as singleton when scope !== REQUEST by default
1.0.3 Fix token injection in injectable
fix(injector): @Inject decorator works in service now
1.0.2
Export validatte in validation.ts
1.0.1
Bumped validatte version
v1.0.0
What's Changed
- [docs]: implement recommended community standards by @orama254 in #45
- [docs] Add LICENSE and CONTRIBUTING.md links to readme by @shashankbhatgs in #43
- Feat(test): giving some love to tests by @rgoupil in #47
- Feat: Make a validation in body of request (DTO) by @talis-fb in #49
- Feat: Allow query params to return all values by @rgoupil in #48
New Contributors
- @orama254 made their first contribution in #45
- @shashankbhatgs made their first contribution in #43
- @rgoupil made their first contribution in #47
- @talis-fb made their first contribution in #49
Full Changelog: v0.7.2...v1.0.0
v.0.7.2
Upgrade handlebars dependency
v0.7.1
Improve injection performance
v0.7.0
What's Changed
- Fix injection dependency by @Sorikairox in #36
- 23 inject request on controllersinjectables that are request scoped by @Sorikairox in #37
Full Changelog: v0.6.4...v0.7.0