Releases: adonisjs/ace
Releases · adonisjs/ace
Fixes for v6.3.0
Adding support for entity generator
Entity generator exposes the API to generate entity files like Models
, Controllers
and so on
- feat: add generator to generate entity files f177afa
Adding support for injecting container dependencies to commands
- feat: add support for injecting IoC container dependencies 1755a5a
Fixing a bug to handle absolute paths for commands
Improving handleError utility to handle command exceptions
Added lifecycle hooks and bunch of small improvements
Big features
Lifecycle hooks allows the user of this package perform certain tasks without relying on the core to rollout specific features. For example:
AdonisJs will boot the application before running the command, when settings.loadApp
is true
.
Other changes
Now we make use of @poppinss/fancy-logs
for logging messages and this ensures that all of the log messages across the board are same
Converting flag names to dash case
Updating underlying dependencies
- chore(package): update dependencies ae6e514