Skip to content
This repository has been archived by the owner on Jul 4, 2020. It is now read-only.

Releases: textileio/js-threads-client

v0.3.0-rc.0

30 Apr 21:57
d4071cd
Compare
Choose a tag to compare
v0.3.0-rc.0 Pre-release
Pre-release

Pre-release version for latest go-threads version.

v0.2.12

22 Apr 23:42
cba222d
Compare
Choose a tag to compare
  • fixes import path

v0.2.11

22 Apr 22:43
9911719
Compare
Choose a tag to compare
  • supports go-threads:0.1.14
  • removes all crypto dependencies so usable in react native env.

v0.2.10

16 Apr 16:30
bdef646
Compare
Choose a tag to compare

updated to go-threads v0.1.14

v0.2.10-rc2

14 Apr 19:37
3aacd45
Compare
Choose a tag to compare
feat(checks): adds spelling, commit lint, notary

* feat(ci): uses release notary
* fix(tests): stream timeout needed a longer wait

v0.2.10-rc1

14 Apr 19:22
3aacd45
Compare
Choose a tag to compare
v0.2.10-rc1

v0.2.9

13 Apr 22:24
a9f8906
Compare
Choose a tag to compare

🚀 Features

  • 3aacd45 (checks) adds spelling, commit lint, notary

v0.2.8

08 Apr 19:54
5aabe11
Compare
Choose a tag to compare

v0.2.7

23 Mar 23:23
d43abe8
Compare
Choose a tag to compare
  • Introduces a new concept, Thread Key, which is a smart wrapper around a Service and Read Key, allowing for easy marshaling and string conversion. There are two variants, key and service-only key.
    Removes unneeded nonce handling with symmetric keys.
  • Changes naming to DB, Instance, and Collection
  • Remove the need to Start a DB after creation/joining.
  • Improves API naming and response types

v0.2.6

12 Feb 02:36
8d71fe2
Compare
Choose a tag to compare
  • Update to latest threads apis