mirror of
https://github.com/fluencelabs/js-libp2p-utils
synced 2025-04-24 16:32:30 +00:00
101 lines
2.5 KiB
Markdown
101 lines
2.5 KiB
Markdown
# [0.3.0](https://github.com/libp2p/js-libp2p-utils/compare/v0.2.3...v0.3.0) (2021-04-08)
|
|
|
|
|
|
### Features
|
|
|
|
* add types ([#16](https://github.com/libp2p/js-libp2p-utils/issues/16)) ([e0552b5](https://github.com/libp2p/js-libp2p-utils/commit/e0552b5b6b1d912a8f6f1e39b1a4b70fca91f547))
|
|
|
|
|
|
|
|
<a name="0.2.3"></a>
|
|
## [0.2.3](https://github.com/libp2p/js-libp2p-utils/compare/v0.2.2...v0.2.3) (2020-11-30)
|
|
|
|
|
|
|
|
<a name="0.2.2"></a>
|
|
## [0.2.2](https://github.com/libp2p/js-libp2p-utils/compare/v0.2.1...v0.2.2) (2020-11-16)
|
|
|
|
|
|
### Features
|
|
|
|
* address sorter ([#13](https://github.com/libp2p/js-libp2p-utils/issues/13)) ([cb5e716](https://github.com/libp2p/js-libp2p-utils/commit/cb5e716))
|
|
|
|
|
|
|
|
<a name="0.2.1"></a>
|
|
## [0.2.1](https://github.com/libp2p/js-libp2p-utils/compare/v0.1.3...v0.2.1) (2020-10-08)
|
|
|
|
|
|
### Chores
|
|
|
|
* update deps ([#9](https://github.com/libp2p/js-libp2p-utils/issues/9)) ([a2ea68f](https://github.com/libp2p/js-libp2p-utils/commit/a2ea68f))
|
|
|
|
|
|
### Features
|
|
|
|
* is multiaddr private and loopback ([#10](https://github.com/libp2p/js-libp2p-utils/issues/10)) ([d7fa562](https://github.com/libp2p/js-libp2p-utils/commit/d7fa562))
|
|
|
|
|
|
### BREAKING CHANGES
|
|
|
|
* - The multiaddr dep of this module uses Uint8Arrays and may not be
|
|
compatible with previous versions
|
|
|
|
* chore: remove gh url
|
|
|
|
|
|
|
|
<a name="0.2.0"></a>
|
|
# [0.2.0](https://github.com/libp2p/js-libp2p-utils/compare/v0.1.3...v0.2.0) (2020-08-07)
|
|
|
|
|
|
### Chores
|
|
|
|
* update deps ([#9](https://github.com/libp2p/js-libp2p-utils/issues/9)) ([a2ea68f](https://github.com/libp2p/js-libp2p-utils/commit/a2ea68f))
|
|
|
|
|
|
### BREAKING CHANGES
|
|
|
|
* - The multiaddr dep of this module uses Uint8Arrays and may not be
|
|
compatible with previous versions
|
|
|
|
* chore: remove gh url
|
|
|
|
|
|
|
|
<a name="0.1.3"></a>
|
|
## [0.1.3](https://github.com/libp2p/js-libp2p-utils/compare/v0.1.2...v0.1.3) (2020-07-15)
|
|
|
|
|
|
### Features
|
|
|
|
* arrayEquals for non primitive types with equals function ([80668ff](https://github.com/libp2p/js-libp2p-utils/commit/80668ff))
|
|
|
|
|
|
|
|
<a name="0.1.2"></a>
|
|
## [0.1.2](https://github.com/libp2p/js-libp2p-utils/compare/v0.1.1...v0.1.2) (2020-02-15)
|
|
|
|
|
|
### Features
|
|
|
|
* stream to multiaddr connection converter ([#2](https://github.com/libp2p/js-libp2p-utils/issues/2)) ([6220631](https://github.com/libp2p/js-libp2p-utils/commit/6220631))
|
|
|
|
|
|
|
|
<a name="0.1.1"></a>
|
|
## [0.1.1](https://github.com/libp2p/js-libp2p-utils/compare/v0.1.0...v0.1.1) (2020-02-13)
|
|
|
|
|
|
|
|
<a name="0.1.0"></a>
|
|
# 0.1.0 (2019-09-23)
|
|
|
|
|
|
### Features
|
|
|
|
* ip port to multiaddr ([#1](https://github.com/libp2p/js-libp2p-utils/issues/1)) ([426b421](https://github.com/libp2p/js-libp2p-utils/commit/426b421))
|
|
|
|
|
|
|