Releases: Permissionless-Software-Foundation/ipfs-coord-esm
Releases · Permissionless-Software-Foundation/ipfs-coord-esm
v9.1.4
v9.1.3
v9.1.2
v9.1.1
v9.1.0
9.1.0 (2022-09-08)
Bug Fixes
- adapters: Added log and bch adapters and unit tests (24ebf62)
- coverage: Added coverage reporting for ESM (9e70e87)
- ipfs adapter: Better dep injection (803d361)
- messaging: Adding messaging library and unit tests (2ee176e)
- pubsub: Added pubsub library (d90f193)
Features
- controllers: Added controller libs and unit tests (e76a573)
- encryption: Adding encryption adapter and unit tests (e85796c)
- ipfs: Added ipfs adapters (2036add)
- pubsub: Added pubsub use cases (32d6b2f)
- relays: Added relay use cases (1375409)
- thisNode: Added thisNode use cases, deps, and tests (82d6f3e)
v9.0.1
v9.0.0
This repo starts with v9 as it's a fork of ipfs-coord v8. The focus of v9 is re-writing the library from scratch using ESM instead of CommonJS in order to use the latest version of ipfs-http-client.
Also, v9 assumes that the library is being used to control an external go-ipfs node. Using an 'embedded' js-ipfs node will be added back in, in the future.