Napier Versions Save

Logging library for Kotlin Multiplatform

2.7.1

4 months ago
  • Fix ios artifacts(Add Arm)

2.7.0

4 months ago
  • Update Kotlin 1.9.21
  • Wasm support #118
    • Thank you! @ahna92

2.6.1

2 years ago

Fix #105

There was a problem with the Android-related release of 2.6.0.

2.6.0

2 years ago
  • Update Kotlin 1.6.21
  • #103 Thank you! @PhilipDukhov

There was a problem with the Android-related release of 2.6.0. Please use 2.6.1

2.5.0

2 years ago
  • Update kotlin 1.6.20.
  • #97

2.4.0

2 years ago
  • Support lambda
Napier.v("Hello napier") // exsisting
Napier.v { "Hello napier" } // new
  • Add Kdoc for Napier
  • Remove unnecessary codes in Napier

Thanks @ghasemdev

2.3.0

2 years ago

Kotlin 1.6.10

2.2.0

2 years ago

Kotlin 1.6.0 🎉

2.1.0

2 years ago

Changes

  • Kotlin 1.5.30
  • Support Apple Silicon
    • macosArm64
    • iosSimulatorArm64
    • watchosSimulatorArm64
    • tvosSimulatorArm64

2.0.0

2 years ago

Changes

  • Kotlin 1.5.21

  • Support macOS, watchOS, tvOS

cf. https://github.com/AAkira/Napier/releases/tag/2.0.0-alpha2

  • Run on other threads on Kotlin/Native

cf. https://github.com/AAkira/Napier/releases/tag/2.0.0-alpha1

  • [Experimental] Support IR Compiler

Help!

I want to support Linux and mingw. But I have no idea getting a backtrace on theirs. Please send PR if you have an idea. You can work this library on Linux on linux branch.