Skip to content

Commit

Permalink
release 1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
m0rkeulv committed Jul 11, 2024
1 parent 11583bc commit 1c73abc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog
## 1.5.5
* bugfix: incorrect handling of typeCheck expressions
* Added: quick fix for unresolved symbols (generate method, function, variable, field, parameter)
* Bugfix: Incorrect handling of typeCheck expressions.
* Bugfix: Fixed broken Generate actions (constructor, getter, setter).
* Added: Introduce parameter refactoring
* Added: Quick fix for unresolved symbols (generate method, function, variable, field, parameter).
* Added: Annotating unused variables and Quickfix to remove.
* Improvement: Better handling of import statements when moving members to different packages.

## 1.5.4
* Bugfix: import would be displayed as unused if last reference in a file was a fully qualified reference.
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.5.4
pluginVersion = 1.5.5

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

0 comments on commit 1c73abc

Please sign in to comment.