hash-object

Get the hash of an object

MIT License

Downloads
21.3K
Stars
131
Committers
4

Bot releases are visible (Hide)

hash-object - Latest Release

Published by sindresorhus 11 months ago

  • Fix handling of objects with circular references 0d0307e

https://github.com/sindresorhus/hash-object/compare/v5.0.0...v5.0.1

hash-object -

Published by sindresorhus 12 months ago

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

https://github.com/sindresorhus/hash-obj/compare/v4.0.0...v5.0.0

hash-object -

Published by sindresorhus over 3 years ago

Breaking

  • Require Node.js 12 b2c1b61
  • This package is now pure ESM. Please read this.

https://github.com/sindresorhus/hash-obj/compare/v3.0.0...v4.0.0

hash-object -

Published by sindresorhus about 5 years ago

Breaking

  • It now sorts object keys of objects inside arrays 6d0424f
    This may change the hash output.

Fixes

  • Fix TypeScript definition for TypeScript 3.5 2e03e1a

https://github.com/sindresorhus/hash-obj/compare/v2.0.0...v3.0.0

hash-object -

Published by sindresorhus over 5 years ago

Breaking:

  • Require Node.js 8 (#1) ddd947e

Enhancements:

  • Add TypeScript definition (#1) ddd947e

https://github.com/sindresorhus/hash-obj/compare/1.0.0...v2.0.0