Skip to content

Releases: LinusU/murmur-128

🚢 1.0.0 / 2021-07-24

24 Jul 12:21
9186f14

Choose a tag to compare

💥 Breaking Changes

  • Convert package to ESM

    Migration Guide:

    This relases changes the package from a Common JS module to an EcmaScript module, and drops support for older versions of Node.

    • The minimum version of Node.js supported is now: 12.20.0, 14.13.1, and 16.0.0
    • The package must now be imported using the native import syntax instead of with require

🚢 0.2.1 / 2020-01-23

23 Jan 14:19
6d88a88

Choose a tag to compare

🎉 Enhancements

  • Add TypeScript typings

🚢 0.2.0 / 2020-01-23

23 Jan 14:12
b89266f

Choose a tag to compare

💥 Breaking Changes

  • Change string encoding from UCS-2 to UTF-8

    Migration Guide:

    If you were passing string into this library, they will now be encoded using UTF-8 instead of UTF-16/UCS-2.

    To keep the previous behaviour, use the package array-buffer-from-string to first convert the string into an ArrayBuffer.

🚢 0.1.2 / 2020-01-23

23 Jan 14:03
cb3b33d

Choose a tag to compare

🐛 Fixes

  • Fix multiplication in tail function

🌹 Internal Changes

  • Disable package lock files
  • Bump dev-dependencies

🚢 0.1.1 / 2016-08-16

23 Jan 14:03
e28de7a

Choose a tag to compare

🎉 Enhancements

  • Use external fmix and array-buffer-from-string

🌹 Internal Changes

  • Add keywords
  • Rename module to murmur-128