Releases: adonisjs/core
Releases · adonisjs/core
Updating core commands list
Fixing bugs around default exception handler
Using rcFile for resolving providers
Improvements to the ace workflow
Lots of improvements
- The Ignitor process for running ace commands has been improved
- Exception handler now supports status code ranges for
statusPages
property
Commits:
- chore: update dependencies 1f945fb
- chore: update dependencies 9627ca5
- fix(exceptionHandler): use logger methods in relation to the error status code 2616713
- feat: add support for ranges inside statusPages object 4129ec4
- refactor: change exceptioHandler.statusPages object key type to string 176125f
- refactor: properly handle http server port in use error 263a503
- refactor: name RuntimeException to AceRuntimeException e2ca688
- feat: implement core commands d8d62d6
Commit Range:
v2.4.0...master
Improving Ignitor with first class support for ace commands
Another release will follow it to allow compiling project using ace as well
- refactor: re-organize ignitor code f4fbbd1
- refactor: cleanup code 0a2e74c
- feat: add support for handling ace commands 6678a7b
- refactor: encapsulate http server bootstrapping process to it's own dedicated class 2616b69
- chore: update dependencies 1ac14cd
- fix CONTRIBUTING.md link (#1164) 89aa3c6
- chore: moving fold and ace to dependencies from peer dependencies 91347e2
Stable support for executing ace commands and handful of fixes
- test: fixing tests after recent update of http-server 9f86897
- chore: update dependencies 2864d5e
- refactor: fix failing tests 1911dc2
- feat: add support for rendering statusPages from exception handler fa4410b
- refactor: improve the way commands are executed 83c1565
- chore: update dependencies 3923de5
- docs(readme.md): fixed the license badge in README.md pointing to an invalid URL (#1161) 4dd6a94
Refactoring Ignitor
Adding support to bootstrap app for ace commands
Set the provider path as the main file in package.json
- chore: set provider as the package main file d564011