Releases: google/jni-bind
Release-0.9.1-alpha
What's Changed
- Statics documentation didn't actually use the alternate class. by @copybara-service in #26
- Add repeat_string metafunction. by @copybara-service in #27
- Adding statically defined constexpr std::string_view name constants. by @copybara-service in #28
- Remove Rankifier type specialisation which is no longer used. by @copybara-service in #32
- Method invocations now have a consistent rank system with void and all primitive types sharing rank 0. by @copybara-service in #33
Full Changelog: Release-0.9.0-alpha...Release-0.9.1-alpha
Release-0.9.0-alpha
What's Changed
- ArraysViews for primitive types are now iterable. by @copybara-service in #10
- Deleted jobject constructor for GlobalObject. by @copybara-service in #14
- Add E2E array iteration tests for completeness. by @copybara-service in #15
- Rev JNI Bind release header to v 0.9. by @copybara-service in #20
New Contributors
- @copybara-service made their first contribution in #10
Full Changelog: Release-0.8.0-alpha...Release-0.9.0-alpha
Release-0.8.0-alpha
Full Changelog: Release-0.7.0-alpha...Release-0.8.0-alpha
Release-0.7.0-alpha
Full Changelog: Release-0.6.0-alpha...Release-0.7.0-alpha
Release-0.6.0-alpha
Full Changelog: Release-0.5.0-alpha...Release-0.6.0-alpha
v.0.5.0-alpha
Full Changelog: Release-0.4.0-alpha...Release-0.5.0-alpha
v.0.4.0-alpha
Fix issues where building "..." from root caused issues with monolithic header tests.
This tag is functionally equivalent to the prior pre-release.
Full Changelog: Release-0.3.0-alpha...Release-0.4.0-alpha
v.0.3.0-alpha
Fix broken monolithic header.
Add array support for non-class types.
Full Changelog: Release-0.2.0-alpha...Release-0.3.0-alpha
v.0.2.0-alpha
Fields now properly supports classes (but not arrays).
Full Changelog: Release-0.1.0-alpha...Release-0.2.0-alpha
v.0.1.0-alpha
** Initial Tagged Release **