Skip to content

v0.5.1

Compare
Choose a tag to compare
@jvilk jvilk released this 07 Nov 22:23
· 413 commits to master since this release

Minor bugfix release:

  • Fixes localStorage backend with non-BFS buffer implementations. We normally use a custom binary string encoding to store data in localStorage, which takes advantage of the fact that most browsers allow you to store invalid UTF-16 in localStorage to pack 2X the data. We now fallback to base64 when binary string isn't available.