Skip to content

Releases: Snapchat/djinni

v0.5.13

22 Nov 05:39
c7b0a39

Choose a tag to compare

  • Make Android SDK/NDK dependency optional
  • Fix TS test build

v0.5.12

11 Jul 05:45
bb0fd60

Choose a tag to compare

Improved support for building on Linux

v0.5.11

06 Jul 23:26
1c546f9

Choose a tag to compare

  • Various bug fixes
  • Improved Android sdk compatibility

v0.5.10

06 Feb 22:37
f10f685

Choose a tag to compare

  • Support future<void>
  • Complete coroutine integration of future<>
  • Bug fixes

v0.5.9

04 Sep 23:11
2f5b0ae

Choose a tag to compare

  • New command line switch --java-gen-interface to generate Djinni interfaces in Java as interface rather than abstract classes.

v0.5.8

25 Aug 03:38
60a4223

Choose a tag to compare

  • Wasm async exception translating
  • Optional in ObjC containers

v0.5.7

12 Aug 03:34
5accefb

Choose a tag to compare

  • empty optional in objc containers
  • xcode 13.4 compatibility
  • apple m1 mac compatibility
  • add resolve/reject convenience methods to promise/future

v0.5.6

10 Jul 23:03
7602165

Choose a tag to compare

  • Fix wasm heap growing
  • Upgrade bazel version to 5
  • Add switch to turn off in generated protocols

v0.5.5

30 May 22:51
d8ef970

Choose a tag to compare

Bugfix: external type as generic parameter in ObjC codegen

v0.5.4

26 May 05:05
394d77a

Choose a tag to compare

  • future<> type support
  • Bug fixes