Skip to content

Releases: janluke/cloup

v3.0.5

04 Mar 12:34
c375313
Compare
Choose a tag to compare

What's Changed

Other Changes

  • Allow to set dunder attributes in FrozenSpaceMeta to solve incompatibility with autodoc by @janluke in #178

Full Changelog: v3.0.4...v3.0.5

v3.0.4

29 Dec 20:24
3899fbe
Compare
Choose a tag to compare

What's Changed

Bug fixes

  • Fix: command alias were ignored when subcommands were passed as argument to Group() by @janluke in #173

Other Changes

New Contributors

Full Changelog: v3.0.3...v3.0.4

v3.0.3

13 Nov 02:31
Compare
Choose a tag to compare

What's Changed

New features and enhancements

  • Redefine click.pass_context and click.get_current_context to use cloup.Context in place of click.Context by @oeko2002 in #171

New Contributors

Full Changelog: v3.0.2...v3.0.3

v3.0.2

07 Sep 21:58
71e44c6
Compare
Choose a tag to compare

What's Changed

Bug fixes

  • Truncate help text to the first form feed, like click by @pocek in #169

Full Changelog: v3.0.1...v3.0.2

v3.0.1

23 Aug 00:16
c4a9130
Compare
Choose a tag to compare

What's Changed

Bug fixes

  • Fix: Constraint.__getattr__ was returning None instead of raising AttributeError by @janluke in #167.
    • This issue caused an error when using copy.copy() and copy.deepcopy() with Constraint objects (#166).

Full Changelog: v3.0.0...v3.0.1

v3.0.0

14 Jul 14:16
b407fb2
Compare
Choose a tag to compare

What's Changed

Breaking Changes

The breaking change should not affect anyone but I have to increase the major version anyway.

  • HelpTheme as dataclass rather than NamedTuple by @janluke in #163

Full Changelog: v2.1.2...v3.0.0

v2.1.2

13 Jul 18:11
56049d5
Compare
Choose a tag to compare

What's Changed

Bug fixes

  • Fix: default to Group.command_class and Group.group_class when creating subcommands by @janluke in #162

Other Changes

Full Changelog: v2.1.1...v2.1.2

v2.1.1

03 Jun 14:28
ef59d8b
Compare
Choose a tag to compare

What's Changed

Bug fixes

  • Fix usage styling: the heading style was mistakenly applied to the space after "Usage:". This was a problem when using underlined headings: the space got underlined too. (fixed by @janluke in #158)

Full Changelog: v2.1.0...v2.1.1

v2.1.0

15 May 01:58
Compare
Choose a tag to compare

What's Changed

New features and enhancements

  • Feature: theming support for list of subcommand aliases by @janluke in #152
  • Use the same (Deprecated) label as in Click by @kdeldycke in #153
  • Standardize formats of further error messages by @alexreg in #143

Other Changes

  • Fix type of auto_envvar_prefix param to Context.settings method by @alexreg in #147
  • Miscellaneous fixes/improvements to docs by @alexreg in #144

New Contributors

Full Changelog: v2.0.0...v2.1.0

v2.0.0

13 Nov 17:42
Compare
Choose a tag to compare

What's Changed

Breaking Changes

  • Rename sorted attribute of Section to is_sorted by @alexreg in #142
  • (Not really a breaking change but some people may consider it one) Rename __constraints attribute to __cloup_constraints__ by @pocek in #132

New features and enhancements

  • Rename __constraints attribute to __cloup_constraints__ by @pocek in #132
  • Standardize formats of error messages by @alexreg in #141
  • Rename sorted attribute of Section to is_sorted by @alexreg in #142

Other Changes

  • Start testing against python 3.11 by @janluke in #134
  • Stop using deprecated pytest.warns(None) by @janluke in #136
  • Other project improvements.

New Contributors

Full Changelog: v1.0.2...v2.0.0