Skip to content

Latest commit

 

History

History
278 lines (131 loc) · 11.3 KB

File metadata and controls

278 lines (131 loc) · 11.3 KB

0.2.46 (2026-04-11)

0.2.45 (2026-04-04)

0.2.44 (2026-03-28)

0.2.43 (2026-03-22)

0.2.42 (2026-03-07)

0.2.41 (2026-03-02)

0.2.40 (2026-02-25)

0.2.39 (2026-02-24)

0.2.38 (2026-02-23)

0.2.37 (2026-02-23)

0.2.36 (2026-02-22)

0.2.35 (2026-02-22)

0.2.34 (2026-02-21)

0.2.33 (2026-02-14)

0.2.32 (2026-01-19)

0.2.31 (2026-01-11)

0.2.30 (2026-01-03)

Bug Fixes

  • Correct return types for enum arguments (12b666b)

0.2.29 (2026-01-03)

0.2.28 (2026-01-01)

Bug Fixes

  • Correctly handle user input when arrays and maps have defaults (61231f4)

0.2.27 (2025-12-31)

Bug Fixes

  • Add compiler errors when extra attributes are added to argument functions (e726e68)

0.2.26 (2025-12-27)

0.2.25 (2025-12-20)

0.2.24 (2025-12-13)

0.2.23 (2025-12-08)

Bug Fixes

  • Break argument strings on numbers. Add tests. (7b321f7)

0.2.22 (2025-12-06)

0.2.21 (2025-11-30)

0.2.20 (2025-11-22)

0.2.19 (2025-11-15)

Bug Fixes

  • Remove GuardDog dependency scan because of false positives (815f944)

0.2.18 (2025-11-15)

0.2.17 (2025-11-08)

0.2.16 (2025-11-01)

0.2.15 (2025-10-25)

0.2.14 (2025-10-18)

0.2.13 (2025-10-11)

0.2.12 (2025-10-11)

0.2.11 (2025-10-04)

0.2.10 (2025-09-28)

0.2.9 (2025-09-15)

0.2.8 (2025-09-07)

0.2.7 (2025-09-01)

0.2.6 (2025-08-23)

0.2.5 (2025-08-16)

0.2.4 (2025-08-09)

0.2.3 (2025-08-05)

Features

  • Validate operands when expectOperands is false (7f986ef)

0.2.2 (2025-08-03)

Bug Fixes

  • Correct tests to match new error messages (83675cb)
  • Fix argument defaults for single value arguments (47a51db)
  • typo (08660e1)

0.2.1 (2025-08-03)

0.2.0 (2025-08-03)

Features

0.1.39 (2025-07-26)

0.1.38 (2025-07-19)

0.1.37 (2025-07-12)

0.1.36 (2025-07-08)

0.1.35 (2025-06-21)

0.1.34 (2025-06-17)

0.1.33 (2025-06-08)

0.1.32 (2025-05-31)

0.1.31 (2025-05-30)

0.1.30 (2025-05-25)

Bug Fixes

  • Fix argument parsing when one argument is a valid prefix of another argument. (7d5ffe6)

0.1.29 (2025-05-25)

0.1.28 (2025-05-24)

0.1.27 (2025-05-17)

0.1.26 (2025-05-10)

0.1.25 (2025-05-04)

0.1.24 (2025-04-26)

0.1.23 (2025-04-19)

0.1.22 (2025-04-12)

0.1.21 (2025-04-05)

0.1.20 (2025-04-04)

0.1.19 (2025-04-04)

Features

  • Added function to read files within cli packages. (cd1604f)

0.1.18 (2025-03-21)

Bug Fixes

0.1.17 (2025-03-21)

Features

  • automatically add const to arguments to get strong enum typing (821115a)

0.1.16 (2025-03-19)

Bug Fixes

  • fixing parseCliArguments return statement (8ae155b)

Features

  • Improving type inference for subcommand return property (6713665)

0.1.15 (2025-03-18)

0.1.14 (2025-03-05)

0.1.13 (2025-02-15)

Bug Fixes

  • readStdin leaves open resources that can cause a process to hang when there is no input to stdin. (c188b4a)

0.1.12 (2025-02-14)

0.1.11 (2025-02-14)

0.1.10 (2025-02-13)

0.1.9 (2025-02-11)

0.1.8 (2025-01-25)

Bug Fixes

  • only show flags in help contents if there are flags (469c9ac)

Features

  • add a printHelp call back to the parse return object. (43de6f0)
  • if disabled, do not show operands in the help output (30e512c)

0.1.7 (2025-01-24)

Bug Fixes

  • correcting type inference for enum arguments (6590783)
  • fixing boolean return types (47729cd)

0.1.6 (2025-01-24)

0.1.5 (2025-01-24)

Bug Fixes

0.1.4 (2025-01-24)

0.1.3 (2025-01-24)

Bug Fixes

0.1.2 (2025-01-24)

Bug Fixes