Commit Graph

19 Commits

Author SHA1 Message Date
Pavel Murygin
652deaf3e2 bump dependencies 2021-04-09 17:48:04 +03:00
Alan Shaw
5020cc17a7
6.0.0 2020-08-11 09:29:28 +01:00
Alex Potsides
e2caa8574a
chore: update deps (#45)
BREAKING CHANGES:

- Upgrades the multiaddr dep to one that uses Uint8Arrays internally
2020-08-11 09:04:05 +01:00
Alan Shaw
73966a97bf
5.1.0 2020-01-01 22:33:11 +00:00
Alan Shaw
3021c00543
feat: retain aliased protocols (#11)
The upgrade to multiaddr 7 brings with it a change that means multiaddrs with libp2p peer ID keys like `/ipfs/QmXXX` will be transformed to `/p
2p/QmXXX` when converted from a string, to a multiaddr instance and back to a string.

This is because `p2p` and `ipfs` are name aliases for the same codec. `p2p` has now become the default and older `ipfs` names do not round trip(they are converted to `p2p` - as stated above).

This change allows us to use the new multiaddr 7 lib but retain backward compatibility by ensuring the protocol specified in a string multiaddr is the protocol used in the resulting URI.
2020-01-01 22:29:49 +00:00
Alan Shaw
5afa996d08
5.0.0 2019-08-21 11:19:47 +01:00
Alan Shaw
a338d53658
chore: update dependencies
License: MIT
Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
2019-08-21 11:17:41 +01:00
Alan Shaw
f54eb2c629
chore: update repo URL
License: MIT
Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
2019-08-21 11:13:53 +01:00
Alan Shaw
3eefbb5ebf
chore: udate devDependencies
License: MIT
Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
2019-08-21 11:12:11 +01:00
Alan Shaw
ad08d43abb
4.0.1 2019-01-14 09:44:30 +00:00
Alan Shaw
e28ef44776
chore: update dependencies
License: MIT
Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
2019-01-14 09:41:04 +00:00
Alan Shaw
4f9c8def1f
4.0.0 2018-07-24 13:28:45 +01:00
Alan Shaw
4c67093d4f
chore: update dependencies
License: MIT
Signed-off-by: Alan Shaw <alan@tableflip.io>
2018-07-24 13:28:18 +01:00
Alan Shaw
ee29154de2
3.0.0 2018-04-05 22:26:16 +01:00
David Dias
374e3bf8d5
chore: update multiaddr 2018-04-05 16:37:21 +01:00
Alan Shaw
7954091d46
2.0.0 2018-03-21 10:10:19 +00:00
Alan Shaw
42d8704061
renames to multiaddr-to-uri 2018-03-21 10:09:39 +00:00
Alan Shaw
4ac5788b5e
1.0.0 2018-03-20 14:44:35 +00:00
Alan Shaw
f159234297
initial commit 2018-03-20 14:39:26 +00:00