Releases: HarlonWang/quickjs-wrapper
Releases · HarlonWang/quickjs-wrapper
0.0.22
0.0.21
What's Changed
- Add thread check
- Cancel dupValue & freeDupValue
- Fix: null type convert
- Optimization: js function register
Full Changelog: v0.0.20...v0.0.21
0.0.20
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
Update: add leaks debug code
0.0.17
- fix: non constructor in QuickJSException
- feat: throwJSException
0.0.16
0.0.15
0.0.14
Fix: assertion "p->ref_count > 0" failed
0.0.13
Fix
- JNI memory leak when some device
- Exception: local reference table overflow (max=512)
0.0.11
feature: toString => stringify in JSObject.java