Skip to content

Releases: jonahsnider/murmurhash-wasm

v1.3.0

20 Jan 21:45
fcb979c
Compare
Choose a tag to compare

1.3.0 (2022-01-20)

Features

  • support older Node.js versions (9a23b3a)

v1.2.2

11 Jan 00:07
c025967
Compare
Choose a tag to compare

1.2.2 (2022-01-11)

Bug Fixes

  • fix bad import in ESM builds (c025967)

v1.2.1

10 Jan 22:33
eea14b8
Compare
Choose a tag to compare

1.2.1 (2022-01-10)

Bug Fixes

  • fix error message from argument validation (eea14b8)

v1.2.0

10 Jan 22:21
100f6b1
Compare
Choose a tag to compare

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)

v1.1.0

09 Jan 15:43
c216cea
Compare
Choose a tag to compare

1.1.0 (2022-01-09)

Features

Performance Improvements

  • mark package as side effect free (272637e)

v1.0.0

09 Jan 13:10
ccf4237
Compare
Choose a tag to compare

1.0.0 (2022-01-09)

Features