V3.1.1
Breaking changes
- Updating code to be pylint compliant :
- renaming function and method to snake_case
- upgrading type management, including adding custom types like
Message
(stand forstr|SupportsStr
) - adding missing docstring for functions, files and classes.
- renamed
deep_debug
totrace
- the color of the
debug
level was changed to magenta, leaving the blue for the newtrace
level - the
trace
level will now show it's own name in the log (previously,deep_debug
was logged asdebug
)
- the color of the
- renamed
critical
tofatal
- this allow the field of the level to be one character shorter, and most of others levels are now centered
- new config management class, simplifying the addition of future settings
- improved test coverage
Full Changelog: 3.0.2...3.1.1