Skip to content

Releases: UbiqueInnovation/djinni

1.3.0

04 Feb 20:48

Choose a tag to compare

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

Full Changelog: 1.2.0...1.3.0

1.2.0

28 Jul 06:19
4f8944c

Choose a tag to compare

What's Changed

Full Changelog: 1.1.1...1.2.0

1.1.1

21 May 05:32
b11a8cd

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.0...1.1.1

1.1.0

25 Apr 13:27

Choose a tag to compare

What's Changed

  • DataRef: defer creation of platform specific object until needed by @matzf in #24

Full Changelog: 1.0.10...1.1.0

1.0.10

07 Apr 14:02
60d3bde

Choose a tag to compare

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

Full Changelog: 1.0.9...1.0.10

1.0.9

29 Oct 12:21

Choose a tag to compare

What's Changed

  • Kotlin Generator: make CppProxy public by @matzf in #20
  • Mark NativeObjectManager as daemon thread to enable clean termination by @matzf in #21

New Contributors

  • @matzf made their first contribution in #20

Full Changelog: 1.0.8...1.0.9

1.0.8

04 Oct 09:18
f5591ee

Choose a tag to compare

What's Changed

Full Changelog: 1.0.7...1.0.8

1.0.7

12 Mar 10:30
01dd31c

Choose a tag to compare

What's Changed

Full Changelog: 1.0.6...1.0.7

1.0.6

17 Nov 10:16

Choose a tag to compare

  • 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

08 Nov 09:30

Choose a tag to compare

  • Add option --kotlin-records-moshi-json-class to annotate Kotlin data classes with @JsonClass(generateAdapter = true) for Moshi