Skip to content

Releases: esatterwhite/node-seeli

v11.0.2

13 Feb 23:39
Compare
Choose a tag to compare

11.0.2 (2021-02-13)

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
  • deps: chalk@3.0.0
  • deps: cliui@6.0.0
  • deps: ora@4.0.3
  • deps[dev]: tap@14.10.2
  • deps: stip-ansi@5.2.0
  • deps: string-width@4.2.0
  • deps: mout@1.2.2
  • deps: inquirer@7.0.1
  • deps[dev]: check-pkg@2.1.1
  • deps[dev]: cli-spinners@2.3.0

Removes error domains

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