Releases: heremaps/gluecodium
Releases · heremaps/gluecodium
Release list
Release version 13.7.2 (#1557)
Bug fixes:
- Marks internals as
@hiddenin generated Java code to hide them from Javadoc (OpenJDK 17).
Release version 13.7.1 (#1555)
Bug fixes:
- Fixed invalid_use_of_type_outside_library error related to dart Iterator class.
Release version 13.7.0 (#1551)
Features:
- Added new lambda syntax that allows to specify parameter name.
Bug fixes:
- Fixed documentation generation for lambdas.
- Fixed the name clash issue for Dart which occurs when two different internal classes have functions
with the same name that throws exceptions.
Release version 13.6.4 (#1543)
Release version 13.6.3 (#1540)
- Updates proper file to iterate version
Release version 13.6.1 (#1533)
- Fixes compilation on Android when inner struct has skipped fields.
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 <yauheni.khnykin@here.com>
Release version 13.5.4 (#1508)
- Added support for
@Cpp(Noexcept)attribute in C++.