This repository has been archived by the owner on Mar 2, 2022. It is now read-only.
Releases: copper-leaf/clog
Releases · copper-leaf/clog
4.1.1
4.1.0
- Updates Clog to Kotlin 1.4.32
- Adds DSL method for removing existing loggers
4.0.0
- 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
- JS artifacts are published in
- Renames artifact from
io.copper-leaf:clog
toio.copper-leaf:clog-core
3.6.0
- Removes Stately entirely and uses actual/expect for AtomicReferences
3.5.5
- 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
- On Android platform, detect if it's running in a unit test (with mocked
android.jar
) and use DefaultLogger() instead
3.5.3
- Adds utility methods for
Clog.shouldLog
andClog.format
3.5.2
- ????
3.5.1
- Removes compile dependencies on Stately
isolate
andiso-collections
libraries now only used in tests
3.4.1
Fix regex patterns causing crash on Android