Releases: tsalzinger/intellij-idea-coco-r-plugin
Releases · tsalzinger/intellij-idea-coco-r-plugin
v1.5.0
Compatibility
- Ensure compatibility with 2020.3
Development
- Adapt build to be based on IntelliJ Platform Plugin Template
- Update gradle wrapper to 6.8
- Update kotlin to 1.4.21
- Introduce ktlint and detekt
- Utilize GitHub Actions for build/release
- Update to java 11
Fixed
- Correctly handle EOF in within 'arbitrary code' sections (applied from v1.2.1/v1.3.1/v1.4.1 - it wasn't applied on the main branch before)
v1.4.1
- Fix issue with editor handing/plugin crashing when EOF is encountered in arbitrary code section of files
v1.4.0
- ensure compatibility with 2020.1 EAP
v1.3.1
- Fix issue with editor handing/plugin crashing when EOF is encountered in arbitrary code section of files
v1.2.1
- Fix issue with editor handing/plugin crashing when EOF is encountered in arbitrary code section of files
v1.3.0
- Ensure compatibility with 2019.2 EAP
- Remove untilBuild restriction
v1.2.0
- Fix issue with reused WordScanner
- Ensure compatibility with 2019.1.*
v1.1.1
- Ensure compatibility with 2018.2.*
v1.1.0
Changes:
- Allow arbitrary directives (with and without a value)
- Show directives in structure view
- Make Java support optional, allowing plugin usage outside of Intellij IDEA and Android Studio
v1.0.1
Patch release fixing issue with plugin description + version range extension to include builds up to 181.*