Skip to content

Releases: adonisjs/http-server

Use ctx.logger inside exception handler

04 Mar 03:13

Choose a tag to compare

Pre-release
  • chore: update dependencies 02c1169
  • refactor(exception_handler): use ctx.logger 573a591

Full Changelog: v6.8.1-0...v6.8.2-0

Update dependencies

03 Mar 04:14

Choose a tag to compare

Update dependencies Pre-release
Pre-release
  • chore: update dependencies f6cf0ab
  • chore: update dependencies 67965b9

Full Changelog: v6.8.0-0...v6.8.1-0

Add server.pipeline method

14 Feb 05:52

Choose a tag to compare

Pre-release

This pipeline method can be used for writing tests that involves executing middleware chain without making an HTTP request.

Commits

  • style: remove unused types 6a9b4c7
  • feat: add server.pipeline method 318ba79

Full Changelog: v6.7.1-0...v6.8.0-0

Update dependencies

13 Feb 08:30

Choose a tag to compare

Update dependencies Pre-release
Pre-release
  • chore: update dependencies 88c08f6

Full Changelog: v6.7.0-0...v6.7.1-0

Add helper methods to create request, response and http context instances

11 Feb 05:04

Choose a tag to compare

  • refactor: rename exception handler class c459492
  • feat(Server): add helper methods to create request, response and context 2767ffb
  • chore: update dependencies df503ce

v6.6.3-0...v6.7.0-0

Update dependencies

03 Feb 08:53

Choose a tag to compare

Update dependencies Pre-release
Pre-release
  • chore: update dependencies 0db1188

Full Changelog: v6.6.2-0...v6.6.3-0

Export cookie client and add request.serialize method

30 Jan 05:39

Choose a tag to compare

  • chore: update dependencies and export cookie client f1a4c7d
  • refactor: add request.serialize method 756fab4

v6.6.1-0...v6.6.2-0

Update dependencies

26 Jan 19:11

Choose a tag to compare

Update dependencies Pre-release
Pre-release

Full Changelog: v6.6.0-0...v6.6.1-0

Small improvements to tighten up the APIs

23 Jan 16:22

Choose a tag to compare

  • style: removed unused imports 78a3686
  • feat: allow request.plainCookie options to be set via an object 9a1307c
  • feat: add response helpers to inspect the type of response body 419c16c
  • fix: remove header on Node.js res object via "response.removeHeader" 3fb7afc
  • chore: update dependencies 870fac8

Full Changelog: v6.5.0-0...v6.6.0-0

Add base http exception handler class

19 Jan 12:49

Choose a tag to compare

Pre-release

Commits

  • docs: update license file 88364b1
  • chore: improve test coverage bcba77c
  • feat: add http exception handler base class efe6107
  • refactor: expose all factories from the factories sub-path 2a85021
  • refactor: move exceptions to top level file 0bb9850

Full Changelog: v6.4.3-0...v6.5.0-0