|
@@ -1,3 +1,24 @@
|
|
|
+2020-22-05 4.1.1
|
|
|
+
|
|
|
+ New features:
|
|
|
+
|
|
|
+ jvm : added `--jvm path/to.jar` CLI argument
|
|
|
+
|
|
|
+ Bugfixes:
|
|
|
+
|
|
|
+ all : fixed arguments ordering for @:structInit constructors (#9418)
|
|
|
+ all : fixed display/references completion server request for static fields (#9440)
|
|
|
+ all : fixed "Module not found" error reporting during macro execution in display requests (#9449)
|
|
|
+ all : fixed module name completion for target-specific modules like `Mod.js.hx` (#9423)
|
|
|
+ all : fixed completion for packages named "function" (#7697)
|
|
|
+ all : fixed recursive typedefs with optional arguments in `@:overload` functions (#9455)
|
|
|
+ cpp : fixed StringTools.endsWith() for unicode characters (#8980)
|
|
|
+ cpp : fixed broken externs in `cpp` package (#9452)
|
|
|
+ js/cpp : fixed catch var naming collision (#9413)
|
|
|
+ interp : fixed throwing `haxe.macro.Error` outside of a macro context (#9390)
|
|
|
+ lua : fixed lua.PairTools.ipairsMap method
|
|
|
+ php : fixed an edge case in String methods generation (#9464)
|
|
|
+
|
|
|
2020-05-13: 4.1.0
|
|
|
|
|
|
New features:
|