Skip to content

v0.10.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Dec 21:13

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