Releases: heremaps/gluecodium
Releases · heremaps/gluecodium
Release version 13.6.0 (#1530)
- More information is printed at fatal error in JNI when there is a pending exception in Java.
Release version 13.5.7 (#1524)
- Migrates relese build job from Ubuntu 18.04 to 20.04.
Release version 13.5.5 (#1510)
Signed-off-by: Yauheni Khnykin <[email protected]>
Release version 13.5.4 (#1508)
- Added support for
@Cpp(Noexcept)
attribute in C++.
Release version 13.5.3 (#1505)
Features:
- Added support for
@Overloaded
attribute in Java.
Release version 13.5.2 (#1501)
Bug fixes:
- Fixed setter parameter documentation in Dart
Release version 13.5.1 (#1497)
Features:
- Updated Gradle version in the CMake toolchain.
Release version 13.5.0 (#1494)
Breaking changes:
- Removed support for
@Cpp(CString)
attribute. - Removed support for
internal
modifier.@Internal
attributes should be used instead.
13.4.2
Bug fixes:
- Fixed C++ warnings for external types and structs with
@Cpp(Accessors)
.
Release version 13.4.1 (#1488)
Bug fixes:
- Fixed a Swift compilation issue for nested internal types when using "-swiftexpose" mode.
Breaking changes:
- The
gluecodium::optional
type alias tostd::optional
was removed from C++ generated code.