Releases: janluke/cloup
Releases · janluke/cloup
v3.0.5
v3.0.4
v3.0.3
v3.0.2
v3.0.1
What's Changed
Bug fixes
- Fix:
Constraint.__getattr__
was returningNone
instead of raisingAttributeError
by @janluke in #167.- This issue caused an error when using
copy.copy()
andcopy.deepcopy()
withConstraint
objects (#166).
- This issue caused an error when using
Full Changelog: v3.0.0...v3.0.1
v3.0.0
v2.1.2
v2.1.1
v2.1.0
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 toContext.settings
method by @alexreg in #147 - Miscellaneous fixes/improvements to docs by @alexreg in #144
New Contributors
- @kdeldycke made their first contribution in #153
Full Changelog: v2.0.0...v2.1.0
v2.0.0
What's Changed
Breaking Changes
- Rename
sorted
attribute ofSection
tois_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 ofSection
tois_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