Skip to content

Releases: ManuDeBuck/python-json-filelogger

Change default flush behavior

17 Nov 18:00
Compare
Choose a tag to compare

πŸ› Change default folder from "./" to "." to work on more OS's
♻️ Add and change default flushing behavior to "None", meaning no auto-flushing will be done

Fix bug with file system

17 Nov 17:38
Compare
Choose a tag to compare

πŸ› Use os.path.join instead of +, which is safer to use.

Add support for datetime serialization

17 Nov 17:32
Compare
Choose a tag to compare

✨ This release adds support for datetime serialization when writing to a log file.

Rename package to jsonfilelogger

24 Aug 22:03
Compare
Choose a tag to compare

🚚 Rename to jsonfilelogger

Initial release

14 Aug 21:59
Compare
Choose a tag to compare

This is the initial LogWriter/LogReader release.