Skip to content

Commit

Permalink
release 1.4.28
Browse files Browse the repository at this point in the history
  • Loading branch information
m0rkeulv committed Jan 31, 2024
1 parent df8e3ec commit 29034ff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
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.28
* Fixed: Allow final keyword in anonymous structures
* Fixed: Check inherited members from classes when comparing anonymous types with classes
* Improvement: Use switch expression as enum type hint when resolving case expressions.
* Misc: Caching class inherit lists

## 1.4.27
* Fixed: broken macro type conversion
* Improved: Resolve parameter-type from init-expression when typeTag is missing.
Expand Down
3 changes: 1 addition & 2 deletions 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.27
pluginVersion = 1.4.28

# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
platformType = IU
Expand All @@ -26,7 +26,6 @@ pluginUntilBuild = 233.*
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22
# see flex/flash versions at : https://plugins.jetbrains.com/plugin/14508-flash-flex/versions/stable/252411
platformPlugins = com.intellij.java, com.intellij.flex:233.11799.196, JavaScript
#platformPlugins = com.intellij.java, com.intellij.flex:232.8660.142, JavaScript
#platformPlugins = com.intellij.java, com.intellij.flex:233.11799.196

# Java language level used to compile sources and to generate the files for - Java 17 is required since 2022.2
Expand Down

0 comments on commit 29034ff

Please sign in to comment.