Releases: RangerMauve/hyper-sdk
Releases · RangerMauve/hyper-sdk
Version 2.0.0-2 Prerelease of the Dat2 version of the SDK
11 Feb 19:43
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Version 1.0.1 - Minor bug fixes
28 Jan 20:30
Compare
Sorry, something went wrong.
No results found
Version 1.0.0 - First stable release
26 Jan 20:41
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Version 0.3.5 - Fix loading archives while offline
02 Nov 16:20
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found