0.4.0
What's Changed
- Enable explicit api mode by @xxfast in #19
- Bump org.jetbrains.kotlinx.binary-compatibility-validator from 0.12.1 to 0.13.0 by @dependabot in #20
- Bump org.jetbrains.kotlinx:kotlinx-serialization-json-okio from 1.4.1 to 1.5.0 by @dependabot in #22
- Bump org.jetbrains.kotlinx:kotlinx-serialization-json from 1.4.1 to 1.5.0 by @dependabot in #23
- Fix store encoder to create a folder if it doesn't exist by @xxfast in #24
- Bump org.jetbrains.dokka from 1.7.20 to 1.8.10 by @dependabot in #26
- Bump com.android.tools.build:gradle from 7.4.1 to 7.4.2 by @dependabot in #25
- Add sample git submodule by @xxfast in #27
- Refactor move exception handling to the decoder by @xxfast in #28
⚠️ Breaking Changes
The store will now throw SerializationException
when decoding a malformed file.
- If you want to handle migrations, see migrations
- If you want the previous behavior, write your own decoder with safe handling behavior (example)
Full Changelog: 0.3.0...0.4.0