Skip to content

Releases: HarlonWang/quickjs-wrapper

0.19.1

05 Jun 09:56

Choose a tag to compare

  • 修复 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

06 Apr 11:10

Choose a tag to compare

  • fix: check exception before JS_ExecutePendingJob

0.18.7

24 Mar 08:21

Choose a tag to compare

  • Fix: basic types has not been released

0.18.6

21 Mar 07:51

Choose a tag to compare

What's Changed

  • Fix: js callback don't dup value in params returned

Full Changelog: v0.18.5...v0.18.6

0.18.5

21 Mar 07:22

Choose a tag to compare

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

16 Feb 06:50

Choose a tag to compare

What's Changed

  • Fix: signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr xxx
    image

Full Changelog: v0.16.0...v0.17.0

0.16.0

01 Feb 02:27

Choose a tag to compare

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

13 Dec 05:07

Choose a tag to compare

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

09 Dec 16:31

Choose a tag to compare

v0.6.0

09 Nov 10:21

Choose a tag to compare

  • Java long type support

Full Changelog: v0.5.0...v0.6.0