Releases: HiRoFa/quickjs_es_runtime
Releases · HiRoFa/quickjs_es_runtime
0.14.5
0.14.2
update to quickjs-ng 0.6.0
0.14.1
update quickjs-ng to 0.5.0
0.14.0
simplified tokio deps
0.13.1
- update quickjs-ng to 4.0.1
- fixed bigint support for quickjs-ng
0.13.0
- support quickjs-ng (v 0.3.0) as feature, it compiles, some test cases fail (bigint) but should be a nice first step
0.12.1
- bugfix: console.log("a:%s", undefined); would fail
0.12.0
- uses hirofa-quickjs-sys 0.2.0 and ['bellard'] feature and thus the 2024-01-13 version of the original quickjs by Fabrice Bellard
- added get_proxy_instance_id for getting instance id without looking up the proxy
- console functions output source filename
0.11.0
wip
0.10.1
replace Mutex with parking_lot