Skip to content

Releases: esatterwhite/node-seeli

v8.0.0

31 Dec 17:53
v8.0.0
Compare
Choose a tag to compare
  • [BREAKING] Commands run async functions
  • introduces ora as a progress indicator
  • exposes a prompt function as a hook into inquirer
  • introduces cliui for help output formatting
  • fix auto event handler double callback bug
  • adds a shortcut colorize function
  • Only string values returned from commands are written to stdout
  • additional example commands for demonstration
  • the interactive flag is excluded from help output if interactive mode is not enabled

v7.0.0

17 Dec 03:48
v7.0.0
Compare
Choose a tag to compare
  • re-organization of the internal libs.
  • command runner usues content from callback over content event
  • answers are passed back to interactive questions as they are collected
  • [BREAKING] configurable properties all moved to config module ( exitOnError, exitOnContent )
  • fixes bugs it type resolution
  • fixes interactive validation - appropriate use of when, filter and validate
  • fixes bug that prevented un-registering and registering a command of the same name
  • default description for interactive command prompts
  • improvement of test coverage
  • [BREKING] commands will error when receiving invalid input types

v6.0.0: 6.0.0

21 Nov 02:35
v6.0.0
Compare
Choose a tag to compare
* [BREAKING] exitOnError is now a configuration option
* flags can be nested separated by a colon `a:b:c=1`
* updates inquirer to 4.0.0

v5.0.0: 5.0.0

26 Sep 01:35
Compare
Choose a tag to compare
  • Adds strict option on command to reject unknown flags
  • updates chalk to v2.x
  • replace mocha w/ tap for testing

v4.0.0

26 Sep 01:13
Compare
Choose a tag to compare
4.0.0

v3.0.1

09 Oct 00:47
Compare
Choose a tag to compare

fixes a bug where interactive commands would never be passed any data