Skip to content

Latest commit

 

History

History
79 lines (50 loc) · 1.25 KB

CHANGELOG.md

File metadata and controls

79 lines (50 loc) · 1.25 KB

Changelog

0.8.0

2024-02-15

  • Upgraded to Kotlinx-Serialization 1.6.2
  • Upgraded to Kotlin 1.9.22
  • Upgraded to Android Gradle Plugin 8.2.2
  • Upgraded to Gradle 8.2
  • Upgraded to Java 19 JVM target

0.7.0

2022-04-09

  • Added support for passing custom SerializersModule
  • Upgraded to Kotlinx-Serialization 1.3.2
  • Upgraded to Kotlin 1.6.20
  • Upgraded to Android Gradle Plugin 7.1.3
  • Upgraded to Gradle 7.4.2

0.6.0

2021-05-09

  • Upgraded to Kotlinx-Serialization 1.2.0
  • Upgraded to Kotlin 1.5.0

0.5.0

2021-03-04

  • Fixed bug raised in PR (#4) where top-level lists don't encode their size thus producing empty lists when unbundled
  • Upgraded to Kotlinx-Serialization runtime 1.1.0
  • Upgraded to Kotlin 1.4.31

0.4.0

2020-12-02

  • Upgraded to Kotlin & Kotlinx.Serialization 1.4.20
  • Upgraded to Kotlinx-Serialization runtime 1.0.1

0.3.0

2020-08-27

  • Migrated to Kotlin & Kotlinx.Serialization 1.4.0
  • Migrated to Kotlinx-Serialization runtime 1.0.0-RC

0.2.0

2020-05-06

  • Fixed bug raised in PR (#1) where empty lists cause a crash when being encoded.
  • Improved docs.
  • Improved Java support.
  • Artifact id changed from bundlizer to bundlizer-core

0.1.0

2020-05-01

Initial release!