Skip to content

Releases: adonisjs/http-server

Add method to the routes lookup store

08 Feb 08:16
Compare
Choose a tag to compare
  • feat: add methods array to the lookup routes array 8bfb88f

v1.7.0...v1.7.1

Fix issue that caused the server to crash and call exception handler report method

07 Feb 17:12
Compare
Choose a tag to compare
  • style: format code b206e98
  • feat: invoke exception handler report method d6b2a02
  • fix: handle exception when deferred response raises exception during finish call 284d77b
  • chore: update dependencies d03edd8

v1.6.6...v1.7.0

Fixing bug by not executing route matcher when param is optional and not defined

18 Jan 16:28
Compare
Choose a tag to compare
  • ci: bust cache fca3209
  • docs: update api docs 286402b
  • fix(route): do not execute matcher for undefined optional param ea60d04
  • chore: update dependencies 7cbffe9

v1.6.5...v1.6.6

clearCookie now sets the max age as a negative value

14 Jan 04:34
Compare
Choose a tag to compare
  • refactor: pre-process cookie max age from string to seconds ee2a7b1
  • fix: response.clearCookie must set max age as a negative value e09c553
  • chore: update dependencies 8ea0972

v1.6.4...v1.6.5

Introduction forceContentNegotiationToJSON flag

12 Jan 08:37
Compare
Choose a tag to compare
  • feat: introduce forceContentNegotiationToJSON flag 6588ae1
  • chore: update dependencies eb1a4cc

v1.6.3...v1.6.4

Fixing response.redirect method

26 Dec 12:41
Compare
Choose a tag to compare
  • fix: response.redirect do not append query string when original request has no query string 2836e41

v1.6.2...v1.6.3

Fixing regression caused by removing lodash

26 Dec 09:58
Compare
Choose a tag to compare
  • fix: use lodash since its helpers, lodash.omit or lodash.pick are not upto date a79cc53

v1.6.1...v1.6.2

Adding inspect method to context

26 Dec 09:03
Compare
Choose a tag to compare
  • feat: add HttpContext.inspect to see top level properties 4e86ea0
  • chore: update dependencies bcca4a0
  • fix: HttpContext.create pass secret to request and response 1a8c7df

v1.6.0...v1.6.1

Performance improvements and adding benchmarks

23 Dec 11:28
Compare
Choose a tag to compare
  • chore: remove tslint in favor of eslint 39fb522
  • feat: add descriptive response methods 31b2af9
  • fix(response): use never return type for abort method (#13) 96049b2
  • chore: add benchmarks against fastify bc320b8
  • chore: define main field c42da1d
  • ci: add appveyor and use node12 and latest for testing 4618191
  • refactor: remove lodash in favor of smaller modules d055460
  • refactor: remove _ prefix from all private properties 2833add
  • chore: update dependencies 5f18a58

v1.5.4...v1.6.0

Add support for redirect back to the old page when using "back" identifier

19 Dec 02:46
Compare
Choose a tag to compare
  • feat(response): add support for redirecting back to referrer 8b68fe1
  • chore: update dependencies 1d2d014

v1.5.3...v1.5.4