Skip to content

🚢 0.2.0 / 2020-01-23

Choose a tag to compare

@LinusU LinusU released this 23 Jan 14:12
· 5 commits to master since this release
b89266f

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