Skip to content

Added lifecycle hooks and bunch of small improvements

Compare
Choose a tag to compare
@thetutlage thetutlage released this 16 Oct 10:22

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

  • refactor: adding boot process to command static API 8b6e97e
  • feat: add support for defining arbritary command settings e5050e7
  • feat(kernel): add before and after lifecycle hooks dec79b5
  • refactor: removing inhouse logging methods in favor of fancy-logs 7268635
  • chore: update dependencies d8ef8cc

v6.1.7...v6.2.0