Skip to content

Releases: touchlab/Kermit

2.0.0-RC2

05 Mar 17:28
Compare
Choose a tag to compare
Update deploy script

2.0.0-RC

04 Mar 18:37
8afe3f5
Compare
Choose a tag to compare
Kpg/compare api (#330)

* Save changes to simple api and publishing

* Updated log formatting

* Update docs and message formatter

* Clean up samples

* Update logger and docs

1.2.2

12 Nov 16:39
Compare
Choose a tag to compare

Various fixes.
Updated crash reporting support.
Kotlin 1.7.20 build.

1.1.3

22 Jun 02:34
Compare
Choose a tag to compare

Fix for Kotlin 1.6.x change in setupUnhandledExceptionHook that swallowed exceptions. #260

1.1.2

17 May 19:55
Compare
Choose a tag to compare

Deploy more koin integration targets

1.1.1

19 Apr 22:16
62e3e36
Compare
Choose a tag to compare

Minor fixes: #243, #244

1.1.0

12 Apr 02:09
Compare
Choose a tag to compare

Minor fixes, updates, and Kotlin 1.6.20 build (better KMP source set support).

v1.0.0

11 Nov 21:36
Compare
Choose a tag to compare

Official 1.0.0 Release

  • ConsoleWriter improved (#181)
  • Prettier emoji logging for (xcode #183)
  • basic TestLogWriter (#192)
  • Test stub module for crashlytics (#176)
  • Test stub module for bugsnag (#191)

v1.0.0-rc4

05 Oct 19:02
09450ef
Compare
Choose a tag to compare
  • updated default log writers for a no config usage
  • LoggerKt top level functions for easier global usage from swift

v1.0.0-rc2

23 Sep 20:28
ea5df38
Compare
Choose a tag to compare
  • removes enableCompatibilityMetadataVariant workaround to issue in kotlin 1.5.30
  • Update to kotlin 1.5.31
  • IDE issue with resolving kermit classes in commonMain fixed