Skip to content

Releases: couling/dataclass-click

1.0.4

10 Oct 21:10
bb6aafc

Choose a tag to compare

What's Changed

🐛 Bugfixes

  • Fixed support for custom Option and Argument subclasses by @uhlajs in #16

New Contributors

Full Changelog: 1.0.3...1.0.4

1.0.3

12 May 10:53
199e825

Choose a tag to compare

What's Changed

Other Changes

Full Changelog: 1.0.2...1.0.3

1.0.2

19 Feb 14:47
e774f7e

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

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

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"