Releases: babashka/cli
Releases · babashka/cli
v0.9.68
What's Changed
- typo by @habruening in #130
- docs: fix typo in parse-opts docstring by @lread in #133
- docstrings: use wikilinks to reference vars by @lread in #135
- docstrings: freshen
parse-argsby @lread in #136 - docs: briefly talk about adding production polish by @lread in #143
- Published pom now reflects min Clojure version by @lread in #145
- maintenance by @lread in #146
- Expose parse-opts*, coerce-opts, validate-opts, apply-defaults by @borkdude in #149
- Added possibility to provide custom columns to opts->table. by @jeeger in #148
New Contributors
- @habruening made their first contribution in #130
- @jeeger made their first contribution in #148
Full Changelog: v0.8.67...v0.9.68
v0.8.67
v0.8.66
v0.8.65
v0.8.64
Full Changelog: v0.8.63...v0.8.64
v0.8.63
v0.8.62
v0.8.61
What's Changed
- Fix link to Clojure CLI doc at clojure.org in README.md by @tripplilley in #101
- ANSI escape codes don't count towards a cell's width by @eval in #103
- use a when instead of if in example by @AndreaCrotti in #105
- Fix #106: multiple options before subcommand conflict with subcommand by @borkdude in #107
- Fix #104: allow extra arguments to be passed in exec fn by @borkdude in #108
New Contributors
- @tripplilley made their first contribution in #101
- @AndreaCrotti made their first contribution in #105
Full Changelog: v0.8.60...v0.8.61
v0.8.60
v0.8.59
What's Changed
- Expose matched commands in :no-match and :input-exhausted error cases for dispatch by @Sohalt in #93
- Fix #91: keyword options and hyphen options should not mix by @borkdude in #94
- Prevent false defaults from being removed/ignored by @eval in #97
New Contributors
Full Changelog: v0.8.58...v0.8.59