Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Releases: ialex32x/duktape-unity

Minor fixes and improvements

20 Feb 02:59
Compare
Choose a tag to compare
  • gc alloc optimization
  • bugfix

Minor fixes and improvements

22 Jan 08:58
Compare
Choose a tag to compare
  • additional bytebuffer (pool) support for Buffer
  • fix string conversion
  • code optimization

add simple wrapper for http request

03 Jan 03:48
Compare
Choose a tag to compare
v0.9.16

Merge branch 'develop'

some improvements

12 Dec 09:07
Compare
Choose a tag to compare
  • 修正生成绑定代码清理流程的错误
  • 生成的 d.ts 自动填写帮助文档 (from assembly metadata xml)

support duktape bytecode

06 Dec 02:48
Compare
Choose a tag to compare
v0.9.14

Merge branch 'develop'

Minor fixes and improvements

22 Nov 10:52
Compare
Choose a tag to compare
  • fix DuktapeDelegate return value
  • fix crash when quit play mode or editor
  • upgrade to duktape-2.4.0 (latest release version)

add bluebird (promise)

20 Nov 06:19
Compare
Choose a tag to compare
v0.9.11

test bluebird.core

改进调试器支持

15 Nov 02:02
Compare
Choose a tag to compare
  • 等待debugger客户端时不阻塞主线程
  • VSCode Duktape Debugger 0.5.6 已知可正常进行 attach/detach

some improvements

08 Nov 03:32
Compare
Choose a tag to compare

从所有Assembly中收集绑定类型

some improvements

16 Aug 04:36
Compare
Choose a tag to compare
  • 提供 console.warn/error/assert 支持
  • 修正退出编辑器时卡死的问题