Skip to content

Releases: UbiqueInnovation/djinni

1.0.9

29 Oct 12:21
Compare
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
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.7...1.0.8

1.0.7

12 Mar 10:30
01dd31c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.6...1.0.7

1.0.6

17 Nov 10:16
Compare
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
Compare
Choose a tag to compare
  • Add option --kotlin-records-moshi-json-class to annotate Kotlin data classes with @JsonClass(generateAdapter = true) for Moshi

1.0.4

10 Oct 09:15
1295558
Compare
Choose a tag to compare
Merge pull request #13 from UbiqueInnovation/bugfix/objc-references

fixes objc references

1.0.3

06 Oct 11:14
7d0914c
Compare
Choose a tag to compare

What's Changed

  • Feature/add back ub properties by @stmitt in #12

Full Changelog: 1.0.2...1.0.3

1.0.2

26 Jul 15:05
3a9027d
Compare
Choose a tag to compare
  • Fix native destroy with Kotlin generation

1.0.1

06 Apr 15:08
fa55998
Compare
Choose a tag to compare

Fix Kotlin type for 'binary'

1.0.0

19 Feb 12:39
ff7ec9c
Compare
Choose a tag to compare
update README.md adds list of added features