All Versions
62
Latest Version
Avg Release Cycle
36 days
Latest Release
-

Changelog History
Page 5

  • v1.5.8 Changes

    • ๐Ÿ”จ Refactor - move toStringSafe() to common lib.
    • ๐Ÿš€ This version (+1.5.7 which has no changes) are mostly deployed for multiplatform checks.
  • v1.5.6 Changes

    July 29, 2018
    • โž• Add Partial support for multiplatform #21
      • common and js implementation.
    • โฌ†๏ธ kotlin version is now 1.2.30, when tried to upgrade an additional (unneeded) dependency in pom.xml on common module was created.
  • v1.5.5

    July 28, 2018
  • v1.5.4 Changes

    May 02, 2018
    • ๐ŸŒฒ Accept nullable Throwables #38 #39
  • v1.5.3 Changes

    • โž• Add Partial support for multiplatform #21
      • Split directories.
      • Currently only jvm artifact is deployed.
  • v1.4.9 Changes

    December 30, 2017
    • โž• Add MDC Support #31
    • โฌ†๏ธ Upgrade to Kotlin 1.2.10.
  • v1.4.8 Changes

    • ๐Ÿ‘€ 1.4.7 was broken see issue #30
  • v1.4.7 Changes

    • โฌ†๏ธ Upgrade to Kotlin 1.2.0.
  • v1.4.6 Changes

    • ๐Ÿ›  Fixed issue #20 - add KLogger.underlyingLogger that provides the Logger actual implementation. Can help in operations such as setting log level.
  • v1.4.5 Changes

    • ๐Ÿ›  Fixed issue #22 - Suppress exceptions from toString methods.