Releases: adonisjs/http-server
Releases · adonisjs/http-server
Making internal exceptions reach the global exception handler
HttpContext now allows extensible API via macroable
Type hinting macroable macros and getters
- refactor: typehint macro and getter callbacks 571376c
Adding support for resources with custom name
Handful of improvements and bug fixes
- fix(response): do not set Content-length for 304 responses a8cf88f
- chore: disable typedoc temporarily since it's not working with latest typescript 75f5911
- fix: ensure that routes for domain are searched only when domain is registered 9518de9
- refactor: improve typings for inline middleware functions 3953f1d
- feat(resource): allow registering middleware as a wildcard for all routes 1eab857
- refactor: ensure resource route and param names are always in snake case 125131b
- fix(resource): strip leading and trailing slashes from resource name cba5f4e
- chore: update dependencies 1c1a2ac
- fix(Response): correctly send the response when file doesn't exist while streaming it (#11) 75a9f68
Add toJSON to request class
Adding support for abort requests using one liners
Fixing bug related to profiler scope getting changed during server requests
Fixing the ambient module declaration for Server
- fix: export Server const from ambient module 76d6984