Releases: tommie/v8go
Releases · tommie/v8go
v0.13.1
v0.12.0
Full changelog ⇒ v0.12.0
Changed
- Auto-bumped V8 to c546005d65b58039ccaf3f81be3772eee45454f9.
- The build workflows commit directly, instead of creating PRs.
Fixed
- Release tags need to include the patch number.
Thank you for the report, @GraphR00t.
(#62)
v0.11
v0.10.1
v0.10.0
Full changelog ⇒ v0.10.0
Changed
- Required Go version changed to 1.17 (needed for SharedArrayBuffer support)
- Forked from rogchap.com/v8go
- x86_64 is now referred to as amd64 in V8 builds, conforming to
GOARCH
Added
- Support for getting the underlying data (as a
[]byte
) from a SharedArrayBuffer - Support for
Symbol
- Support for
FunctionCallback
to return an error - Support for exceptions as Go errors
- Support for Android on amd64 and arm64
Fixed
- Upgrade to V8 12.0.267.10