Releases: HarlonWang/quickjs-wrapper
Releases · HarlonWang/quickjs-wrapper
0.19.1
- 修复
Attempt to remove non-JNI local reference的错误警告 - 修复
QuickJSWrapper析构函数执行时可能会出现的use deleted global reference异常 - 重构
JSCallFunction的绑定逻辑,避免使用 NewGlobalRef 带来的global reference table overflow (max=51200)异常 - 集成 GitHub Action 提升版本发布效率
0.18.8
- fix: check exception before JS_ExecutePendingJob
0.18.7
- Fix: basic types has not been released
0.18.6
What's Changed
- Fix: js callback don't dup value in params returned
Full Changelog: v0.18.5...v0.18.6
0.18.5
What's Changed
- Feat: call can receive js function as arg
- Feat: parse json can return other types
- Feat: support java callback to js function as params
- Fix: results returned of execute was free value twice
Full Changelog: v0.17.0...v0.18.5
0.17.0
What's Changed
Full Changelog: v0.16.0...v0.17.0
0.16.0
What's Changed
- Fix: assertion "p->ref_count > 0" failed' in JSArray set situation
- Fix: Native receive promise function with exception
- Feature: add Proguard/R8 rules
Full Changelog: v0.12.0...v0.16.0
0.12.0
What's Changed
- Feature: console log support
- Feature: Date polyfill with more format parse
Full Changelog: v0.11.0...v0.12.0
0.11.0
What's Changed
- JSModuleLoader by @ijuniorfu in #33
- Fix: assertion "list_empty(&rt->gc_obj_list)" failed
- Feat: support redirecting stdout and stderr to logcat.
- Feat: distinguish between JSRuntime and JSContext methods
- Optimization not a function with name.
New Contributors
- @ijuniorfu made their first contribution in #33
Full Changelog: v0.6.0...v0.11.0
v0.6.0
- Java long type support
Full Changelog: v0.5.0...v0.6.0
