Releases: adonisjs/http-server
Releases · adonisjs/http-server
Fix named middleware args overwriting each other
Commits
- fix: do not re-assign args to same middleware node 16fdb35
- chore: update dependencies edd9297
- feat: allow to create cookies that are not base64 encoded (#63) 10b8b95
- chore: update dependencies (#64) 99f89ef
What's Changed
- chore: update dependencies by @targos in #64
- Allow to create cookies that are not base64 encoded by @RomainLanz in #63
Full Changelog: v5.11.0...v5.12.0
Add support to rename route resource param names
Fix route.params to exist on ctx.route
New APIs to make route model lookup work
Add support for finding routes by identifier
Allow makeUrl to work without performing route lookup
- feat: allow making url without performaing route lookup 3dab746
Update dependencies
- chore: update dependencies 6009749
Re-arrange HTTP methods inside the methods array
- refactor: move "HEAD" HTTP method after the "GET" method in methods array 03fdc79
Update dependencies
- chore: update dependencies 494bf45