All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
2.3.5 - 2025-10-30
- Error when using
group_titlewithmutually_exclusive_group
2.3.4 - 2025-10-27
- 📄 docs: correct documentation
2.3.3 - 2024-12-16
- 🏷️ typing: Missing
py.typedfile
2.3.2 - 2024-07-06
- Error in stub file
2.3.1 - 2024-07-02
- Links in docs
2.3.0 - 2024-07-02
- Translations
- License file
- Build system to PEP standard
[project]table - Update documentation
- Replace
osbyshutilto get terminal size. - Remove
typewhenaction="help".
2.2.2 - 2024-04-01
- Documentation in docstrings for stub.
2.2.1 - 2024-03-21
- Documentation in docstrings for stub.
2.2.0 - 2024-03-21
- New argument
metavarinparse_know()
- Verification for
destin functionsubparsers()
2.1.0 - 2024-03-20
- New functions and parameters to treat: groups, mutually exclusive groups, subparsers and defaults
- New function
parse_known()
- Verification if is dataclass
- Treat
Callablein field type - Treat
typewhenaction = "store_const"
2.0.1 - 2024-03-01
- Fix error when
typeis a string (not callable).
- Improve tests
2.0.0 - 2024-02-21
- Parameter name in
dataparser()function.
- Lots of documentation improvements
1.0.1 - 2024-02-20
- Pass the code to a separated module file
dataparsers.py, which is imported in__init__.py
1.0.0 - 2024-02-20
- Make the module a package: turn it in a file
__init__.py
0.1.0 - 2024-02-14
- First stable version.
- Improved documentation in stub file
0.0.1 - 2024-02-01
- Include homepage
0.0.0 - 2024-02-01
- First version released, draft and unstable.