Releases: Savory/Danet
Releases · Savory/Danet
1.3.3 SetMetadata to create decorators
lint: deno fmt
1.3.2 Fix @Query decorator default behavior
fix: @Query decorator get first by default
1.3.1 Change handlebar provider
fix: change handlebar provider to prevent hanging processes
1.3.0 Store entrymodule
feat: entryModule property on app
1.2.2 Type info in metadata for documentation generator
lint: deno fmt
1.2.1 Fix body validation for Body decorator with prop
chore: remove deno.lock
1.2.0 DI for Guard and Exception Filters
We can now inject dependencies in Guards and Exceptions Filters !
1.1.1 Middleware casting is not necessary anymore
docs: remove useless cast
1.1.0 Middleware + Session handling !
What's Changed
- Feat/middleware handling by @Sorikairox in #55
- feat: Session decorator by @Sorikairox in #56
Full Changelog: 1.0.7...1.1.0
1.0.7 Prevent resolving the same injectables multiple time
feat: prevent from resolving the same injectables multiple time