Releases: adonisjs/http-server
Releases · adonisjs/http-server
Fix broken types
- fix: types 146a29a
Simplify dependencies management
Improvements to the redirect API and HttpContext.create
The HttpContext.create method now internally uses the IoC container to an make instance of the context for a given route. The changes are done to make it easier for the user land code to create dummy context instances outside of the request lifecycle.
Commits
- chore: publish under next tag 519082c
- improvement: response.redirect.withQs now merges values on multiple values 545e606
- feat: add params and param method to request 06c0f0e
- chore(package): update peerdependencies 8bb1a46
- improvement: use safeStringify over JSON.stringify to avoid circular error 4971897
- refactor: simplify HttpContext.create method 75fcbc6
- chore(package): update dependencies de080db
- chore(deps): bump lodash from 4.17.15 to 4.17.20 (#23) c2317b2
Fixing Route not found exception to be handled by the global exception handler
Bug fixes
Updating underlying dependencies
- chore: update dependencies f0e75d0
Handful of improvements
Mainly focused around improving performance, static types and handful of bug fixes
Commits
- chore: tweak prettier endOfLine setting to work with windows e11081b
- docs: fix formatting and typos ab5cd0c
- style: format source files 4aff67e
- docs(README): update readme file 6513f05
- improvement: consolidate all exceptions to a json file 446f5b3
- improvement: improve resource.middleware types d0736ea
- fix: use base uri from the referrer header and not query string 136306c
- test: simplify tests setup and add test for provider f093b03
- refactor: handle of performance improvements a31b093
- refactor(Response): performance improvements d806f22
- chore: update/format meta and source files de0bed1
- fix(response): adaptation function body params in terms of http status (#19) a969bbf
Improvements and some bug fixes
- improvement: raise exception when a route has duplicate params 025d60f
- fix(response): set content-type when unable to stream file e4fcc8d
- chore: update dependencies b4bee00
- style: fix styling of heading comments cb6ba31
- chore: copy jsdoc to typings to enable them inside intellisense 5401de0
- style: fix styling of nearly all comments f9378b7
Getting ready for Typescript 3.9
Route resource and makeUrl changes
Highlights
makeUrlandmakeSignedUrlnow also acceptsparamsas top level properties in the options object.- The
route.resourcemethod uses thedestroymethod as controller method instead of delete