This repository has been archived by the owner on Jul 4, 2020. It is now read-only.
Releases: textileio/js-threads-client
Releases · textileio/js-threads-client
v0.3.0-rc.0
Pre-release version for latest go-threads version.
v0.2.12
v0.2.11
- supports go-threads:0.1.14
- removes all crypto dependencies so usable in react native env.
v0.2.10
updated to go-threads v0.1.14
v0.2.10-rc2
feat(checks): adds spelling, commit lint, notary * feat(ci): uses release notary * fix(tests): stream timeout needed a longer wait
v0.2.10-rc1
v0.2.10-rc1
v0.2.9
- Updates to all changes https://github.com/textileio/go-threads/releases/tag/v0.1.14-rc1
- Adds tests for
newDBFromAddr
- Updates to @textile/threads-core@0.1.0
- Improves handling of
listen
callbacks
🚀 Features
- 3aacd45 (checks) adds spelling, commit lint, notary
v0.2.8
- Updates to all changes https://github.com/textileio/go-threads/releases/tag/v0.1.13
v0.2.7
- 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
- Update to latest threads apis