- add timeout and memory limit
- fixed compiler error in windows release
- fixed crash when encoding Error object
- updated to latest quickjs
- upgrade ffi to 1.0.0.
- nullsafety.
- downgrade ffi to 0.1.3.
- upgrade ffi to 1.0.0.
- remove
JSInvokable.call
. - fix crash when throw error.
- add reference count and leak detection.
- fix Promise reject cannot get Exception string.
- wrap JSError.
- code clean up.
- fix isolate wrap error.
- breakdown change to remove
channel
. - convert dart function to js.
- fix error in ios build.
- fix stack overflow in jsToCString.
- remove dart object when jsfree.
- wrap dart object to js.
- fix stack overflow when use jsCall nesting.
- fix compiler error in windows release.
- add option to change max stack size.
- code cleanup.
- breakdown change with new constructor.
- fix make release in ios.
- fix crash in wrapping js Promise.
- fix crash on android x86.
- fix randomly crash by stack overflow.
- fix qjs memory leak.
- run on isolate.
- refactor with ffi.
- remove handler when destroy.
- add js module.
- remove C++ std limitation for linux and android.
- fix js memory leak.
- update example.
- initial publish.