Releases: esatterwhite/node-seeli
Releases · esatterwhite/node-seeli
v12.3.1
12.3.1 (2021-03-21)
Chores
Dependancies
Documentation
- include a docs site for githubpages (abf1528)
v12.3.0
12.3.0 (2021-03-19)
Bug Fixes
- command: fix interactive prompts for repeating numbers (c810602)
Features
- command: add a command method to convert flags to prompts (5817b34)
v12.2.0
12.2.0 (2021-03-02)
Features
- seeli: add basic support for plugins (782a066), closes #39
v12.1.4
12.1.4 (2021-03-01)
Bug Fixes
- command: fix resolving of subcommands (6df9776)
v12.1.3
12.1.3 (2021-03-01)
Bug Fixes
- help: allow printing for invalid commands (1a13e9c)
v12.1.1
12.1.1 (2021-02-26)
Bug Fixes
- correct release rules for semantic-release (45d322d)
v12.1.0
12.1.0 (2021-02-16)
Features
- conf: config is loaded from package.json (25a1c2b)
v12.0.0
12.0.0 (2021-02-14)
Features
- command: support for sub commands (a99346c)
BREAKING CHANGES
- command: Commands are no longer dot accessible from the regirstry
- command: The command registry is a Map, not an object