Skip to content

Releases: AAkira/Napier

2.7.1

04 Jan 16:52
50835e2
Compare
Choose a tag to compare
  • Fix ios artifacts(Add Arm)

2.7.0

30 Dec 02:22
89a22f6
Compare
Choose a tag to compare
  • Update Kotlin 1.9.21
  • Wasm support #118

2.6.1

18 May 07:37
1c1e8ae
Compare
Choose a tag to compare

Fix #105

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

2.6.0

17 May 15:53
af4a31f
Compare
Choose a tag to compare

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

2.5.0

06 Apr 15:55
7ff848d
Compare
Choose a tag to compare
  • Update kotlin 1.6.20.
  • #97

2.4.0

26 Jan 15:48
5af51b7
Compare
Choose a tag to compare
  • 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

22 Dec 16:35
6fef250
Compare
Choose a tag to compare

Kotlin 1.6.10

2.2.0

17 Nov 10:09
4cc0e6f
Compare
Choose a tag to compare

Kotlin 1.6.0 🎉

2.1.0

26 Aug 12:58
91996d8
Compare
Choose a tag to compare

Changes

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

2.0.0

22 Aug 17:12
5ac3ab6
Compare
Choose a tag to compare

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.