Skip to content

Releases: couling/dataclass-click

1.0.2

19 Feb 14:47
e774f7e
Compare
Choose a tag to compare

What's Changed

⚙️ New Features

  • Improved inference handling for multi types and nargs types by @couling in #8

🐛 Bugfixes

  • Introspection for dataclasses with inheritance by @couling in #6
  • Fix decorator type hinting with overload by @couling in #7
  • Corrected argument order by @couling in #9

Full Changelog: 1.0.1...1.0.2

1.0.1

13 Feb 12:03
Compare
Choose a tag to compare
pip install "dataclass-click==1.0.1"

What's Changed

🐛 Bugfixes

💋 Cosmetic Changes

Full Changelog: 1.0.0...1.0.1

1.0.0

12 Feb 16:06
Compare
Choose a tag to compare

⚠️ Yanked due to bug #1

First version. Available on pypi.org: https://pypi.org/project/dataclass-click/

pip install "dataclass-click==1.0.0"