Skip to content

Releases: earthstar-project/willow-js

0.5.3

04 Jul 06:35
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.2...0.5.3

0.5.1

05 Jun 12:27
Compare
Choose a tag to compare

What's Changed

Thanks to @mikebryant for the bug reporting!

Full Changelog: 0.5.0...0.5.1

0.5.0: Sideloading

29 May 17:55
Compare
Choose a tag to compare

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

0.2.1: Store and Sync

06 May 12:59
Compare
Choose a tag to compare

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!