Releases: click-contrib/click-option-group
Releases · click-contrib/click-option-group
click-option-group v0.5.9
09 Oct 09:38
Compare
Sorry, something went wrong.
No results found
click-option-group v0.5.8
01 Oct 11:03
Compare
Sorry, something went wrong.
No results found
v0.5.7
24 Mar 13:32
Compare
Sorry, something went wrong.
No results found
Add return type Decorator (PR #68 )
Update CI/CD config and Python versions (PR #69 )
Fix tests for click>=8.1.8 (PR #70 )
v0.5.6
09 Jun 22:23
Compare
Sorry, something went wrong.
No results found
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
12 Oct 12:15
Compare
Sorry, something went wrong.
No results found
Add tests/ directory to tarball
Add tests_cov extra dependencies for testing with coverage
v0.5.4
12 Oct 02:27
Compare
Sorry, something went wrong.
No results found
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
14 May 20:42
Compare
Sorry, something went wrong.
No results found
Bump version of Click to <9
v0.5.2
28 Nov 19:33
Compare
Sorry, something went wrong.
No results found
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
14 Jun 20:23
Compare
Sorry, something went wrong.
No results found
Fix incompatibility with autocomplete: out of the box Click completion and click-repl (Issue #14 )
v0.5.0
09 Jun 22:03
Compare
Sorry, something went wrong.
No results found
Add AllOptionGroup class: all options from the group must be set or none must be set (PR #13 )
Fix type hints
Update docs