Skip to content

Commit

Permalink
1.4.27 release
Browse files Browse the repository at this point in the history
  • Loading branch information
m0rkeulv committed Jan 29, 2024
1 parent d06aeb8 commit 0549823
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Changelog
## 1.4.27
* Fixed: broken macro type conversion
* Improved: Resolve parameter-type from init-expression when typeTag is missing.
* Improved: Use field type as hint when class and enumValue names causes resolve conflicts.
* Improved: Null-safety fixes and overflow prevention.
* Improved: Misc improvements to auto-completion suggestions.

## 1.4.26
* Fixed: Parser bug that caused massive slowdown in code with many level nested structures
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.26
pluginVersion = 1.4.27

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

0 comments on commit 0549823

Please sign in to comment.