Releases: MPCodeWriter21/log21
Releases · MPCodeWriter21/log21
Auto Build
2.8.0b0 v2.8.0b0: Changed the adding level error handling method to "ignore".
Auto Build
2.7.1 fix: Improved compatibility.
Auto Build
v2.7.0 + Modified `automatic-release.yml` and `pypi.yml` workflows to check the version. + Added the support for more `type`s to pass to `ColorizingArgumentParser().add_argument(...)`: `typing.Union`, `typing.Optional`, `typing.Literal`, `enum.Enum`, `tuple` and `typing.Required`. + Modified the way `Enum`s are handled in the Argument Parser. + Handled some `typing._SpecialForm`s. + A normal ArgumentGroup can now be required! (Unlike MutuallyExclusiveGroup it can have more than 1 option used at the same time) + `argumentify` now supports async functions as the entry point.
Auto Build
fix: v2.7.0rc1 + Added the support for more `type`s to pass to `ColorizingArgumentParser().add_argument(...)`: `tuple` and `typing.Required`. + Modified the way `Enum`s are handled in the Argument Parser. + Handled some `typing._SpecialForm`s. + feat: A normal ArgumentGroup can now be required! (Unlike MutuallyExclusiveGroup it can have more than 1 option used at the same time)
Auto Build
Bug Fixes
- Updated workflows. (CodeWriter21)
Auto Build
2.6.2 fix: README.md
Auto Build
2.6.1 fix: Version 2.6.1
Auto Build
2.6.0 Added the `Argumentify` module.
Auto Build
2.5.5 fix: Fixed a bug in the `TreePrint` class.
Auto Build
2.5.4 fix: Added the COLORS directly into Colors module.