Skip to content

Releases: adonisjs/ace

Fixes for v6.3.0

18 Oct 17:02
Compare
Choose a tag to compare
  • fix: allow creating nested files b150e26
  • fix(generator): do not overwrite existing files 8611e98

v6.3.0...v6.3.1

Adding support for entity generator

18 Oct 16:09
Compare
Choose a tag to compare

Entity generator exposes the API to generate entity files like Models, Controllers and so on

  • feat: add generator to generate entity files f177afa

v6.2.3...v6.3.0

Adding support for injecting container dependencies to commands

18 Oct 13:16
Compare
Choose a tag to compare
  • feat: add support for injecting IoC container dependencies 1755a5a

v6.2.2...v6.2.3

Fixing a bug to handle absolute paths for commands

17 Oct 00:06
Compare
Choose a tag to compare
  • fix: allow passing absolute path to commands cdb818a
  • fix: handle absolute paths when generating manifest files 8412acd

v6.2.1...v6.2.2

Improving handleError utility to handle command exceptions

16 Oct 12:48
Compare
Choose a tag to compare
  • refactor: improving handleError utility method 067c240
  • chore: update dependencies 57b6acb

v6.2.0...v6.2.1

Added lifecycle hooks and bunch of small improvements

16 Oct 10:22
Compare
Choose a tag to compare

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

Converting flag names to dash case

27 Sep 08:36
Compare
Choose a tag to compare
  • chore: update dependencies d85fbd9
  • feat: convert flags to dash-case by default 35025be

v6.1.6...v6.1.7

Updating underlying dependencies

09 Sep 10:41
Compare
Choose a tag to compare
  • chore(package): update dependencies ae6e514

v6.1.5...v6.1.6

Updating underlying dependencies

30 Aug 05:02
Compare
Choose a tag to compare
  • chore(package): update dependencies 95a65f1
  • chore(package): update dependencies c104f24

v6.1.4...v6.1.5

Fixes around decorators and command validation cycle

27 Aug 15:22
Compare
Choose a tag to compare
  • fix: failing tests b34488d
  • fix: allow arg/flag name to be different from property name 9adfc4b
  • refactor: improve runtime raised exceptions 6dd7890
  • refactor: validate command after global flags are executed 6969d81

v6.1.3...v6.1.4