Releases: click-contrib/click-option-group
Releases · click-contrib/click-option-group
v0.5.6
- Add
optgroup.help_option
decorator to add help option to the group (PR #50)
- Use GitHub Actions instead of Travis CI for CI
- Delete tox runner
- Add Python 3.11 to the setup classifiers
v0.5.5
- Add
tests/
directory to tarball
- Add
tests_cov
extra dependencies for testing with coverage
v0.5.4
- Move frame gathering into error code path (PR #34)
- Fix typos (PR #37)
- PEP 561 support (PR #42)
- Update docs dependencies and Travis CI Python version matrix (PR #43)
v0.5.3
Bump version of Click to <9
v0.5.2
- Do not use default option group name. An empty group name will not be displayed
- Slightly edited error messages
- All arguments except
name
in optgroup
decorator must be keyword-only
v0.5.1
- Fix incompatibility with autocomplete: out of the box Click completion and click-repl (Issue #14)
v0.5.0
- Add
AllOptionGroup
class: all options from the group must be set or none must be set (PR #13)
- Fix type hints
- Update docs
v0.4.0
- Support multi-layer wrapped functions (PR #10)
- Fix flake8 issues
v0.3.0
- Add support for hidden options inside groups (#2)