中文版本请查看 doc/unity/changelog.md
- the module
csharp
in d.ts will useexport =
just like what Node.js did #750 - fix: ignored assemblies which path is with
Editor
when generating extension method #735 - add try catch for builtin script running. and will destroy the jsengine when error is thrown.
- the Debug build of Plugin will now have the
global.gc
function.
difference between Node.js/Quickjs/V8: wiki