Skip to content
This repository has been archived by the owner on Mar 2, 2022. It is now read-only.

Releases: copper-leaf/clog

4.1.1

17 May 14:54
Compare
Choose a tag to compare
  • Republish with Kotlin hierarchical MPP Gradle metadata enabled

4.1.0

13 Apr 17:42
Compare
Choose a tag to compare
  • Updates Clog to Kotlin 1.4.32
  • Adds DSL method for removing existing loggers

4.0.0

25 Feb 00:30
Compare
Choose a tag to compare
  • Updates Clog to Kotlin 1.4.30
    • JS artifacts are published in BOTH mode, to support legacy and IR compilers
    • JVM is now using IR backend
  • Renames artifact from io.copper-leaf:clog to io.copper-leaf:clog-core

3.6.0

05 Jan 23:22
Compare
Choose a tag to compare
  • Removes Stately entirely and uses actual/expect for AtomicReferences

3.5.5

12 Sep 04:36
Compare
Choose a tag to compare
  • Splits default logger into variants which do or do not use ANSI escape codes, and chooses default JVM and Android unit test implementations to account for Windows lack of ANSI support

3.5.4

03 Sep 17:25
Compare
Choose a tag to compare
  • On Android platform, detect if it's running in a unit test (with mocked android.jar) and use DefaultLogger() instead

3.5.3

31 Aug 21:56
Compare
Choose a tag to compare
  • Adds utility methods for Clog.shouldLog and Clog.format

3.5.2

24 Aug 21:47
Compare
Choose a tag to compare
  • ????

3.5.1

24 Aug 17:09
Compare
Choose a tag to compare
  • Removes compile dependencies on Stately isolate and iso-collections libraries now only used in tests

3.4.1

24 Aug 14:44
Compare
Choose a tag to compare
Fix regex patterns causing crash on Android