Skip to content

Releases: RangerMauve/hyper-sdk

Version 2.0.0-2 Prerelease of the Dat2 version of the SDK

11 Feb 19:43
Compare
Choose a tag to compare
  • Added method to get identity keypair 5922fa2

v2.0.0-1...v2.0.0-2

You can use const {publicKey} = await getIdentity() to get the public key you'd use for replication. This can be used by other peers when replicating in the peer-open event to check that you are who you say you are.

Version 2.0.0-1 Prerelease of the Dat2 version of the SDK

11 Feb 18:40
Compare
Choose a tag to compare
  • Wrap hyperdrive and hypercore with promises e04c66f

Now you can use async/await with any of the hyperdrive or hypercore methods. No need for a separate import for promise support.

v2.0.0-0...v2.0.0-1

Version 2.0.0-0 Prerelease of the Dat2 version of the SDK

11 Feb 01:17
Compare
Choose a tag to compare
  • Dat-2 support, nodejs-only? b2af823
  • Touched up webpack example, added browserify example 4fd1769
  • Merge pull request #43 from urgent/master 2265ae2
  • Added docs about webpack config ee0c92a

v1.0.2...v2.0.0-0

Notes:

  • Only the callbacks API is implemented for now.
  • The SDK constructor returns a promise which you should await
  • The docs aren't updated yet
  • Install with npm i -s dat-sdk@2.0.0-0

Version 1.0.2 - Fix peer-add event not firing on archive

06 Feb 19:24
Compare
Choose a tag to compare

Version 1.0.1 - Minor bug fixes

28 Jan 20:30
Compare
Choose a tag to compare
  • Linter fixes, simplified promise impl a765f05
  • Added docs about installation bb792ef

v1.0.0...v1.0.1

Version 1.0.0 - First stable release

26 Jan 20:41
Compare
Choose a tag to compare
  • Merge pull request #40 from datproject/api-docs 04e00cc
  • Added missing APIs, added docs on existing APis 402ac17
  • Moved roadmap out of readme, added docs for secret keys f4e645f
  • Clean up localstorage to avoid urls-scratch folder. Closes #24 0c8ebd1
  • Added getSecretKey function, closes #27 671ef24

v0.3.6...v1.0.0

Version 0.3.6 - Bumped hyperdiscovery to use latest discovery-swarm-web

06 Nov 20:36
Compare
Choose a tag to compare

Version 0.3.5 - Fix loading archives while offline

02 Nov 16:20
Compare
Choose a tag to compare
  • Merge branch 'master' of github.com:datproject/sdk 819bbe0
  • Detect Dat URLs before resolving in promise API 0815b04
  • Merge pull request #25 from AramZS/patch-1 3c29f45
  • Update example in README to show use of SDK module bcf66e9

v0.3.4...v0.3.5

Version 0.3.4 - Bug fixes

10 Oct 16:42
Compare
Choose a tag to compare
  • Fix loading duplicates, fix persistence in promise API, improve initial load 80aa09a
  • Fix dat:// urls not resolving on web 0ba4031

v0.3.3...v0.3.4

Version 0.3.3 - Custom random-access-storage for hypercore

07 Oct 15:30
Compare
Choose a tag to compare
  • Merge pull request #19 from ninabreznik/master 7c7b6bf
  • Add option to provide custom random-access storage and update Readme cf86d91
  • Merge pull request #18 from gr0kchain/patch-1 2128b0a
  • Update README 954e67d

v0.3.2...v0.3.3