Releases: appcelerator/cli-kit
Releases · appcelerator/cli-kit
v2.0.1
v2.0.0
- BREAKING CHANGE: Require Node.js 14.15.0 LTS or newer.
- BREAKING CHANGE: Changed package to a ES module.
- BREAKING CHANGE: Removed server mode including CLI.connect(), CLI.listen(), and CLI.schema().
- BREAKING CHANGE: No longer re-export pkg-dir.
- BREAKING CHANGE: generateHelp() now returns a promise.
- chore: Updated dependencies.
v1.16.0
v0.15.0
v0.6.2
v0.5.3
v0.5.2
v0.5.1
v0.5.0
This mainly a maintenance release, however 3 undocumented exported APIs (moment, humanize, and figures) were removed.
chore: Upgraded to Gulp 4.
chore: Updated npm deps.
chore: Added eslint plugins.
chore: Updated the comparison table.
chore: Removed moment, humanize, and figures exports from snooplogg.
v0.4.1
- fix(cli): fixed exec() to always resolve a result instead of only when no command is found.
- fix(parser): Added validation for missing required options.
- fix(help): Fixed typo preventing correct option hint from rendering on the help screen.
- chore: Updated npm deps.