Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

Releases: libp2p/js-libp2p-peer-collections

v3.0.2

15 Jun 12:45
Compare
Choose a tag to compare

3.0.2 (2023-06-15)

Trivial Changes

  • Update .github/workflows/semantic-pull-request.yml [skip ci] (ceeba09)
  • Update .github/workflows/stale.yml [skip ci] (9190f64)

Dependencies

  • dev: bump aegir from 38.1.8 to 39.0.10 (#36) (9fa3de6)

v3.0.1

24 Mar 15:19
Compare
Choose a tag to compare

3.0.1 (2023-03-24)

Trivial Changes

  • Update .github/workflows/semantic-pull-request.yml [skip ci] (aece586)
  • Update .github/workflows/semantic-pull-request.yml [skip ci] (7cea5fc)
  • Update .github/workflows/semantic-pull-request.yml [skip ci] (67007a2)

Dependencies

  • dev: bump aegir from 37.12.1 to 38.1.8 (#28) (17b6e75)

v3.0.0

06 Jan 16:10
Compare
Choose a tag to compare

3.0.0 (2023-01-06)

⚠ BREAKING CHANGES

  • update to multiformats 11 (#15)

Bug Fixes

v2.2.2

16 Dec 13:29
Compare
Choose a tag to compare

2.2.2 (2022-12-16)

Documentation

  • document mapIterable method (5f2bc2c)

v2.2.1

16 Dec 12:50
Compare
Choose a tag to compare

2.2.1 (2022-12-16)

Documentation

v2.2.0

29 Sep 08:33
Compare
Choose a tag to compare

2.2.0 (2022-09-29)

Features

  • add set operations - intersection, difference, union (#9) (896ee1f)

v2.1.0

29 Sep 07:17
Compare
Choose a tag to compare

2.1.0 (2022-09-29)

Features

  • accept Iterable in PeerList constructor (#8) (5596ede)

Trivial Changes

  • Update .github/workflows/stale.yml [skip ci] (615eacf)

v2.0.0

28 Jun 10:52
Compare
Choose a tag to compare

2.0.0 (2022-06-28)

⚠ BREAKING CHANGES

  • uses new peer-id interface

Bug Fixes