Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
m0rkeulv committed Aug 25, 2024
1 parent e83952e commit 677af6c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# Changelog
## 1.5.10
* Improvement: Treat Optional parameter and field types as `null<T>` (same as compiler)
* Improvement: Completion suggestion for reification and some macro expressions.
* Improvement: Extract method now checks if method needs to be static.
* Bugfix: Fixing issue with extra closing brace when typing `${` outside of strings (#298)
* Bugfix: Fixing some incorrect missing semicolon parser errors
* Bugfix: Fixing parser issues with callExpressions in ExtractorMatchExpression
* Misc: Resolver tweaks when finding type from usage (use most specific type)
* Misc: Internal plugin code changes attempting to more gracefully close projects(#1187)

## 1.5.9
* Bugfix: Completion did not work properly with haxe 3.1 extensions annotation in typedefs.(#1184)
* Bugfix: Fixed issue where assign check from class to anonymous type would fail because inherited members where not included.
Expand Down

0 comments on commit 677af6c

Please sign in to comment.