Releases: esatterwhite/node-seeli
Releases · esatterwhite/node-seeli
v11.0.2
v11.0.1
v11.0.0
v10.0.2
v10.0.1
10.0.1
v10.0.0
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
- 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
Updates outdated dependencies
v8.2.0: 8.2.0
===== * updated outdated dependencies * updated inquirer to v6
v8.0.0
- [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