Skip to content

Releases: pwwang/argx

0.2.11

10 Aug 22:56
Compare
Choose a tag to compare
  • deps: bump dependencies to latest version
  • style: fix typing annotations
  • ci: add mypy check in CI
  • ci: use latest actions

Full Changelog: 0.2.10...0.2.11

0.2.10

05 Oct 04:34
Compare
Choose a tag to compare
  • 🐛 Fix keys with dash (-) being transformed for namespace actions
  • ⬆️ Update dependencies
  • 🔧 Add codesandbox files

Full Changelog: 0.2.9...0.2.10

0.2.9

27 Jun 02:33
Compare
Choose a tag to compare
  • ⬆️ Bump python-simpleconf to 0.6

Full Changelog: 0.2.8...0.2.9

0.2.8

19 Jun 19:00
Compare
Choose a tag to compare
  • Skip 0.2.7 since it's mistakenly published on PYPI

Full Changelog: 0.2.7...0.2.8

0.2.7

19 Jun 17:42
Compare
Choose a tag to compare
  • 🎨 Make better message when type is invalid in add_argument

Full Changelog: 0.2.6...0.2.7

0.2.6

14 Mar 18:12
Compare
Choose a tag to compare
  • 🔧 Enable poetry setup script generation
  • ✨ Breakdown parse_file for parse_known_args() to fromfile_parse and fromfile_keep

Full Changelog: 0.2.5...0.2.6

0.2.5

09 Mar 03:51
Compare
Choose a tag to compare
  • ✨ Add parse_file to parse_known_args() to allow skipping parsing from file

Full Changelog: 0.2.4...0.2.5

0.2.4

28 Feb 23:47
Compare
Choose a tag to compare
  • ✨ Add pre_parse hook
  • ✨ Add attr parent to subparser so parent parser can be accessed directly
  • 🐛 Fix prefix formatting in usage

Full Changelog: 0.2.3...0.2.4

0.2.3

24 Feb 23:08
Compare
Choose a tag to compare
  • 🚑 Capitalize prefix for usage formatting only when it's None
  • 🚑 Capitalize the first letter in group title

Full Changelog: 0.2.2...0.2.3

0.2.2

24 Feb 08:48
Compare
Choose a tag to compare
  • Remove list action, add clear_append/clear_extend actions instead