Skip to content

Releases: LinusU/murmur-32

🚢 1.0.0 / 2021-07-24

24 Jul 12:20
56279a3

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.0 / 2020-05-18

18 May 19:03
db1f727

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.

🎉 Enhancements

  • Add TypeScript typings

🌹 Internal Changes

  • Disable package lock files
  • Bump dev-dependencies

🚢 0.1.0 / 2016-08-16

18 May 19:03
dd0f2bf

Choose a tag to compare

🎉 Initial release