Skip to content

Releases: touchlab/Kermit

2.0.5

20 Nov 17:13
c9af0b7
Compare
Choose a tag to compare

What's Changed

  • OSLogWriter
    • OSLogWriter now takes in optional subsystem and category strings that are sent to OSLog initializer
    • OSLogWriter now takes in optional publicLogging boolean that when set to true would enforce logs to be public (See documentation here).
    • Changed logThrowable to call throwable.stackTraceToString() instead of throwable.getStackTrace().joinToString("\n")
    • Fixing other issues
  • Adding kermit-io module for file logging, which includes a rolling log file writer RollingFileLogWriter using kotlinx-io
  • Updated the WASM Implementation to match newest recommendations
  • Updating kotlin version to 2.0.21

Pull Requests

New Contributors

Full Changelog: 2.0.4...2.0.5

2.0.4

10 Jun 21:57
e87d7da
Compare
Choose a tag to compare
Prepare 2.0.4 release (#399)

* Prepare 2.0.4 release

* Update CHANGELOG.md

2.0.3

03 Feb 17:13
aeb65b6
Compare
Choose a tag to compare
Remove JUnit dependency from commonJvmMain source set (#390)

2.0.2

12 Oct 19:34
96281ab
Compare
Choose a tag to compare
  • restore global api functions
  • WASM support

1.2.3

12 Oct 21:49
Compare
Choose a tag to compare

2.0.1

22 Sep 17:55
Compare
Choose a tag to compare
v2.0.1

2.0.0

20 Sep 18:23
10d5123
Compare
Choose a tag to compare
  • Kotlin 1.9.10
  • linuxArm64 support

2.0.0-RC5

21 Jul 15:01
8e20fa5
Compare
Choose a tag to compare
Update samples and re-enable sample CI (#358)

2.0.0-RC4

31 Mar 16:49
b1058de
Compare
Choose a tag to compare
Fix logcat debug and verbose (#342)

2.0.0-RC3

10 Mar 19:37
Compare
Choose a tag to compare
Add watch target