Skip to content

Version 6.0.0

Compare
Choose a tag to compare
@TimothyGu TimothyGu released this 23 Mar 20:08
· 16 commits to master since this release
976f15d

Bumped Node.js version requirement to ≥10.4.

Added support for throwing exception objects that belong to a different realm than the current.

Improved the accuracy of unsigned long long and long long conversions by using BigInt.

Made TypedArray conversions unforgeable. (@ExE-Boss)

Fixed object conversion so that it throws on BigInt values.