v4.3.0
- v8 inspector API fixed in nodejs v16.x
releasemethod added toModule
v4.2.0
accessorsoption added toreference.get()
v4.1.0
- Support for nodejs v16.x
onCatastrophicErroradded- Fix for
nullerror thrown from callback
v4.0.0
Callbackclass addeed.- When possible,
reference.get()will return a function delegate instead of aReference. reference.get()will no longer return inherited properties by default.resultproperty onevalandevalClosurehas been removed. The result is now just the return value.- All
isolated-vmclass prototypes, and most instances are frozen. isolate.cpuTimeandisolate.wallTimenow return bigints.- Proxies and accessors are no longer tolerated via
reference.get, and related functions.