Skip to content

v5.0.0

Choose a tag to compare

@sindresorhus sindresorhus released this 06 Nov 16:17
· 4 commits to main since this release

Breaking

  • Rename package from hash-obj to hash-object dc8c61b
  • Require Node.js 18 d1e05d0
  • Setting the encoding to 'buffer'now returns a Uint8Array instead of a Buffer d1e05d0
    • This only affects you if you use Buffer-specific methods. Learn more.

Improvements

  • Normalize Unicode representation of string keys and values 3606ec7

v4.0.0...v5.0.0