Skip to content

v1.4.0

Compare
Choose a tag to compare
@a4z a4z released this 18 Nov 19:31
· 2 commits to main since this release
a965d71

What's New

Deprecation annotation in IDL files:

  • feat(deprecated): generate language specific deprecation markup by @eakoli in #156
  • Documentation for PR #156, the new deprecation feature by @a4z in #158

It is now possible to deprecate attributes, functions or entities in an IDL file and the generator will generate according deprecation attributes in C++, Java and Objective-C.

What's Changed

Improvements for the JSON serialization:

  • Make JSON serialization methods static inline by @mutagene in #136

Fix potential integer overflow:

  • [142] Shift flags into unsigned integers by @a4z in #143

Toolchain update:

  • Maintenance toolchain update 2023 by @a4z in #159
    This change updates sbt, updates sbt plugins, sets the Scala version to the latest of 2.12, removes all warnings, and uses explicit typing to improve code readability.

Infrastructure

A stale bot has been added, which deactivated itself after having no actions going on in this repo for 60 days 🤡
We might turn the bot on again in the future.

Full changelog

Full Changelog: v1.3.2...v1.4.0