Skip to content

Latest commit

 

History

History
58 lines (32 loc) · 2.7 KB

File metadata and controls

58 lines (32 loc) · 2.7 KB

Changelog

1.5.0 (2026-04-27)

Features

  • add stdin support for positional args (3b2e27e)

1.4.1 (2026-04-10)

Bug Fixes

  • handle built-in help flags in Command.run (fef9ff0)

1.4.0 (2026-02-13)

Features

  • improve unknown subcommand handling in hybrid commands (ba9dc3c)

1.3.0 (2026-02-11)

Features

  • add hybrid commands with both handlers and subcommands (f5402d6)

1.2.0 (2026-02-05)

Features

  • add command aliases for convenience shortcuts (c8dddb2)
  • add custom validation for options and arguments (d5df01b)
  • add enum/choices constraint for options and arguments (85e0607)
  • add environment variable fallbacks for options (de288cb)
  • add stable error codes for programmatic error handling (0ae48fb)

1.1.0 (2026-01-26)

Bug Fixes

  • show correct help when subcommand is missing from nested commands (9376a44)

Features

  • add automated changelog generation to release process (eb8ca6c)
  • add shell completion generation for bash, zsh, and fish (9b68354)

All notable changes to this project will be documented in this file.

1.0.2 (2026-01-06)

Bug Fixes

  • show built-in flags alongside user-defined flags (4d4cbec)

1.0.1 (2026-01-02)

Initial release.