Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@aidlran aidlran released this 23 Sep 16:39
· 20 commits to main since this release
v0.4.0
2fd149f

Added

  • Added remote procedure call (RPC) system.
  • Added registry for hash functions.
  • Add support for codec-scoped middleware.

Changed

  • Removed the channels system in favour of more powerful RPC system. IndexedDB and S3 have been upgraded to use this system.
  • Binary middleware is now scoped only to the JSON codec.
  • Renamed deleteOne, getOne, putOne to deleteContent, getContent, putContent respectively.
  • Separate module for hashes.
  • Improvements to make Registry construction nicer.