Skip to content

Release 0.1.4

Latest
Compare
Choose a tag to compare
@barealek barealek released this 26 Jul 15:55
· 2 commits to main since this release
6142ec8

StyledLogger v0.1.4

A quite large update from 0.1.3, including some breaking changes.

This build is tested and ready for production. Examples can be found under the examples folder.

Changes:

  • The add_callback method is deprecated and removed, decorate your function with StyledLogger.decorator() to register a callback.
  • Wrote some examples under the examples folder.
  • Wrote automated unittests to test pull requests against the supported versions.
  • Added proper support for filestreams for performance benefits.
  • Fixed a LOT of minor bugs.

Full Changelog: 0.1.3...0.1.4