Releases: adonisjs/ace
Releases · adonisjs/ace
Fix issue where a missing command complains for the missing flag first
- chore: update dependencies ca2e489
- fix: complaint for unknown flags when a command is found b0055e6
- chore: update dependencies 60f8e38
- chore: update dependencies 0c89247
Full Changelog: v11.0.4...v11.0.5
update dependencies
Update dependencies
Update dependencies
Add support for appending commands and aliases to the help method
Making flags validation more strict and disallow unknown flags
The release has a breaking change, since the flags are more strict and we disallow all the known flags when running a command.
Earlier, the value for the boolean was to false
and for a string flag was set to an empty string
by default, even when the flag was not mentioned. Now, it is set as undefined
. The change is made to distinguish between the user define values and the implicit defaults.
Also, the boolean flag no longer going to accept non boolean values anymore.
Commits
- docs(README): update links 4a7795f
- refactor: making flags more strict and dropping default,defaultValue options f6d565b
- improvement: force property using args decorators to have correct types dac52d3
- improvement: do not accept "propertyName" and "type" via decorators f89afe7
- chore: update dependencies af68f40
Update dependencies
Update @adonisjs/application dependency
- chore: update dependencies 2529611