Releases: adonisjs/ace
Releases · adonisjs/ace
Updating underlying dependencies
- chore: update dependencies 4ecaf26
Improving handleError utility
- refactor: improvements to handleError utility c184949
Improvements to listDirectoryFiles and handleError utility methods
- docs: update api docs 8bb920d
- refactor: handle missing command exception via handleError utility c36520d
- fix(Manifest): use correct path inside manifest for subcommands 80ff8d8
- refactor: improvements to listDirectoryFiles to return relative paths from app root afeac58
- chore: update dependencies d0c81f2
Exposing logger and allowing custom callback on generic errors handling
Exposing API to preload and mutate manifest file
Accepting adonis application and passing down to all apps
This infact is a breaking change, but since this version of ace is not released, we are taking the leverage of updating the minor version
Adding support for exporting commands subpath
Path to a given command can now export an array of subpaths to include additional commands. This is helpful, where the index.js
file inside the commands folder wants to register all the files inside the same folder, without manually re-define them.
Bug fixes to keep manifest file portable
- fix: do not add absolute paths to manifest file 9f411d7