Skip to content

v0.7.0

Compare
Choose a tag to compare
@lxsmnsyc lxsmnsyc released this 09 Apr 14:26
· 641 commits to main since this release
  • Add support for ArrayBuffer cdd0ed8
  • Fix serialization for Typed Arrays
    • Since ArrayBuffer support has been added, this change includes deduping TypedArray.prototype.buffer references, applying proper byte offset and length, as well as changes to encoding format (which is now delegated to the ArrayBuffer source)
  • Fix deserialization for Typed Arrays encoded in JSON format
    • Since typed arrays cannot resize, there has been issues where typed arrays remained empty.
  • Add support for DataView 28fd1ac
  • Add support for Blob ec017d7
  • Fix serialization issues of types with serialized properties
  • Add support for File d598849
  • Add support for Headers 3ee4191
  • Add support for FormData a466500

Full Changelog: v0.6.0...v0.7.0