🚢 0.2.0 / 2020-05-18
💥 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.
🎉 Enhancements
- Add TypeScript typings
🌹 Internal Changes
- Disable package lock files
- Bump dev-dependencies