Skip to content

Releases: madwareru/intellij-ron-remix

v0.3.2

20 Jan 09:00
Compare
Choose a tag to compare

Updated to support IntelliJ IDEA platform of 2023.3 version

v0.3.1

31 Jul 07:30
Compare
Choose a tag to compare

Added

  • Resolve references to rust types and fields. Note that this can only be done probabilistic, because serde's Serialize and Deserialize traits can be implemented with arbitrary code.

Fixed

  • Make parser more resilient on incomplete files

Changed

  • Updated supported intellij platform to 2023.2

Internal

  • Start testing much of the functionality

v0.2.11

03 Apr 15:26
e8700b7
Compare
Choose a tag to compare

Fixed

  • Updated plugin to support new versions of IDE.

v0.2.10

07 Dec 15:52
cbb90a7
Compare
Choose a tag to compare

Fixed

  • Updated plugin to support new versions of IDE.

v0.2.9

24 Aug 07:49
Compare
Choose a tag to compare

Fixed

  • Updated plugin to support new versions of IDE.

v0.2.8

28 Apr 09:43
Compare
Choose a tag to compare

Fixed

  • Updated plugin to support new versions of IDE

v0.2.7

10 Dec 11:08
c7b5006
Compare
Choose a tag to compare

Fixed

  • Fixed char literal parsing. Now we support simple char literals.

v0.2.6

05 Dec 15:00
78bdf09
Compare
Choose a tag to compare

Fixed

  • Updated plugin to support new versions of IDE

v0.2.5

10 Aug 07:55
Compare
Choose a tag to compare

Fixes a bug with binary and octal literals

v0.2.4

30 Jul 07:54
Compare
Choose a tag to compare

Update to support a newer versions of IDEA