Skip to content

Latest commit

 

History

History
44 lines (24 loc) · 714 Bytes

CHANGELOG.md

File metadata and controls

44 lines (24 loc) · 714 Bytes

Unreleased

1.0.0

  • First stable release.

0.6.2

  • Update gleam_stdlib dependency.

0.6.1

  • Modify help.simple generated text.

0.6.0

  • Introduce clip/help module for building help text.

0.5.0

  • Rename clip.param to clip.parameter.
  • Introduce clip.add_custom_help.

0.4.1

  • Idiomatic help text for arg_many() (thanks @seschwar).

0.4.0

  • Add clip.param to provide an alternative syntax for building curried functions.

0.3.0

  • Rename clip.pure to clip.return for consistency with the gleam ecosystem.
  • Add javascript example.

0.2.0

  • Correctly handle the -- value for arg_many and arg_many1.

0.1.0

  • Initial Release