Skip to content

Releases: MPCodeWriter21/log21

Auto Build

05 Apr 21:28

Choose a tag to compare

Auto Build Pre-release
Pre-release
2.9.1

Update `README.md`.

Auto Build

05 Apr 21:08

Choose a tag to compare

Auto Build Pre-release
Pre-release
Added the left shift and right shift to the Logger.

- Added the cin and cout functionalities.
- Moved Examples out of `README.md`.

Auto Build

27 Mar 14:55

Choose a tag to compare

Auto Build Pre-release
Pre-release
2.8.1b0

fix: 2.8.1b0

Auto Build

27 Mar 22:00

Choose a tag to compare

Auto Build Pre-release
Pre-release

Commits

  • 9f7cf7a: Update pypi workflow (CodeWriter21)

Auto Build

06 Jan 16:27

Choose a tag to compare

Auto Build Pre-release
Pre-release
2.8.0b1

fix: Renamed `crash_report.log` to `.crash_report.log`.

Auto Build

06 Jan 16:35

Choose a tag to compare

Auto Build Pre-release
Pre-release
Version 2.8.0:

+ Update python version
+ Updated license agreement
+ Renamed `crash_report.log` to `.crash_report.log`.
+ Added "force" error handling method to `Logger.add_level`.
+ Changed the adding level error handling method to "ignore".
+ Ability to add new methods to the Logger object for each custom level.

Auto Build

13 Dec 02:53

Choose a tag to compare

Auto Build Pre-release
Pre-release
2.8.0b0

v2.8.0b0: Changed the adding level error handling method to "ignore".

Auto Build

04 Nov 10:32

Choose a tag to compare

Auto Build Pre-release
Pre-release
2.7.1

fix: Improved compatibility.

Auto Build

23 Sep 10:38

Choose a tag to compare

Auto Build Pre-release
Pre-release
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

18 Aug 18:31

Choose a tag to compare

Auto Build Pre-release
Pre-release
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)