V3.2.0
fixes
- cli option
--module-level
wasn't available whenallow_other_targets
was set to True (#14) - an error was raised when parsing arguments when
allow_other_targets
was set to True (#15) - Method
message
ofLogger
was missing a newline at the end of the string when printing to the console (#16) - removed the
ValueError
raised when a word longer than 150 chars was encountered (#23) - adding a style reset at the start of each logging entry to prevent the text on the previous line to mess the next one. (#24)
new features
- logging functions are now just an alias for the homonym method of the
Logger
class. This should allow slighty better performances (#17) - Test coverage is now included in the test workflow, with reports availables (#18)
- default level for modules is now
TRACE
instead ofINFO
. This allow to get all the logs by default for a target set inDEBUG
orTRACE
mode. (Previously, it was necessary to use--module-level all:TRACE
to get this behaviour) (#20)
What's Changed
Full Changelog: 3.1.4...3.2.0