Skip to content

v0.1.0

Compare
Choose a tag to compare
@VForiel VForiel released this 03 Feb 14:30
· 7 commits to main since this release

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 to fg and bg 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 renamed logs to avoid conflict with the mathematical log 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.