Unity_v1.4.1,ApiLevel:19
中文版本请查看 doc/unity/zhcn/changelog.md
changelog since 1.4.0
- fix: the crashed after getting a StackOverflowException #1208
- fix: could not get any log in inspector with Node.js backend. #1201
- fix: if a error is thrown in ESM and the message contains line ends, the error message could be incorrect. #1188
- fix: did not filt a obsoleted property setter/getter. #1152
- fix:when passing a JS number to C#
object
. the number would be cut to a Int. - feature: JsEnv.ClearModuleCache can clear ESM module cache now.
- feature: now you can use JSObject to store a JS function. #1143 #1144
- feature: add
EXPERIMENTAL_PUERTS_DISABLE_SLOWBINDING
. It will be useful in somewhere need to do access control. This feature is still experimental and will be changed in the future. - optimize: do not lock the mutex when destroying a JSFunction or JSObject.
difference between Node.js/Quickjs/V8: wiki