Skip to content

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 10 Feb 00:21
· 18 commits to main since this release

1.1.0 (2023-02-10)

Features

  • created a wrapper for SerialIteable (ecf4ee3)
  • created SerialIterableProxy (6ea8bef)
  • got beta 1 of decorator proxy working: got beta 1 of decorator proxy working (02ff56b)
  • implemented internal Serializer and Reviver. Added helper functions for proxies and iterables (7d888f8)
  • implmenting Reviver (81c7949)
  • iterabletransferhandler: allow for async iterators to be transfered via handler (2e67658)
  • upgraded and tested with the latest version of comlink (b1353f1)
  • working on equality check for serialization and reviving (de50abc)
  • working on lazy fetching of objects (afedae5)
  • working on proxy and transfer handeling (5ce094c)
  • working on serializable iterator (6374b08)

Bug Fixes

  • fixed issues with map and array serial/revive (819e978)
  • updated iterable transfer handler to return a proxy to get the iterator (6c1983c)
  • workaround for objs put back through comlink (2dba777)