Skip to content

Releases: ChristianPanov/lwlog

Version 1.3.0

08 Nov 16:30
Compare
Choose a tag to compare

Third major backwards compatible release

What's Added

  • Topic system implemented
  • CI pipeline improvements, now project goes through static analysis with sonar, cppcheck, and clang-tidy on each push
  • A lot of warnings and static analysis issues fixed
  • Improved performance
  • Improved datetime handling
  • Improved CMake configuration
  • General refactoring done

Version 1.2.0

07 Jan 18:18
0f99d97
Compare
Choose a tag to compare

Second major backwards compatible release

What's Added

  • General rework and restructuring of the codebase
  • Performance and binary size optimizations
  • Asynchronous logging and the appropriate configurations that can be applied to it
  • Improved datetime handling
  • Log message post formatting with fmt/std::format/custom formatting
  • Documentation overhaul

Version 1.0.0

11 Jan 11:50
5a24a63
Compare
Choose a tag to compare

First official release version

What's Added