Releases: madwareru/intellij-ron-remix
Releases · madwareru/intellij-ron-remix
v0.3.2
v0.3.1
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
Fixed
- Updated plugin to support new versions of IDE.
v0.2.10
Fixed
- Updated plugin to support new versions of IDE.
v0.2.9
Fixed
- Updated plugin to support new versions of IDE.
v0.2.8
Fixed
- Updated plugin to support new versions of IDE
v0.2.7
Fixed
- Fixed char literal parsing. Now we support simple char literals.
v0.2.6
Fixed
- Updated plugin to support new versions of IDE