Skip to content

🚢 0.2.0 / 2020-05-18

Choose a tag to compare

@LinusU LinusU released this 18 May 19:03
· 3 commits to master since this release
db1f727

💥 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