Skip to content

v5.0.0

Latest
Compare
Choose a tag to compare
@sindresorhus sindresorhus released this 28 Feb 21:10
· 1 commit to main since this release

Breaking

  • Require Node.js 14 d29071c
  • This package is now pure ESM. Please read this.
  • It no longer accepts a Buffer.
    • To migrate, simply call .toString() on the buffer before passing it in here.
  • It now strictly validates that the input is a string.

v4.4.0...v5.0.0