Skip to content

Releases: Kokonico/ObjLog

v1.1.2

13 Dec 00:40
Compare
Choose a tag to compare

1.1.2

You can never have too many fixes!

  • Fixed ignored exception when deleting a log node with log_when_closed is enabled.
  • Removed useless if statement when logging to a file.
  • Test Files

Full Changelog: 1.1.1...1.1.2

v1.1.1

11 Dec 22:58
Compare
Choose a tag to compare

1.1.1

fixes, fixes, fixes

  • fixed circular import issue introduced in 1.1.0.
  • split base.py into LogMessage.py, and LogNode.py
  • fixed set_max_messages_in_memory() not truncating the list of messages already stored in the LogNode.

while this release changes a lot for developing the internals of ObjLog, it WILL NOT affect the outer API.

Full Changelog: 1.1.0...1.1.1

v1.1.0

11 Dec 15:37
Compare
Choose a tag to compare

WARNING

my dumbass forgot to test this release beforehand.

IT IS BROKEN, AND HAS BEEN YANKED.

PLEASE DO NOT USE.

1.1.0

What's Changed

  • Allow setting a log message size limit by @LyubomirT in #2
  • new get() method for the LogNode class, it returns a list of all LogMessages stored within it.
  • added UUID's to messages, and severely improved performance of equalization code.
  • added optional log_when_closed parameter to LogNode class to optionally log a message when you del the LogNode.
  • LogNodes can now be converted to the amount of messages they contain via the built-in len() function

New Contributors

Full Changelog: 1.0.0...1.1.0

v1.0.0

08 Dec 21:07
9e1a609
Compare
Choose a tag to compare

1.0

The beginning

This is the first release of ObjLog, Attached is the source code.

Happy Logging!

- koko

Full Changelog: https://github.com/Kokonico/ObjLog/commits/1.0.0