You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Upgraded Node.js to `v20.14.0` [(2024-05-28)](https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V20.md#20.14.0)
* Upgraded V8 to `v12.6.228.13` (2024-06-06)
* Upgraded Visual Studio 2022 to [v17.10.1](https://learn.microsoft.com/en-us/visualstudio/releases/2022/release-notes-v17.10)
* Rewrote `toString()` for `V8ValueBigInteger`, `V8ValueInteger`, `V8ValueLong` and `V8ValueDouble`
* Added `getPrototypeOf()` to support `instanceof` for proxy converter
* Added `getPrototypeOf()`, `setPrototypeOf()`, `create()`, `seal()` to `V8ValueBuiltInObject`
* Added `JavetProxyPrototypeStore`
* Added `getPrototypeOf()` to `IJavetDirectProxyHandler` and `JavetDirectProxyObjectHandler`
* Added `getGuard()` to `V8Runtime`
* Added `isSealed()`, `isFrozen()` to `V8ValueObject`
* Added `sealedEnabled` to `JavetConverterConfig`
* Updated `JavetObjectConverter` to convert sealed array to `Object[]` instead of `List<Object>`
* Replaced `JavetEngineGuard` with `V8Guard`
* Removed `executorService`, `engineGuardCheckIntervalMillis` from `JavetEngineConfig`
* Patched V8 [Check failed: !IsFreeSpaceOrFillerMap(map)](https://groups.google.com/g/v8-dev/c/TCGnZKjYFEI/m/uDOciJsHAQAJ)
0 commit comments