Releases: LinusU/murmur-128
Releases · LinusU/murmur-128
🚢 1.0.0 / 2021-07-24
💥 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, and16.0.0 - The package must now be imported using the native
importsyntax instead of withrequire
- The minimum version of Node.js supported is now:
🚢 0.2.1 / 2020-01-23
🎉 Enhancements
- Add TypeScript typings
🚢 0.2.0 / 2020-01-23
💥 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-stringto first convert the string into anArrayBuffer.
🚢 0.1.2 / 2020-01-23
🐛 Fixes
- Fix multiplication in tail function
🌹 Internal Changes
- Disable package lock files
- Bump dev-dependencies
🚢 0.1.1 / 2016-08-16
🎉 Enhancements
- Use external fmix and array-buffer-from-string
🌹 Internal Changes
- Add keywords
- Rename module to murmur-128