Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Releases: ipfs-inactive/interface-js-ipfs-core

v0.71.0

03 Jul 15:03
83e410a
Compare
Choose a tag to compare

Bug Fixes

  • revert to serialized pubsub operations (#319) (4b5534e)

v0.70.3

03 Jul 08:27
7660e0f
Compare
Choose a tag to compare

Bug Fixes

v0.70.2

29 Jun 15:14
b6bda46
Compare
Choose a tag to compare
chore: release version v0.70.2

v0.70.1

27 Jun 22:38
0a3f5f2
Compare
Choose a tag to compare

Bug Fixes

  • allow null skip for subsystems (5df855c)

v0.70.0

27 Jun 21:17
ddc728f
Compare
Choose a tag to compare

Features

  • modularise tests by command, add tools to skip and only (#290) (e232d8c)

BREAKING CHANGES

This means that tests skips depending on implementation (e.g. go/js), environment (e.g. node/browser) or platform (e.g. macOS/linux/windows) that were previously present in this suite have been removed. Consumers of this library should add their own skips based on the implementation that's being tested and the environment/platform that the tests are running on.

The following other breaking changes have been made:

  1. The common object passed to test suites has changed. It must now be a function that returns a common object (same shape and functions as before).
  2. The ipfs.ls tests (not MFS ipfs.files.ls) is now a root level suite. You'll need to import it and use like tests.ls(createCommon) to have those tests run.
  3. The generic suite (an alias to miscellaneous) has been removed.

See #290 for more details.

License: MIT
Signed-off-by: Alan Shaw [email protected]

v0.69.1

26 Jun 19:00
7617e55
Compare
Choose a tag to compare

Bug Fixes

  • do not rely on discovery for ping tests (3acd6fd), closes #310

v0.69.0

22 Jun 08:06
f238e9f
Compare
Choose a tag to compare
chore: release version v0.69.0

v0.68.2

19 Jun 21:43
66c0efd
Compare
Choose a tag to compare

Bug Fixes

  • increase bitswap setup timeout for CI (5886445)

v0.68.1

18 Jun 15:45
d7de796
Compare
Choose a tag to compare

Bug Fixes

  • removes error code checks for bitswap offline tests (b152856)

v0.68.0

18 Jun 14:53
66c53f7
Compare
Choose a tag to compare

Bug Fixes

  • improve bitswap wantlist and unwant docs (7737546)
  • linting errors (fcc834c)
  • removes duplicated TOC for pubsub (a358cf7)

Features

  • add bitswap.unwant javascript spec (df4e677)
  • add bitswap.unwant javascript spec (d75a361)
  • add bitswap.unwant javascript spec (c291ca9)
  • add peerId param to bitswap.wantlist (9f81bcb)