Skip to content

Releases: barealek/StyledLogger

Release 0.1.4

26 Jul 15:55
6142ec8
Compare
Choose a tag to compare

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

Release 0.1.3

11 Jul 18:56
0977d16
Compare
Choose a tag to compare

StyledLogger v0.1.3

Another small update with breaking changes from 0.1.2

This build is tested and ready for usage in production. A quick usage example can be found on the main repo page.

Changes:

  • Callbacks can now take in a single level, or multiple through tuples.
  • Receive callback context through the CallbackContext object.
  • Added some more documentation in the project

Full Changelog: 0.1.2...0.1.3

Release 0.1.2

11 Jul 15:12
0a97dfc
Compare
Choose a tag to compare

StyledLogger v0.1.2

A release containing some breaking changes

This build is tested and ready for usage in production. A quick usage example can be found on the main repo page.

Changes:

  • Callbacks have been reworked to function through decorators. Register them using @logger.callback(name, level).
  • Refactor some of the loggers code to smaller functions.

Full Changelog: 0.1.1...0.1.2

Release 0.1.1

04 Jul 09:16
Compare
Choose a tag to compare

StyledLogger v0.1.1

A minor update adding a few fixes and features.

This build is tested and ready for usage in production. A quick usage example can be found on the main repo page.

Changes:

  • Added callbacks! Create a callback object from styledlogger.Callback, and register them using StyledLogger.add_callback().
  • Format the codebase with BLACK.

Full Changelog: 0.1.0...0.1.1

Release 0.1.0

21 Jun 13:19
54851f8
Compare
Choose a tag to compare

StyledLogger v0.1.0

The first release suitable for production.

Builds from now on are tested and ready for usage in production. A quick usage example can be found on the main repo page.

Changes:

  • Version 0.1.0 adds support for file logging with file streams.

Release 0.0.5

05 May 15:21
Compare
Choose a tag to compare

Adds support for the StyledLogger.system() logging method. This log method bypasses the log level.

0.0.4 Release

22 Apr 11:39
6c6c0ae
Compare
Choose a tag to compare
Update python-publish.yml