File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22## 1.7.3
3- * Added: Experimental support for overload keyword
4- * Bugfix: Plugin would fail to load dev versions of haxelibs if their libpath contained white-spaces.
3+ * Added: Support for "in" operator expressions and overloads (#1220 )
4+ * Bugfix: Fixed issue where resolver would incorrectly use enumValue as type (#1219 )
5+ * Bugfix: Fixed issue where child classes could access static members from parent class without import statement (#1218 )
6+ * Bugfix: Fixed issue where haxelib version detection would end up with empty string as version number (#1217 )
7+ * Added: Better support for extern inline overload functions (#1216 )
8+ * Bugfix: Allow redefining of abstract methods if extending class is abstract(#1191 )
9+ * Bugfix: Plugin would fail to load dev versions of haxelibs if their libpath contained white-spaces.
10+ * Added: quickfix for converting string concatenation to string interpolation
11+ * Changed: quickfix for switching between quote types now escapes character is if necessary.
512* Changed: Unresolved symbol highlighting of callExpression now only highlight the identifier (quickfix is still available in the entire expression)
613
714
You can’t perform that action at this time.
0 commit comments