Releases: Kokonico/ObjLog
Releases · Kokonico/ObjLog
v1.1.2
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
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
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 theLogNode
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 toLogNode
class to optionally log a message when youdel
the LogNode. - LogNodes can now be converted to the amount of messages they contain via the built-in
len()
function
New Contributors
- @LyubomirT made their first contribution in #2
Full Changelog: 1.0.0...1.1.0
v1.0.0
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