Skip to content

Releases: heremaps/gluecodium

Release version 13.7.2 (#1557)

Choose a tag to compare

@github-actions github-actions released this 25 Oct 08:01
1bdbe37

Bug fixes:

  • Marks internals as @hidden in generated Java code to hide them from Javadoc (OpenJDK 17).

Release version 13.7.1 (#1555)

Choose a tag to compare

@github-actions github-actions released this 21 Sep 12:02
c63b1ae

Bug fixes:

  • Fixed invalid_use_of_type_outside_library error related to dart Iterator class.

Release version 13.7.0 (#1551)

Choose a tag to compare

@github-actions github-actions released this 01 Sep 11:49
2f9fdce

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)

Choose a tag to compare

@github-actions github-actions released this 31 Jul 08:28
1c36362
  • Java: Documentation for generated property's getters contains tag @return from the first part
    of documentation in the same way as setter contains @value.

Release version 13.6.3 (#1540)

Choose a tag to compare

@github-actions github-actions released this 13 Jul 08:11
1ba42f2
  • Updates proper file to iterate version

Release version 13.6.1 (#1533)

Choose a tag to compare

@github-actions github-actions released this 01 Jun 07:43
e16a50c
  • Fixes compilation on Android when inner struct has skipped fields.

Release version 13.6.0 (#1530)

Choose a tag to compare

@github-actions github-actions released this 11 May 11:12
34e42db
  • More information is printed at fatal error in JNI when there is a pending exception in Java.

Release version 13.5.7 (#1524)

Choose a tag to compare

@github-actions github-actions released this 20 Apr 08:07
815c5f0
  • Migrates relese build job from Ubuntu 18.04 to 20.04.

Release version 13.5.5 (#1510)

Choose a tag to compare

@github-actions github-actions released this 22 Mar 10:42
0a8c8d2
Signed-off-by: Yauheni Khnykin <yauheni.khnykin@here.com>

Release version 13.5.4 (#1508)

Choose a tag to compare

@github-actions github-actions released this 21 Mar 09:35
9089357
  • Added support for @Cpp(Noexcept) attribute in C++.