Skip to content

Releases: heremaps/gluecodium

Release version 13.5.7 (#1524)

20 Apr 08:07
815c5f0
Compare
Choose a tag to compare
  • Migrates relese build job from Ubuntu 18.04 to 20.04.

Release version 13.5.5 (#1510)

22 Mar 10:42
0a8c8d2
Compare
Choose a tag to compare
Signed-off-by: Yauheni Khnykin <[email protected]>

Release version 13.5.4 (#1508)

21 Mar 09:35
9089357
Compare
Choose a tag to compare
  • Added support for @Cpp(Noexcept) attribute in C++.

Release version 13.5.3 (#1505)

06 Jan 12:50
dee5f19
Compare
Choose a tag to compare

Features:

  • Added support for @Overloaded attribute in Java.

Release version 13.5.2 (#1501)

25 Nov 11:31
45e5841
Compare
Choose a tag to compare

Bug fixes:

  • Fixed setter parameter documentation in Dart

Release version 13.5.1 (#1497)

12 Sep 08:24
abe3fb1
Compare
Choose a tag to compare

Features:

  • Updated Gradle version in the CMake toolchain.

Release version 13.5.0 (#1494)

07 Sep 12:12
ac563d6
Compare
Choose a tag to compare

Breaking changes:

  • Removed support for @Cpp(CString) attribute.
  • Removed support for internal modifier. @Internal attributes should be used instead.

13.4.2

06 Sep 12:26
19feee3
Compare
Choose a tag to compare

Bug fixes:

  • Fixed C++ warnings for external types and structs with @Cpp(Accessors).

Release version 13.4.1 (#1488)

05 Sep 08:21
c27bcad
Compare
Choose a tag to compare

Bug fixes:

  • Fixed a Swift compilation issue for nested internal types when using "-swiftexpose" mode.

Breaking changes:

  • The gluecodium::optional type alias to std::optional was removed from C++ generated code.

Release version 13.4.0 (#1482)

29 Aug 08:26
3b1e1bc
Compare
Choose a tag to compare

Features:

  • Added support for @Cpp(Type) attribute on String type references.

Bug fixes:

  • Fixed an issue where @Swift(Internal) attribute on an interface had no effect in some cases.

Breaking changes:

  • C++ enum function to_string() generated by @Cpp(ToString) attribute returns std::string_view now.