Skip to content

Releases: adonisjs/ace

Updating underlying dependencies

25 Nov 05:19
Compare
Choose a tag to compare

Improving handleError utility

24 Nov 13:05
Compare
Choose a tag to compare
  • refactor: improvements to handleError utility c184949

v6.7.0...v6.7.1

Improvements to listDirectoryFiles and handleError utility methods

24 Nov 12:09
Compare
Choose a tag to compare
  • 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

v6.6.1...v6.7.0

Exposing logger and allowing custom callback on generic errors handling

20 Nov 14:08
Compare
Choose a tag to compare
  • feat: handle error utility now accepts callback to handle generic errors bdfa4cf
  • feat: export fancy logger 9cbc85f
  • chore: update dependencies 46cd498

v6.6.0...v6.6.1

Exposing API to preload and mutate manifest file

19 Nov 16:53
Compare
Choose a tag to compare
  • feat: expose method to preload manifest file 40f95ec
  • feat: allow registering custom commands along with manifest file f8431da
  • chore: update dependencies cabe2f2

v6.5.0...v6.6.0

Accepting adonis application and passing down to all apps

13 Nov 10:11
Compare
Choose a tag to compare

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

  • docs: update api docs 339fca5
  • docs: update readme with correct examples f240b9f
  • chore: move dependencies around d0276cd
  • feat: passing application instance to commands e5a714a
  • chore: update dependencies b2c2c45

v6.4.0...v6.5.0

Adding support for exporting commands subpath

11 Nov 10:26
Compare
Choose a tag to compare

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.

  • feat: exporting listDirectoryFiles to export an array of commands paths 1793773
  • feat: added support for exporting sub paths from the command entry point e713a53
  • chore: update dependencies efc18c3

v6.3.4...v6.4.0

Bug fixes to keep manifest file portable

10 Nov 17:12
Compare
Choose a tag to compare
  • fix: do not add absolute paths to manifest file 9f411d7

v6.3.3...v6.3.4

Handful of improvements and prompts bug fix

10 Nov 15:40
Compare
Choose a tag to compare
  • refactor: rename boot to $boot, to be in more sync with other methods a48c767
  • feat: add $defineArgument and $defineFlag methods on BaseCommand d2ec6f4
  • chore: update dependencies 42ef783
  • feat(generator): add support for defining prefix 1f1252e
  • chore: update dependencies 451f5c5

v6.3.2...v6.3.3

Fixing broken reference to kleur

22 Oct 14:16
Compare
Choose a tag to compare
  • fix: unwanted reference kleur library 52bf3ef
  • chore: update dependencies d2ea6c1

v6.3.1...v6.3.2