Releases: Snapchat/djinni
Releases · Snapchat/djinni
v0.5.13
v0.5.12
Improved support for building on Linux
v0.5.11
- Various bug fixes
- Improved Android sdk compatibility
v0.5.10
- Support
future<void>
- Complete coroutine integration of
future<>
- Bug fixes
v0.5.9
- New command line switch
--java-gen-interface
to generate Djinni interfaces in Java asinterface
rather than abstract classes.
v0.5.8
- Wasm async exception translating
- Optional in ObjC containers
v0.5.7
- empty optional in objc containers
- xcode 13.4 compatibility
- apple m1 mac compatibility
- add resolve/reject convenience methods to promise/future
v0.5.6
- Fix wasm heap growing
- Upgrade bazel version to 5
- Add switch to turn off in generated protocols
v0.5.5
Bugfix: external type as generic parameter in ObjC codegen
v0.5.4
- future<> type support
- Bug fixes