Datproject Sdk Versions Save

Make your own hyper apps!

v2.0.0-2

4 years ago
  • Added method to get identity keypair 5922fa2

https://github.com/datproject/sdk/compare/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.

v2.0.0-1

4 years ago
  • 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.

https://github.com/datproject/sdk/compare/v2.0.0-0...v2.0.0-1

v2.0.0-0

4 years ago
  • 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

https://github.com/datproject/sdk/compare/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 [email protected]

v1.0.2

4 years ago
  • Bumped hyperdrive to use latest v9 branch 96e76b6

https://github.com/datproject/sdk/compare/v1.0.1...v1.0.2

Closes #41

v1.0.1

4 years ago
  • Linter fixes, simplified promise impl a765f05
  • Added docs about installation bb792ef

https://github.com/datproject/sdk/compare/v1.0.0...v1.0.1

v1.0.0

4 years ago
  • 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

https://github.com/datproject/sdk/compare/v0.3.6...v1.0.0

v0.3.6

4 years ago

v0.3.5

4 years ago
  • 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

https://github.com/datproject/sdk/compare/v0.3.4...v0.3.5

v0.3.4

4 years ago
  • Fix loading duplicates, fix persistence in promise API, improve initial load 80aa09a
  • Fix dat:// urls not resolving on web 0ba4031

https://github.com/datproject/sdk/compare/v0.3.3...v0.3.4

v0.3.3

4 years ago
  • 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

https://github.com/datproject/sdk/compare/v0.3.2...v0.3.3