Skip to content

v10.0.0

Compare
Choose a tag to compare
@sindresorhus sindresorhus released this 18 Apr 12:04
· 14 commits to main since this release

Breaking

  • Require Node.js 14 22b9bd4
  • Preserve error constructor (#70) 49db63a
    • Previously it did not preserve built-in errors. It does now. So a TypeError might have been deserialized as a Error before, but is now deserialized as a TypeError.

Improvements

v9.1.1...v10.0.0