Skip to content

Releases: orbital-js/orbital

v1.0.0-alpha.29

07 Jul 16:56
Compare
Choose a tag to compare
v1.0.0-alpha.29 Pre-release
Pre-release

1.0.0-alpha.29 (2018-07-07)

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

07 Jul 16:56
Compare
Choose a tag to compare
v1.0.0-alpha.28 Pre-release
Pre-release

1.0.0-alpha.28 (2018-06-27)

Bug Fixes

  • core: add src to packaging (5d51751)
  • core: make params work as expected with subcommands (4334244)

v1.0.0-alpha.27

07 Jul 16:57
Compare
Choose a tag to compare

1.0.0-alpha.27 (2018-06-26)

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)