Skip to content

Releases: BradPatras/brc-multiplatform

v0.4.0

07 May 03:33
Compare
Choose a tag to compare

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

24 Apr 03:22
Compare
Choose a tag to compare

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 of values may change to a type defined within the library.

Full Changelog: v0.0.1...v0.0.2

0.0.1

20 Apr 16:52
Compare
Choose a tag to compare

Initial release, published packages may be malformed while I figure out the details of kmp package publishing.