Skip to content
This repository was archived by the owner on Jan 6, 2022. It is now read-only.

Releases: dat-ecosystem-archive/dat-js

Version 8.0.0 - New peer discovery, built-in persistence

Choose a tag to compare

@RangerMauve RangerMauve released this 01 Apr 15:29
34a829f

This release improves the speed and reliability of dat-js while simplifying the developer experience.

Added:

  • discovery-swarm-web support
    • Will eventually support extensions like datPeers
    • The gateway can no longer see the data it's proxying so you can worry less about private data
  • New persist flag that will automatically set random-access-web as the storage layer so you can save data for offline use and page reloads
  • Everything works out of the box with the default gateway

Removed:

  • Got rid of the repo abstraction and used hyperdrives directly

Version 7.1.0 - Updated how `db` works

Choose a tag to compare

@RangerMauve RangerMauve released this 22 Feb 02:58

Fixed some issues with how storage works.

Before, it would accidentally reuse storage for different dats in the same folder, which could lead to issues.

Now it will prefix all files in the db with the dat read key.

Version 7.0.0 - New API, New Hyperdrive, New Replication

Choose a tag to compare

@RangerMauve RangerMauve released this 18 Feb 20:54

This release brings: