Skip to content

v0.2.0

Choose a tag to compare

@bn-d bn-d released this 27 May 14:37
· 4 commits to main since this release
8157102

What's Changed

  • Add bisect coverage by @bn-d in #9
  • Add attr parser for term by @bn-d in #10
  • Implement named term and switch attr parser to use polymorphic variant by @bn-d in #11
  • Migrate cmd info attr parser and add test by @bn-d in #12
  • Implement positional term by @bn-d in #13
  • Reimplement named term and improve tests by @bn-d in #14
  • Add ppx_deriving_cmdliner test by @bn-d in #15
  • Implement tuple by @bn-d in #17
  • Support seperator for list, array and tuple by @bn-d in #18
  • Support file, dir, non_dir_file by @bn-d in #19
  • Attach sep to type instead of field by @bn-d in #20
  • Add docs for term by @bn-d in #21
  • Support separator for [@ last] by @bn-d in #22
  • Support env properly by @bn-d in #23
  • Support [@ rev] by @bn-d in #24
  • Remove duplicated attr test and add tests for term error by @bn-d in #25
  • Support inline record by @bn-d in #26
  • Support multi args by @bn-d in #27
  • Support [@ term] by @bn-d in #28
  • Support [@ conv] by @bn-d in #29

Backward Incompatibility

  • Use kebab case for default naming by @bn-d in #16

Full Changelog: v0.1.3...v0.2.0