Skip to content

Releases: cross-language-cpp/djinni-intellij-plugin

v0.11.0

25 Apr 12:22
5cb444b
Compare
Choose a tag to compare

Added

  • support for the upcoming Python (+p) and C# (+s) support. (#30)
  • support for deriving(parcelable). (#31)

v0.10.4

01 Feb 19:46
881890b
Compare
Choose a tag to compare

Changed

  • improved documentation
  • updated dependencies

Fixed

  • #27 removed upper compatibility limit for IntelliJ platform

v0.10.3

07 Dec 12:46
cfc2fdd
Compare
Choose a tag to compare

Fixed

  • set pluginUntilBuild = 203.* to work with latest IntelliJ Platform

[0.10.2]

  • interfaces can now have const methods.

v0.10.2

17 Nov 20:16
cbc8792
Compare
Choose a tag to compare

Fixed

  • interfaces can now have const methods.

v0.10.1

16 Nov 14:20
6f95332
Compare
Choose a tag to compare

Fixed

  • problem with new flags support: all and none must not be interpreted as language keywords.

v0.10.0

16 Nov 13:11
3bef22b
Compare
Choose a tag to compare

Added

  • support for the flags data structure

v0.9.1

08 Nov 16:55
5dfe390
Compare
Choose a tag to compare

Changed