Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 777 Bytes

CHANGELOG.md

File metadata and controls

47 lines (32 loc) · 777 Bytes

Changelog

2.3.1

2020-09-10

  • Add new methods such as
  • "This is the message".(v())()
  • "This is the message".(v(error))()
  • EventImpl().(v())()

2.3.0

2020-09-07

  • Move AndroidAppender to new package
  • Add Javasctipt target
  • Implement logger configuration, so the user of methods has flexible access to the logger behavior
  • Define new extension functions for String and Throwable

2.1.0

2020-08-29

  • Add tests for common source set
  • Add ios, watchos, tvos, macosX64, linuxArm64, linuxX64 platforms

2.0.0

2020-08-27

  • Move to Kotlin Multiplatform
  • Update gradle
  • Publish in Maven Central instead of Bintray
  • Update dokka
  • Use Composite build

1.0.1

Releases before adding CHANGELOG!