Skip to content

Commit

Permalink
1.4.47 release
Browse files Browse the repository at this point in the history
  • Loading branch information
m0rkeulv committed Mar 29, 2024
1 parent ef07019 commit 5c29022
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog
## 1.4.47
* Fixed: Attempt at fixing incorrect sorting of Project roots
* Fixed: Incorrect sorting of Project roots
* Fixed: Resolve of super types would fail when type was import alias
* Fixed: Issue where cached values where not invalidated correctly (type names)
* Fixed: Try-catch value expressions was not resolved correctly to type
* Fixed: loop iterators would not resolve correctly.
* Fixed: Nested enum extractor expressions did not resolve type.
* Fixed: Type-from-usage resolver could in some cases prefer unknown type parameters over real ones.
* Added: syntax highlighting on reification expressions
* Improvement: Better type resolve for parameters without type tag in functionLiterals


Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pluginName = Haxe Toolkit Support
pluginRepositoryUrl = https://github.com/HaxeFoundation/intellij-haxe

# SemVer format -> https://semver.org
pluginVersion = 1.4.46
pluginVersion = 1.4.47

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

0 comments on commit 5c29022

Please sign in to comment.