Skip to content

Releases: Permissionless-Software-Foundation/ipfs-coord-esm

v9.1.4

04 Dec 13:45
8638b92

Choose a tag to compare

9.1.4 (2022-12-04)

Bug Fixes

  • deps: Updating minimal-slp-wallet to v5.1.0 (72ffe31)
  • package.json: Explicit module handling for diff envs (0460673)

v9.1.3

17 Sep 22:07
5e5a9be

Choose a tag to compare

9.1.3 (2022-09-17)

Bug Fixes

  • spam: Reducing screen spam, debug console logs (6fda58e)

v9.1.2

17 Sep 13:21
127e3c6

Choose a tag to compare

9.1.2 (2022-09-17)

Bug Fixes

  • tests: 100% test coverage for pubsub adapters (9fa04e4)
  • tests: Got all adapters to 100% test coverage (f764d11)
  • tests: Increased test coverage of use cases (18afeb7)

v9.1.1

08 Sep 16:19
b253fac

Choose a tag to compare

9.1.1 (2022-09-08)

Bug Fixes

  • bugs: Fixing message bugs from switching to new version of ipfs-http-client (fa8226f)

v9.1.0

08 Sep 02:17
da4af41

Choose a tag to compare

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

07 Sep 17:34
0bd8e18

Choose a tag to compare

9.0.1 (2022-09-07)

Bug Fixes

  • ci/cd: Testing CI/CD system (c99fef3)

v9.0.0

07 Sep 17:29

Choose a tag to compare

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.