Skip to content

Releases: StatelessStudio/ts-commands

v2.0.3

31 Mar 11:11
8a678b8

Choose a tag to compare

What's Changed

  • #25 Optionals with default values aren't being hydrated with the default by @DrewImm in #26

Full Changelog: v2.0.2...v2.0.3

v2.0.2

31 Mar 10:31
028db14

Choose a tag to compare

What's Changed

  • #22 Argument parsing should validate against choices by @DrewImm in #23

Full Changelog: v2.0.1...v2.0.2

v2.0.1

31 Mar 00:34
b0c3813

Choose a tag to compare

What's Changed

  • #15 Default option values aren't loaded by @DrewImm in #17
  • #16 Command help should show type, default value & choices by @DrewImm in #19
  • #18 Params with default values should not fail validation by @DrewImm in #20

Full Changelog: v2.0.0...v2.0.1

v2.0.0

29 Mar 19:25
a8b13f9

Choose a tag to compare

What's Changed

Full Changelog: 1.1.0...v2.0.0

[1.1.0]

25 Mar 21:47
53c6d4e

Choose a tag to compare

Additions

  • [Issue #2] Add keywords to package.json
  • [Issue #1] Add forceExit option

Fixes