🚢 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.