Skip to content

v10.0.2 - Updated Deno SqliteFFI driver, animal story

Compare
Choose a tag to compare
@sgwilym sgwilym released this 13 Feb 13:28
· 44 commits to main since this release

Fixes

  • DocDriverSqliteFfi has been updated to use https://deno.land/x/[email protected] which has compatibility with Deno 1.30.0 and up. This driver uses unstable APIs and will not work with previous versions of Deno.

Docs

  • Updated the example 'animal story' script to showcase Earthstar's ephemeral document features. Thank you @johanbove!
  • Updated the README to make it clear that certain APIs like ReplicaDriverWeb are only available through different namespaces in the NPM distribution.

Chores