Skip to content

Commit b50473c

Browse files
committed
1.6.4 release
1 parent db51b8c commit b50473c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
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

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pluginName = Haxe Toolkit Support
77
pluginRepositoryUrl = 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
1313
platformType = IU

0 commit comments

Comments
 (0)