Skip to content

V3.1.1

Compare
Choose a tag to compare
@T0ine34 T0ine34 released this 25 Apr 20:06
· 72 commits to main since this release

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 for str|SupportsStr)
    • adding missing docstring for functions, files and classes.
  • renamed deep_debug to trace
    • the color of the debug level was changed to magenta, leaving the blue for the new trace level
    • the trace level will now show it's own name in the log (previously, deep_debug was logged as debug)
  • renamed critical to fatal
    • 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