File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
2+ ## 1.6.4
3+ * Improvement: Reworked documentation rendering and added support for reader mode.
4+ * Fixed: Parser issues with ternaryExpressions containing assignExpression.
5+ * Bugfix: Prevent incorrect type resolve for untyped parameters when parent callie is unknown
6+
27## 1.6.3
38* Added: Support for code folding for switch expressions, arrays, maps and object literals.
49* Changed: formatter now removes spaces between expressions and semicolons
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ pluginName = Haxe Toolkit Support
77pluginRepositoryUrl = https://github.com/HaxeFoundation/intellij-haxe
88
99# SemVer format -> https://semver.org
10- pluginVersion = 1.6.3
10+ pluginVersion = 1.6.4
1111
1212# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
1313platformType = IU
You can’t perform that action at this time.
0 commit comments