- Simplify type definition of
Nonempty_listto align it with other libs (#54, @mbarbin). - Upgrade
ocamlformatto0.29.0(@mbarbin). - Improve
headacheconfiguration (@mbarbin). - Upgrade
dunolintandcrsactions (#41, #42, #51, @mbarbin). - Improvement to CI (#34, #35, #44, #45, #46, #50, @mbarbin).
- Use and enforce SHA pins in GitHub actions (@mbarbin).
- Improve selection of packages to build in CIs (#43, @mbarbin).
- Improve project pkg directory structure (#40, @mbarbin).
- Deprecate
Param.createand migrate it tocreate_with_pp(#55, @mbarbin).
- Fixes to satisfy the
unused-libsdune build target (#52, @mbarbin).
- Test behavior when a group is called with an invalid subcommand (#26, @mbarbin).
- Add
Param.create'usingof_string/to_stringAPI for Param (#31, @mbarbin). - Change
Param.convinternal AST representation toof_string/to_string(#31, @mbarbin). - Upgrade to
climate.0.8.0(#28, @mbarbin). - More consistent cli commands and args doc strings (#27, @mbarbin).
- Upgrade
climateand now requires>= 0.5.0(#25, @mbarbin).
- Added an example of migration from
core.commandtoclimate(#20, @mbarbin). - Added migration utils (#20, @mbarbin).
- Improve code coverage, added tests (#20, @mbarbin).
- Document presence in stdlib-runner help (required, default, etc.) (#19, @mbarbin).
- Minor refactor in stdlib-runner (#19, @mbarbin).
- Upgrade to
climate.0.3.0(#19, @mbarbin).
- Fix trailing dot additions in
to-cmdlinerfor cases such as?.and..(#19, @mbarbin).
- Removed config option
auto_add_short_aliasesfrom to-base translation (not useful) (#20, @mbarbin).
- Add more ci-checks: macOS, Windows, OCaml 4.14 (#17, @mbarbin).
- Add a new backend based on
stdlib.arg(#16, @mbarbin).
- Internal refactor to intermediate representations used in cmdlang-to-base (#16, @mbarbin).
- Enable build with
ocaml.4.14(#17, @mbarbin).
- Remove
Param.assoc. We require now theto_stringfunction found inEnums(#16, @mbarbin).
- Moved
err,err-cliandcmdlang-cmdliner-runnerto pp-log.
- Prepare documentation for initial release.
- Upgrade to
climate.0.1.0. - Make opam files pass opam-repository linting rules.
- Upgrade Docusaurus.
- Expose
param&argtranslators. - Increase test coverage.
- Include
>>|infix operator inCommand.Std. - Separate the translation from the runner in 2 separate packages to keep dependencies isolated.
- Fix handling of
docvwhen translating tocore.command.
- Removed most of applicative infix operators - keep only
>>|.
- Rename project
cmdlang.
- Refactor
Err- undocumented changes while we're stabilizing. - Refactor the separation between
ErrandErr_handler. Keep only the cli part separate and rename iterr-cli.
- Fix some unintended behavior related to raising and catching errors with
err0anderro-handler. Added tests to cover and characterize different use cases.
- Make
cmdlang-errand standalone library callederr0so it can be used more broadly. Split the handler part as a separated liberr0-handler.
- Added library
Errestablishing a standard for error handling in cmdlang CLIs.
- Added basic support for
readme. - Added
Arg.named_multi. - Added param helpers:
stringable,validated strings,comma_separated. - Basic support for positional arguments.
- Enabled instrumentation.
- Adopted OCaml Code of Conduct.
- Added a FAQ page.
- Added test libraries.
- Internal changes to AST to make it more consistent.
- Improve generation of man pages when using
cmdlineras target. - Update tutorial to include positional arguments.
- Translation to
core.commandrequires(unit -> _) Command.t