Skip to content

Releases: touchlab/Kermit

2.0.8

19 Aug 20:36

Choose a tag to compare

version bump

2.0.7

12 Aug 19:49

Choose a tag to compare

version bump

2.0.6

13 Jun 19:49

Choose a tag to compare

2.0.6 Release Notes

2.0.5

20 Nov 17:13
c9af0b7

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

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

Choose a tag to compare

Remove JUnit dependency from commonJvmMain source set (#390)

2.0.2

12 Oct 19:34
96281ab

Choose a tag to compare

  • restore global api functions
  • WASM support

1.2.3

12 Oct 21:49

Choose a tag to compare

2.0.1

22 Sep 17:55

Choose a tag to compare

v2.0.1

2.0.0

20 Sep 18:23
10d5123

Choose a tag to compare

  • Kotlin 1.9.10
  • linuxArm64 support