Releases: ipfs/js-datastore-pubsub
Releases · ipfs/js-datastore-pubsub
v0.2.0
Code Refactoring
BREAKING CHANGES
- Switch to using async/await
v0.1.1
Features
- encode record-store keys in pubsub (#9) (510bd2c)
v0.0.6
chore: release version v0.0.6
v0.0.5
Bug Fixes
- libp2p record with no author (a73d1a0)
v0.0.4
Bug Fixes
- should subscribe a topic only once (58173e0)
v0.0.3
chore: release version v0.0.3
v0.0.2
Features
- add subscription key function (776d35a)
v0.0.1
Bug Fixes
- added stubs for functions required by TieredDatastore (c56b7d1)
- change put and get key type to be consistent with dht (7abe2a8)
- code review (2a4f21b)
- provide unsubscribe api function (47d44b6)
Features