Skip to content

Releases: adonisjs/http-server

Fix broken types

27 Sep 17:15

Choose a tag to compare

Simplify dependencies management

27 Sep 13:48

Choose a tag to compare

  • refactor: update benchmarks code 157e796
  • chore: update dependencies 3978967
  • refactor: simplify dependencies management 1fba190

v4.0.0...v4.0.1

Improvements to the redirect API and HttpContext.create

25 Sep 05:46

Choose a tag to compare

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

v3.0.3...v4.0.0

Fixing Route not found exception to be handled by the global exception handler

28 Aug 09:55

Choose a tag to compare

  • fix: http exception let the global exception handler handle it e4b8319
  • chore(package): update dependencies bb72d4e

v3.0.2...v3.0.3

Bug fixes

04 Aug 11:42

Choose a tag to compare

  • chore: update dependencies 2a2f1d9
  • fix: allow body in 201 created responses (#21) bd80651
  • chore(deps): bump minimist from 1.2.0 to 1.2.5 (#20) 855ad67

v3.0.1...v3.0.2

Updating underlying dependencies

24 Jul 09:55

Choose a tag to compare

Handful of improvements

24 Jul 07:03

Choose a tag to compare

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

v2.1.2...v3.0.0

Improvements and some bug fixes

18 Jun 18:31

Choose a tag to compare

  • 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

v2.1.1...v2.1.2

Getting ready for Typescript 3.9

14 May 15:19

Choose a tag to compare

  • improvement: for types after typescript 3.9 release d5e35b5
  • chore: update dependencies 3e9c24b
  • feat(response): allow to use a route identifier to redirect (#16) 3bca166

v2.1.0...v2.1.1

Route resource and makeUrl changes

19 Apr 19:32

Choose a tag to compare

Highlights

  • makeUrl and makeSignedUrl now also accepts params as top level properties in the options object.
  • The route.resource method uses the destroy method as controller method instead of delete

Commits

  • feat: allow defining params on top level object when using makeUrl and makeSignedUrl methods addd528
  • chore: update dependencies a4f6f3d
  • refactor: use destroy handler instead of delete (#14) 471e0ca

v2.0.3...v2.1.0