Releases: earthstar-project/willow-js
Releases · earthstar-project/willow-js
0.5.3
What's Changed
- fix: Use [email protected] with fixed successors utilities
- fix: Make PayloadDriverIndexedDB connect to different IndexedDB than KvDriverIndexedDB by @sgwilym in #25 (thanks @Vicente015!)
Full Changelog: 0.5.2...0.5.3
0.5.1
What's Changed
- Partial payloads, ingestion fixes and performance improvements by @sgwilym in #21
- Update to use [email protected] by @sgwilym in #22
Thanks to @mikebryant for the bug reporting!
Full Changelog: 0.5.0...0.5.1
0.5.0: Sideloading
This release implements the Willow Sideloading protocol through new createDrop
and ingestDrop
exports.
0.2.1: Store and Sync
This is our first "you can use this" release of our TypeScript implementation of the Willow Data Model and Willow General Purpose Sync Protocol. The most interesting exports of this module are:
Store
, used to read and write Willow entries and their corresponding payloads.WgpsMessenger
, which is able to coordinate an open-ended sync session between two peers.
To learn more, please see the README and the API docs linked within.
The module currently works for browsers and the Deno runtime. Please see the README for a list of our most wanted improvements!