Skip to content

Releases: esatterwhite/node-seeli

v11.0.1

13 Sep 15:50
Compare
Choose a tag to compare

11.0.1 (2020-09-13)

Bug Fixes

  • release: update changelog title to be a header (fe6ae68)

v11.0.0

13 Sep 15:46
Compare
Choose a tag to compare

11.0.0 (2020-09-13)

v10.0.2

18 Jul 04:06
Compare
Choose a tag to compare

10.0.2 (2020-07-18)

Bug Fixes

  • test: moving the tap config into package.js (b4eb31c)

v10.0.1

03 Jul 19:49
Compare
Choose a tag to compare
10.0.1

v10.0.0

01 Jun 12:58
Compare
Choose a tag to compare

This removes the global handler for unhandledRejection from the process.
The main run function will no longer call process.exit explicitly

Semver: major

V9.0.0

14 Apr 18:23
Compare
Choose a tag to compare

v8.2.1

20 Apr 02:01
Compare
Choose a tag to compare

Updates outdated dependencies

v8.2.0: 8.2.0

20 Apr 01:47
v8.2.0
Compare
Choose a tag to compare
=====

* updated outdated dependencies
* updated inquirer to v6

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