File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
+ ## 1.4.40
3
+ * Fixed: incomplete member list for anonymous strcutures
4
+ * Fixed: wrongfully marking wildcard import statement as unused
5
+ * Improved: Better support for untyped parameters in function literals
6
+ * Improved: Better support for default values for generics
7
+ * Added: Honoring ` @:noUsing ` meta when resolving extension methods
8
+ * Fixed: Incorrect parsing of some macro expressions
9
+ * Fixed: Incorrect parsing of some switchCaseBlocks
10
+
2
11
## 1.4.39
3
12
* Added: More format options for minimum newlines
4
13
* Fixed: Unused imports bugfix (fully qualified references would mask normal references)
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ pluginName = Haxe Toolkit Support
6
6
pluginRepositoryUrl = https://github.com/HaxeFoundation/intellij-haxe
7
7
8
8
# SemVer format -> https://semver.org
9
- pluginVersion = 1.4.39
9
+ pluginVersion = 1.4.40
10
10
11
11
# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
12
12
platformType = IU
You can’t perform that action at this time.
0 commit comments