Releases: orbital-js/orbital
Releases · orbital-js/orbital
v1.0.0-alpha.29
Bug Fixes
- core: add handling for empty declarations and fix metadata regression (a7e622a)
- core: throw if a required param is undefined (e43c638)
- core/help: add newlines to option output (3cd1a30)
- core/help: convert (object) type to (any) in help menu (203a163)
- core/help: remove extraneous console log (d3db761)
- core/option: add check to make sure option aliases are of length 1 (d74ffd3)
Features
- core: use enableProdMode to suppress stack traces in production (f30d1d3)
- core/option: add logic to throw error if there are unknown options (e950b47)
- core/param: add error if params are not in the right order (947cd4e)
v1.0.0-alpha.28
Bug Fixes
- core: add src to packaging (5d51751)
- core: make params work as expected with subcommands (4334244)
v1.0.0-alpha.27
Features
- core: add param and options (625f43d)
- core: add support for default option value (f36eefa)
- core: add the initial implementation of help (a2739ec)
- core: get param name from function arguments (3a5b77b), closes #6
- core: initial implementation of subcommands (ccc42a4)