Releases: adonisjs/core
Releases · adonisjs/core
Updating validator
Updating underlying dependencies
Fix for v2.8.0 release
Adding support for the static file server
Default help output is now in sync with the --help flag
Adding support to force content negotiation to JSON for JSON API servers
Updating underlying dependencies
Updating underlying dependencies
Updating underlying dependencies
Including bodyparser and validator as a dependency
- 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