Skip to content

Commit

Permalink
release 1.4.40
Browse files Browse the repository at this point in the history
  • Loading branch information
m0rkeulv committed Feb 19, 2024
1 parent 65f6bdb commit d992cd3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# Changelog
## 1.4.40
* Fixed: incomplete member list for anonymous strcutures
* Fixed: wrongfully marking wildcard import statement as unused
* Improved: Better support for untyped parameters in function literals
* Improved: Better support for default values for generics
* Added: Honoring `@:noUsing` meta when resolving extension methods
* Fixed: Incorrect parsing of some macro expressions
* Fixed: Incorrect parsing of some switchCaseBlocks

## 1.4.39
* Added: More format options for minimum newlines
* Fixed: Unused imports bugfix (fully qualified references would mask normal references)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pluginName = Haxe Toolkit Support
pluginRepositoryUrl = https://github.com/HaxeFoundation/intellij-haxe

# SemVer format -> https://semver.org
pluginVersion = 1.4.39
pluginVersion = 1.4.40

# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
platformType = IU
Expand Down

0 comments on commit d992cd3

Please sign in to comment.