Skip to content

Releases: click-contrib/click-option-group

v0.5.6

09 Jun 22:23
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • Add tests/ directory to tarball
  • Add tests_cov extra dependencies for testing with coverage

v0.5.4

12 Oct 02:27
Compare
Choose a tag to compare
  • 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
Choose a tag to compare

Bump version of Click to <9

v0.5.2

28 Nov 19:33
fba6855
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • Fix incompatibility with autocomplete: out of the box Click completion and click-repl (Issue #14)

v0.5.0

09 Jun 22:03
Compare
Choose a tag to compare
  • 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

18 May 19:18
Compare
Choose a tag to compare
  • Support multi-layer wrapped functions (PR #10)
  • Fix flake8 issues

v0.3.0

25 Feb 21:37
Compare
Choose a tag to compare
  • Add support for hidden options inside groups (#2)