Releases: RangerMauve/hyper-sdk
Releases · RangerMauve/hyper-sdk
Version 2.0.0-2 Prerelease of the Dat2 version of the SDK
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
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
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
Compare
Sorry, something went wrong.
No results found
Bumped hyperdrive to use latest v9 branch 96e76b6
v1.0.1...v1.0.2
Closes #41
Version 1.0.1 - Minor bug fixes
Compare
Sorry, something went wrong.
No results found
Linter fixes, simplified promise impl a765f05
Added docs about installation bb792ef
v1.0.0...v1.0.1
Version 1.0.0 - First stable release
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
Compare
Sorry, something went wrong.
No results found
Version 0.3.5 - Fix loading archives while offline
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
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
Compare
Sorry, something went wrong.
No results found
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