Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 523 Bytes

CHANGELOG.md

File metadata and controls

30 lines (17 loc) · 523 Bytes

Unreleased

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