Skip to content

0.0.5

Compare
Choose a tag to compare
@mbarbin mbarbin released this 17 Sep 18:48
· 93 commits to main since this release
a9dc9ed

CHANGES:

Added

  • Expose param & arg translators.
  • Increase test coverage.

Changed

  • Include >>| infix operator in Command.Std.
  • Separate the translation from the runner in 2 separate packages to keep dependencies isolated.

Fixed

  • Fix handling of docv when translating to core.command.

Removed

  • Removed most of applicative infix operators - keep only >>|.