Skip to content

v10.0.0

Latest
Compare
Choose a tag to compare
@sindresorhus sindresorhus released this 07 May 17:02

Breaking

  • Require Node.js 18 981b216
  • This package is now pure ESM. Please read this.
  • It now returns Uint8Array instead of Buffer 981b216
    • Buffer is a subclass of Uint8Array, so this only affects you if you use buffer-specific methods.
  • Removed support for streams 981b216

Improvements

v9.0.2...v10.0.0