Skip to content

Releases: earthstar-project/willow-js

0.5.3

Choose a tag to compare

@sgwilym sgwilym released this 04 Jul 06:35

What's Changed

  • fix: Use willow-utils@2.0.0 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

Choose a tag to compare

@sgwilym sgwilym released this 05 Jun 12:27

What's Changed

  • Partial payloads, ingestion fixes and performance improvements by @sgwilym in #21
  • Update to use willow-utils@1.0.2 by @sgwilym in #22

Thanks to @mikebryant for the bug reporting!

Full Changelog: 0.5.0...0.5.1

0.5.0: Sideloading

Choose a tag to compare

@sgwilym sgwilym released this 29 May 17:55

This release implements the Willow Sideloading protocol through new createDrop and ingestDrop exports.

0.2.1: Store and Sync

Choose a tag to compare

@sgwilym sgwilym released this 06 May 12:59

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!