Skip to content

Releases: adonisjs/ace

Upgrade to TypeScript 5

27 Mar 09:12
Compare
Choose a tag to compare
Pre-release
  • chore: publish source and generate delcaration map f40898b
  • docs: update License file 8dc2ede
  • chore: update dependencies c10d9cf

Full Changelog: v12.3.1-4...v12.3.1-5

Add --json output option for the list command

15 Mar 06:11
Compare
Choose a tag to compare
  • feat: add --json output for the list command 83ac849

Full Changelog: v12.3.1-3...v12.3.1-4

Export cliHelpers

14 Mar 10:20
Compare
Choose a tag to compare
Export cliHelpers Pre-release
Pre-release
  • chore: update dependencies fad9ce2
  • feat: export cliHelpers from poppinss/cliui d91d1f8

Full Changelog: v12.3.1-2...v12.3.1-3

Add assertion methods

11 Mar 07:50
Compare
Choose a tag to compare
Add assertion methods Pre-release
Pre-release
  • refactor: rename assertLogMessage to assertLog 46eb319
  • chore: update dependencies a6e17e4
  • feat: add assertionMethods ab4758e
  • feat: expose command static properties from command instance 4b132f2

Full Changelog: v12.3.1-1...v12.3.1-2

Update dependencies

10 Mar 04:17
Compare
Choose a tag to compare
Update dependencies Pre-release
Pre-release
  • chore: update dependencies 93c7862
  • chore: update dependencies a08f3b4

Full Changelog: v12.3.1-0...v12.3.1-1

Remove ace-toolkit commands

03 Mar 05:15
Compare
Choose a tag to compare
Pre-release
  • refactor: remove ace-toolkit 6c8bdc0
  • chore: update dependencies a535249

Full Changelog: v12.3.0-0...v12.3.1-0

Add support for defining node args

27 Feb 04:24
Compare
Choose a tag to compare
Pre-release

Ace now parses flags mentioned before the command name as Node.js process.execArgv. These are not given to Node.js directly, but commands launching child process can pass the nodeArgs array to the child process

Commits

  • refactor: fix build issues 3f87e8f
  • chore: update dependencies 74ad44a
  • feat: add support for defining node.js args 0da3480
  • chore: update dependencies d961a43

Full Changelog: v12.2.0-0...v12.3.0-0

FS loader to ignore commands prefixed with _

13 Feb 09:18
Compare
Choose a tag to compare
  • refactor: do not display description label when no command description is set 829ffee
  • refactor(FsLoader): ignore file names prefixed with _ 30a85a0
  • test: use filesystem plugin 1ccf921
  • chore: update dependencies 8237d6d

Full Changelog: v12.1.1-0...v12.2.0-0

Ignore commands starting with _ during index generation

03 Feb 09:43
Compare
Choose a tag to compare
  • refactor: hydrate command before executing it 6becbb4
  • feat(index_generator): add support for ignore commands starting with _ fc4d850

Full Changelog: v12.1.0-0...v12.1.1-0

New features

02 Feb 06:50
Compare
Choose a tag to compare
New features Pre-release
Pre-release
  • Support for expanding command aliases
  • Added toJSON method to command to serialize it to JSON

Commits

  • test: add test for command.toJSON method b33f041
  • refactor: hydrate commands outside of constructor 440784e
  • feat: add support for alias expansion 6773717
  • feat: add toJSON method to serialize command to JSON 8c8be07

Full Changelog: v12.0.0-0...v12.1.0-0