Releases: UbiqueInnovation/djinni
Releases · UbiqueInnovation/djinni
1.3.0
What's Changed
- migrate android publication to central portal by @fbzli in #26
- Allow waiting on Future in WASM by @matzf in cf78f81
- extend ts/wasm support by @komplexon3 in #28
- Add compatible .bazelversion to run with bazelisk
- Allow creating DataRef from unique_ptr to data by @matzf in #29
New Contributors
- @komplexon3 made their first contribution in #28
Full Changelog: 1.2.0...1.3.0
1.2.0
1.1.1
1.1.0
1.0.10
What's Changed
- Kotlin Generator: fix warning on redundant initialization in compareTo by @matzf in #22
- Updates rules_scala_version by @bastianmorath in #23
New Contributors
- @bastianmorath made their first contribution in #23
Full Changelog: 1.0.9...1.0.10
1.0.9
1.0.8
1.0.7
1.0.6
- Adds option kotlin-records-primitive-defaults to generate default values in the constructor of a data class (specified by a djinni record) for the primitive types boolean, int, long, float and double.
1.0.5
- Add option --kotlin-records-moshi-json-class to annotate Kotlin data classes with
@JsonClass(generateAdapter = true)for Moshi