Skip to content

Latest commit

 

History

History
78 lines (35 loc) · 2.92 KB

File metadata and controls

78 lines (35 loc) · 2.92 KB

Changelog

All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.

0.2.0 (2025-09-11)

⚠ BREAKING CHANGES

  • An error is now thrown when an unsupported option is used.

Features

  • throw error if option is unknown (#6) (6858b73)

0.1.7 (2025-09-01)

Bug Fixes

  • Argument of type 'any' is not assignable to parameter of type 'never' error when args was used (ee0185e)

0.1.6 (2025-09-01)

Bug Fixes

  • Argument of type 'any' is not assignable to parameter of type 'never' error when args was used (d768e96)

0.1.5 (2025-08-26)

Features

  • support --version argument (f447b95)

0.1.4 (2025-08-24)

Bug Fixes

  • do not export ZliError as type (0e0e52a)

0.1.3 (2025-08-24)

Bug Fixes

0.1.2 (2025-08-24)

Features

  • implement ZliError class for improved error handling (d5e632d)

0.1.1 (2025-08-23)

Features

  • display default values in command help (#3) (e8debdb), closes #1
  • support default commands (#4) (b147b87), closes #2

0.1.0 (2025-08-19)

⚠ BREAKING CHANGES

  • remove the global options

  • remove the global options (fdc7dd0)

Bug Fixes

  • display option descriptions correctly (91b405c)