Skip to content

Releases: adonisjs/core

Updating validator

14 Feb 10:50
Compare
Choose a tag to compare

v2.9.0...v2.10.0

Updating underlying dependencies

08 Feb 08:46
Compare
Choose a tag to compare
  • fix: cleanup signals listeners when closing http server 49a6632
  • feat: add list:routes and dumprc:file commands f786933
  • chore: update dependencies c191651

v2.8.1...v2.9.0

Fix for v2.8.0 release

06 Feb 08:02
Compare
Choose a tag to compare
  • fix: broken links to the config stub file 6bd2665
  • fix: typos in config file stubs 6ec8d50
  • fix(instructions): use correct file instance when persisting config files 0b34d65

v2.8.0...v2.8.1

Adding support for the static file server

06 Feb 07:50
Compare
Choose a tag to compare
  • feat: add static file server 673642e
  • chore: update dependencies ed32c78

v2.7.5...v2.8.0

Default help output is now in sync with the --help flag

18 Jan 16:36
Compare
Choose a tag to compare
  • chore: update dependencies 46984d8
  • fix: default help output is consisent with both --help flag fdf05cf
  • chore: update dependencies 7db04d7

v2.7.4...v2.7.5

Adding support to force content negotiation to JSON for JSON API servers

14 Jan 04:59
Compare
Choose a tag to compare
  • test: update config stub to initialize cookie 802cea4
  • chore: update dependencies a25fa22
  • chore: add forceContentNegotiationToJSON to config/app file ae77df5

v2.7.3...v2.7.4

Updating underlying dependencies

12 Jan 10:56
Compare
Choose a tag to compare
  • refactor: remove expires from cookie options. 4f62134
  • chore: update dependencies 1232f25

v2.7.2...v2.7.3

Updating underlying dependencies

26 Dec 15:12
Compare
Choose a tag to compare
  • chore: skip lib checks deca087
  • fix: include bodyparser and validator main typings 7b2ee51
  • chore: update dependencies 9f2562d

v2.7.1...v2.7.2

Updating underlying dependencies

26 Dec 12:03
Compare
Choose a tag to compare
  • chore: update validator package 6e592a0
  • chore: update dependencies ad1fd0e

v2.7.0...v2.7.1

Including bodyparser and validator as a dependency

26 Dec 09:17
Compare
Choose a tag to compare
  • chore: execute instructions for events module 4f26c34
  • chore: update dependencies 24c5403
  • feat(healthChecks): introduce servicesList property to get names of registered services 2241ce3
  • test: ensure bindings are registered by the AppProvider 173a56c
  • ci: upgrade min node version for 12 5639b17
  • feat: add bodyparser and validator as dependencies f7a06fd
  • refactor: remove _ prefix from all private properties d00d616
  • chore: remove tslint in favor of eslint e2535cc
  • chore: update dependencies 0a79e69
  • refactor: use aliases from the rcFile, since autoloads have been removed 2d29d64
  • test: fix breaking tests after dependencies upgrade 9089cf1
  • refactor(ExceptionHandler): ignore 400, 422, 401 status from getting reported b2ad4f9
  • refactor(ExceptionHandler): set disableStatusPagesInDevelopment = true by default bc2875b
  • chore: update dependencies dc1f722
  • chore: update dependencies 1b5d8bf
  • fix(server): correctly handle errors on listenThe Promise constructor doesn't automatically catch errors if its handlerfunction is async. Use try/catch to avoid unhandled rejections.If the server is closed because the port is already in used, use anon-zero exit code and log it as an error. (#1175) ebdf015
  • chore: update dependencies be417ca

v2.6.2...v2.7.0