Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 869 Bytes

CHANGELOG.md

File metadata and controls

45 lines (33 loc) · 869 Bytes

v2.0.3

Fixes

  • README to ref the correct version of xxHash

v2.0.2

Dependencies

  • Upgrading xxhash to v0.8.2

Fixes

  • Auto-discover Release and Debug builds (#31)

v2.0.1

Fixes

  • Move jest to devDependencies (#30)

v2.0.0

Breaking changes

v1.5.0

Dependencies

  • Upgrading xxhash to v0.8.1

Features

  • Support for TypeScript - #14

v1.4.0

Dependencies

  • Upgrading xxhash to v0.8.0

v1.3.0

Dependencies

  • Upgrading xxhash to v0.7.3

v1.2.0

Features

  • Adding support for XXHash128()

v1.1.0

Features

  • Adding shorthands for constructing 0-seeded hashers: XXHash32(), XXHash64(), XXHash3()