File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010
1111(_ Tags are copied from [ babel] ( https://github.com/babel/babel/blob/master/CHANGELOG.md ) _ )
1212
13+ # 0.131 - 2025/09/01
14+
15+ - :bug : [ #511 ] ( https://github.com/giraud/reasonml-idea-plugin/issues/511 ) Fix infinite indexing (parameters)
16+
1317# 0.130 - 2025/07/10
1418
1519- :bug : Fix lower element resolution with typed parameter
Original file line number Diff line number Diff line change @@ -55,12 +55,7 @@ intellijPlatform {
5555 untilBuild = pluginUntilBuild
5656 changeNotes = """
5757 <ul>
58- <li>Fix lower element resolution with typed parameter</li>
59- <li>Fix variant declaration with @as (Rescript)</li>
60- <li>Parse warning message in output analyzer</li>
61- <li>Fix anonymous function declaration in option</li>
62- <li>Fix constraints of module signature</li>
63- <li>Fix log level</li>
58+ <li>Fix infinite indexing (parameters)</li>
6459 </ul>
6560 <p><a href="https://github.com/giraud/reasonml-idea-plugin/blob/master/CHANGELOG.md">Full change log...</a></p>
6661 <p/>
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ org.gradle.jvmargs=-XX:MaxHeapSize=512m -Xms512m -Xmx1g
22
33pluginGroup = com.reason
44pluginName = reasonml-plugin-idea
5- pluginVersion = 0.130
5+ pluginVersion = 0.131
66
77# http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html
88pluginSinceBuild = 242.0
You can’t perform that action at this time.
0 commit comments