Releases: BradleyChatha/jcli
Releases · BradleyChatha/jcli
v0.25.0-beta.3
Full Changelog: v0.25.0-beta.2...v0.25.0-beta.3
v0.25.0-beta.2
v0.25.0-beta.1
Closes #56
TODO: Figure out what state this poor thing is in, because I cannot for the life of me remember.
What's Changed
- Fix typo by @andrey-zherikov in #3
- Small refactoring by @andrey-zherikov in #28
- Implement @ArgValidator by @BradleyChatha in #29
- Help text tweaks by @BradleyChatha in #26
- Implement
@CommandDefault
by @BradleyChatha in #27 - Issue 12 - Make arg binders and validators use a Result type by @BradleyChatha in #33
- Allow users to import 'jcli' by @andrey-zherikov in #38
- Add PreValidate, PostValidate, and Result.failureIf by @BradleyChatha in #36
- Issue #23 - Add @ArgBindWith by @BradleyChatha in #40
- Issue #16 - Implement argument counters (via actions) by @BradleyChatha in #41
- Alternative Bash Completion Opt-in by @BradleyChatha in #39
- Recreate the README by @BradleyChatha in #5
- Rewrite how information about commands are handled by @BradleyChatha in #42
- Implement doesCommandExist for Posix instead of linux by @gizmomogwai in #45
- A second, dead toc in the readme? by @AntonC9018 in #49
- Rewrite of argparser, commandparser, argbinder and the introspect by @AntonC9018 in #50
- Refactor the Resolver + CLI by @AntonC9018 in #52
- Implement top-down command type graph by @AntonC9018 in #55
New Contributors
- @BradleyChatha made their first contribution in #29
- @gizmomogwai made their first contribution in #45
- @AntonC9018 made their first contribution in #49
Full Changelog: v0.1.0-beta.5...v0.25.0-beta.1
v0.9.0
v0.1.0-beta.5
Add start of the utility module