From 29034ff891f47c84fc200536b2911fc242984b22 Mon Sep 17 00:00:00 2001 From: m0rkeulv Date: Wed, 31 Jan 2024 22:18:11 +0100 Subject: [PATCH] release 1.4.28 --- CHANGELOG.md | 6 ++++++ gradle.properties | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5f8e3b74..a890c4161 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/gradle.properties b/gradle.properties index 4cc7bea25..b6334cdc5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 @@ -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