Releases: swiftlang/swift-java-jni-core
Releases · swiftlang/swift-java-jni-core
0.5.1
What's Changed
- Add group for swiftlang GitHub actions by @shahmishal in #19
- Prefer unsafeBitcast on arrays, the as! is costly by @ktoso in #21
New Contributors
- @shahmishal made their first contribution in #19
Full Changelog: 0.5.0...0.5.1
0.5.0
What's Changed
- Update README.md structure and copy by @davelester in #15
- Remove swift-java internal definition by @sidepelican in #14
- Support for nested arrays in Array JavaValue by @ktoso in #17
- Make nested arrays a bit safer, don't count on null arrays by @ktoso in #18
New Contributors
- @davelester made their first contribution in #15
Full Changelog: 0.4.0...0.4.1
0.4.0
What's Changed
- Fix generic parameters in JavaType were not being printed by @sidepelican in #13
- Use typed throws by @colemancda in #12
New Contributors
- @sidepelican made their first contribution in #13
- @colemancda made their first contribution in #12
Full Changelog: 0.3.0...0.3.1
0.3.0
0.2.0
0.1.0
Initial release of this standalone swift-java-jni-core library.
This library exists primarily to split our foundational JNI primitives from swift-java and should not be depended on explicitly unless you have good reasons to do so.
This is a pre-release and no source compatibility guarantees are provided.