Skip to content

Commit

Permalink
release 1.4.15-231
Browse files Browse the repository at this point in the history
  • Loading branch information
m0rkeulv committed Oct 8, 2023
1 parent 7f7c058 commit bf2e4cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
# Changelog

## 1.4.15
## 1.4.15-231
* NOTE: Builds for idea 2023.1 are no longer actively maintained (consider upgrading to 2023.2)
* Improvement: Large performance improvement for projects with complex type inheritance graphs
* Improvement: Resolving same package types across libraries
* Added: support for resolve variable type from usage
* Bugfix: Module layer in psi broke type hierarchy resolving.
* Bugfix: Fixed type resolve for parameters with only default value
* Bugfix: Fixed incorrect error on fields defined by interfaces

## 1.4.14
* Replacing deprecated APIs and using idea 2023.2 as baseline
## 1.4.14-231
* NOTE: Builds for idea 2023.1 are no longer actively maintained (consider upgrading)
* Fixed: Allow module level keywords for module fields. (#1135)
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.14-231
pluginVersion = 1.4.15-231

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

0 comments on commit bf2e4cb

Please sign in to comment.