Releases: HarlonWang/quickjs-wrapper
Releases · HarlonWang/quickjs-wrapper
3.2.3
3.2.0
- feature: support 16 KB page sizes.
3.1.0
- Align internal and external version numbers to 3.1.0, no functional changes – codebase remains identical to 2.4.5.
2.4.5
- fix: not correctly released when an exception occurs during function execution
2.4.4
- 优化 toMap 的循环引用处理逻辑
- quickjs 增加判空处理,解决 OOM 场景里的异常崩溃问题
2.4.3
- 添加了在将 JSObjects 转换为 Java Maps 时支持自定义映射创建。
- 添加了 setGCThreshold 方法,用于控制垃圾回收阈值。
2.4.2
- 修复:源码执行模式下的字符串泄漏问题
2.4.1
- 修复:异步函数执行导致的崩溃问题
- 优化:objectRecords 中的引用泄漏问题
2.4.0
- 新增方法: 获取使用内存的大小信息(getMemoryUsedSize)
- 支持 ArrayBuffer 转为 Byte 数组(深拷贝,对性能有一些影响)
2.2.1
- JSObject 增加 toMap 方法,支持转 HashMap 类型