Releases: adonisjs/ace
Releases · adonisjs/ace
Upgrade to TypeScript 5
- 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
- feat: add --json output for the list command 83ac849
Full Changelog: v12.3.1-3...v12.3.1-4
Export cliHelpers
Full Changelog: v12.3.1-2...v12.3.1-3
Add assertion methods
- 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
Full Changelog: v12.3.1-0...v12.3.1-1
Remove ace-toolkit commands
Full Changelog: v12.3.0-0...v12.3.1-0
Add support for defining node args
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 _
- 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
- 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
- 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