Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
m0rkeulv committed Aug 11, 2024
1 parent fa49a7b commit 516654d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
# Changelog
## 1.5.8
* Bugfix: Fixed issue where result of `ExprOf` with functionType was annotated as not callable
* Bugfix: `var` keyword in enum extractors where marked as error by the parser.
* Bugfix: Optional fields in typedefs where not always treated as optional. (#1181)
* Bugfix: Fixed default SDK issue (reported by jetbrains)
* Bugfix: Fixed issue where resolver would resolve incorrect extension method.
* Bugfix: inheritance search was checking object literals (#1182)
* improvement: Better type resolve for members in object literals
* improvement: Better error messages when object literals does not match assigned type.

## 1.5.7
* Bugfix: Import of static members starting with uppercase would in some cases not resolve.
* Added: Support for `@:using` and `@:structInit`
* improvement: Code and build system updated to support Intellij 2024.2
* improvement: Setter switch case extractor and capturing variable handling.
* improvement: Better switch-case extractor and capturing variable handling.
* improvement: Values from Object literals can now be used without type tag.
* improvement: Object literals can now be used in switch case expression
* Experimental: inject GLSL language in OpenFL for vertex and fragment annotations if GLSL plugin installed.
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.7
pluginVersion = 1.5.8

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

0 comments on commit 516654d

Please sign in to comment.