Releases: esatterwhite/node-seeli
Releases · esatterwhite/node-seeli
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: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps[dev]: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps[dev]: [email protected]
- deps[dev]: [email protected]
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
v7.0.0
- 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