Releases: esatterwhite/node-seeli
Releases · esatterwhite/node-seeli
v15.1.0
15.1.0 (2023-12-31)
Features
- command: add support for input filter for non-interactive a21e065 - Eric Satterwhite
v15.0.0
15.0.0 (2023-12-04)
Bug Fixes
- ci: update node matrix to reflect true level of support 29ede75 - Eric Satterwhite
- typo: Fix 2 exception name typos 517d7cb - Eric Satterwhite
BREAKING CHANGES
- ci: minimum version of node is 16
v14.1.1
14.1.1 (2023-02-20)
Bug Fixes
- ci: remove docs build from build b4f2029 - Eric Satterwhite
- command: stop ora instance after run is called 9fc53c6 - Eric Satterwhite
- gh-pages: update node version to 14 2584db7 - Eric Satterwhite
Chores
- style: fix linting errors 4fc23d7 - Eric Satterwhite
v14.1.0
14.1.0 (2022-12-08)
Chores
Features
- colorize: enable color mode parsing 578801d - Eric Satterwhite
v14.0.0
14.0.0 (2022-09-05)
Bug Fixes
- command: commands will throw when duplicate short hands are found cdaddbb - Eric Satterwhite, closes: #113
BREAKING CHANGES
- command: commands will throw when duplicate short hands are found
v13.0.3
13.0.3 (2021-12-10)
Bug Fixes
- seeli: expose Command as a getter on seeli 13ea0e4 - Eric Satterwhite
v13.0.2
13.0.2 (2021-11-03)
Bug Fixes
- command: exclude interactive flag from tree if disabled 0d0ee94 - Eric Satterwhite
v13.0.1
13.0.1 (2021-10-31)
Bug Fixes
- release: update release to regenerate docs. 74bd48d - Eric Satterwhite
Chores
v13.0.0
13.0.0 (2021-10-31)
Documentation
- gh-pages: update doc and example to reflect changes 75365eb - Eric Satterwhite
Features
- command: expose a
tree
getter for a json tree of a command 224c1f7 - Eric Satterwhite
- seeli: make primary export a seeli command instance e7fe759 - Eric Satterwhite
BREAKING CHANGES
- seeli: get/set functions replaced with single
config
function
- seeli: top level commands property removed
v12.5.9
12.5.9 (2021-08-20)
Bug Fixes
- help: remove the interactive disablement on help command 4c0283b - Eric Satterwhite