v0.1.0
Warning
This version contain a lot of breaking changes that are identifies below with the π₯ emoji.
LRFutils.color
β Additions
- Colors can now be applied using functions such as
LRFutils.color.yellow("Hello World!")
π Tweaks
- π₯ Color variables move from class
Color
tofg
andbg
classes (respectively for foreground and background colors). - π₯ most of color variable were renamed (mostly due to application of pep8 rules).
LRFutils.logs
π Tweaks
- π₯
log
module was renamedlogs
to avoid conflict with the mathematicallog
function when the lib is imported with*
. - Log folder and file are now created only if one log message is recorded (not anymore at the import of the module).
- The custom hookexcept is no more applied by default. Now, you have to call
LRFutils.logs.replace_hookexcept()
to apply it.