Releases: pwwang/argx
Releases · pwwang/argx
0.4.2
0.4.1
- chore: update python-simpleconf dependency version to ^0.8
Full Changelog: 0.4.0...0.4.1
0.4.0
- chore: update dependency from cloudpathlib to panpath in pyproject.toml
- fix: update dependency installation to include all extras for poetry
Full Changelog: 0.3.3...0.4.0
0.3.3
- feat: expose more argparse imports
Full Changelog: 0.3.2...0.3.3
0.3.2
- style: add type ignores for untyped assignments in ArgumentParser
- feat: add anypath type support
Full Changelog: 0.3.1...0.3.2
0.3.1
- chore(deps): update python-simpleconf to version 0.7
Full Changelog: 0.3.0...0.3.1
0.3.0
- chore(deps): drop support for python 3.7 and 3.8
- chore: add type stub for argx module
- chore: update GitHub Actions workflow to remove Python 3.8 and adjust coverage reporting for Python 3.12
Full Changelog: 0.2.14...0.3.0
0.2.14
- feat: enhance get_action method to support namespace groups
Full Changelog: 0.2.13...0.2.14
0.2.13
- test: add test for custom help option in ArgumentParser
- feat: add API to retrieve actions from ArgumentParser
Full Changelog: 0.2.12...0.2.13
0.2.12
- ci: use latest actions
- ci: remove Python 3.7 from in CI workflow
- feat: allow to customize the names of help options
Full Changelog: 0.2.11...0.2.12