Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 635 Bytes

File metadata and controls

17 lines (15 loc) · 635 Bytes

Change Log

All notable changes to this project will be documented in this file. Cache-Android adheres to Semantic Versioning.

3.1.0

  • [feat] use kotlin 1.9.23
  • [fix] remove kotlin serialization dependencies from android module
  • [build] use convention plugins
  • [chore] update sample app dependencies

3.0.0

  • [feat!] renamed CacheSerializer.decodeFromString(...) to CacheSerializer.decodeFromByteArray(...)
  • [feat] add moshi serialization implementation module

2.0.0

  • [feat!] abstract serialization and add kotlin serialization implementation module

1.0.0

  • Initial open source release.