Skip to content

Releases: andrewlalis/slf4d

SLF4D 3.0.1

03 Apr 20:21
Compare
Choose a tag to compare
  • Added synchronization to the DefaultLogHandler to avoid interleaving messages
    between the stdout and stderr streams. Each is individually synchronized by
    the library/system, but both are not synchronized with respect to each other,
    so errors and info messages may overwrite each other when printed into a
    single source.

Full Changelog: v3.0.0...v3.0.1

SLF4D 3.0.0

27 Jan 15:43
Compare
Choose a tag to compare

What's Changed

  • Removed all usage of the D language shared attribute.
  • Added testing function withTestingProvider to run some code with a fresh TestingLoggingProvider instance.
  • Added testing function withTestingLock to run some code while having a lock on the global testing logging state.

Full Changelog: v2.4.3...v3.0.0

SLF4D v2.2.0

06 May 13:28
Compare
Choose a tag to compare

This update brings some improvements to the testing infrastructure, and documentation!

SLF4D v2.1.0

10 Mar 16:41
Compare
Choose a tag to compare

Changelog

Looks like we're approaching a somewhat stable implementation!

SLF4D v1.3.0

01 Mar 22:06
Compare
Choose a tag to compare

SLF4D v1.2.0

26 Feb 08:28
Compare
Choose a tag to compare

Expanded testing regime, and fixed a few issues with the package-level functions, and added more unit tests!

SLF4D v1.0.0

22 Feb 20:50
Compare
Choose a tag to compare

First release! I'm sure there will be bugs, but I'd like to start versioning properly with this one.

No changelog file exists for this release, as it's the first release that I consider ready for use. Changelogs will be created for all subsequent releases.