Releases: BradPatras/brc-multiplatform
Releases · BradPatras/brc-multiplatform
v0.4.0
What changed
- Version jump to avoid collisions with existing brc-android releases
values
removed because the ergonomics on the consumer side was weird and required the consumer to depend on kotlinx.serialization for the JsonObject class.
Full Changelog: v0.0.2...v0.4.0
0.0.2
What's new
- iOS support via Swift Package Manager
- Android and Kmp support via Maven Central
Known issues
.values
property can't be accessed without an additional dependency (kotlinx-serialization-json). This extra dependency shouldn't be necessary and in a future release the type ofvalues
may change to a type defined within the library.
Full Changelog: v0.0.1...v0.0.2
0.0.1
Initial release, published packages may be malformed while I figure out the details of kmp package publishing.