murmurhash-wasm

MurmurHash in WASM for Node.js and the browser

APACHE-2.0 License

Downloads
6.2K
Stars
6
Committers
3

Bot releases are visible (Hide)

murmurhash-wasm - v1.3.0 Latest Release

Published by github-actions[bot] over 2 years ago

1.3.0 (2022-01-20)

Features

  • support older Node.js versions (9a23b3a)
murmurhash-wasm - v1.2.2

Published by github-actions[bot] almost 3 years ago

1.2.2 (2022-01-11)

Bug Fixes

  • fix bad import in ESM builds (c025967)
murmurhash-wasm - v1.2.1

Published by github-actions[bot] almost 3 years ago

1.2.1 (2022-01-10)

Bug Fixes

  • fix error message from argument validation (eea14b8)
murmurhash-wasm - v1.2.0

Published by github-actions[bot] almost 3 years ago

1.2.0 (2022-01-10)

Bug Fixes

  • fix package.json conditional exports ordering (9632183)

Features

  • remove the need for polyfilling Buffer (5d24e19)
  • support hashing strings directly (1bb2dbc)
  • throw an error if Buffer is not defined (5ca1f88)
murmurhash-wasm - v1.1.0

Published by github-actions[bot] almost 3 years ago

1.1.0 (2022-01-09)

Features

Performance Improvements

  • mark package as side effect free (272637e)
murmurhash-wasm - v1.0.0

Published by github-actions[bot] almost 3 years ago

1.0.0 (2022-01-09)

Features