Skip to content

Releases: appcelerator/cli-kit

v2.0.1

06 Jul 19:48
Compare
Choose a tag to compare
  • fix: Added missing src directory to distribution

v2.0.0

06 Jul 19:42
2212d24
Compare
Choose a tag to compare
  • 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

21 Apr 22:51
d565c8e
Compare
Choose a tag to compare
  • feat: Add support for extension CLIs with multiple exported entrypoints that do not use cli-kit.
  • chore: Updated dependencies.

v0.15.0

10 Apr 06:32
Compare
Choose a tag to compare
  • feat(command): Added header and footer to commands for help. #63
  • feat(help): Added some styles to the generated help.
  • chore: Updated npm deps.

v0.6.2

25 Jan 17:02
Compare
Choose a tag to compare
  • fix(cli): Fixed regression with wrong banner shown for extensions.
  • chore: Updated npm deps.

v0.5.3

11 Jan 15:54
Compare
Choose a tag to compare
chore: Updated npm deps.
chore: Updated comparison.

v0.5.2

11 Jan 15:54
Compare
Choose a tag to compare
v0.5.2

v0.5.1

17 Dec 22:13
Compare
Choose a tag to compare

This is a maintenance release.

chore: Added promise eslint plugin.
chore: Updated Babel.

v0.5.0

14 Dec 19:54
Compare
Choose a tag to compare

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

06 Dec 23:04
Compare
Choose a tag to compare
  • 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.