Skip to content

Releases: HarlonWang/quickjs-wrapper

0.0.22

06 Jun 10:47
Compare
Choose a tag to compare

What's Changed

  1. Add MaxStackSize set

Full Changelog: v0.0.21...v0.0.22

0.0.21

09 May 02:19
Compare
Choose a tag to compare

What's Changed

  1. Add thread check
  2. Cancel dupValue & freeDupValue
  3. Fix: null type convert
  4. Optimization: js function register

Full Changelog: v0.0.20...v0.0.21

0.0.20

10 Mar 13:33
Compare
Choose a tag to compare

What's Changed

  • Refactor setProperty with specific type
  • Add __format_string better show of object info
  • Optimization JSObject.toString in #7
  • Create JSArray pass to JavaScript in #6
  • Add README-CN.md
  • BugFix #5

Full Changelog: v0.0.18...v0.0.20

0.0.18

25 Feb 10:01
Compare
Choose a tag to compare

Update: add leaks debug code

0.0.17

16 Feb 06:26
Compare
Choose a tag to compare
  • fix: non constructor in QuickJSException
  • feat: throwJSException

0.0.16

08 Feb 06:44
Compare
Choose a tag to compare

0.0.15

07 Feb 14:24
Compare
Choose a tag to compare

0.0.14

06 Feb 09:28
Compare
Choose a tag to compare

Fix: assertion "p->ref_count > 0" failed

0.0.13

13 Jan 03:31
Compare
Choose a tag to compare

Fix

  • JNI memory leak when some device
    • Exception: local reference table overflow (max=512)

0.0.11

06 Jan 10:05
Compare
Choose a tag to compare

feature: toString => stringify in JSObject.java