Jacob Heun
f5c7da8ddb
chore: update contributors
2020-02-06 13:58:45 +01:00
Cayman
74830fa5d9
feat: add typescript types + type tests ( #48 )
...
* feat: add typescript types
* feat: add typescript type tests
* chore: bump deps
Co-authored-by: Jacob Heun <jacobheun@gmail.com>
2020-02-06 13:57:16 +01:00
Jacob Heun
52d9dfc062
chore: release version v7.0.1
v7.0.1
2020-01-23 16:49:07 +01:00
Jacob Heun
ecaababa40
chore: update contributors
2020-01-23 16:49:07 +01:00
Jacob Heun
7112ab7898
fix: webrtc-star should not require the p2p codec ( #47 )
...
* fix: webrtc-star should not require the p2p codec
* docs: update readme ipfs -> p2p
* docs: fix badges
2020-01-23 16:47:25 +01:00
Vasco Santos
48a6c9f5bd
chore: release version v7.0.0
v7.0.0
2019-09-11 19:53:47 +02:00
Vasco Santos
decf40cfbe
chore: update contributors
2019-09-11 19:53:47 +02:00
Vasco Santos
1479f6ad2c
chore: update deps ( #46 )
...
As multiaddr now defaults to using /p2p over /ipfs
we no longer need the logic for both. /ipfs is still supported
as demonstrated in the tests.
2019-09-11 19:47:54 +02:00
Vasco Santos
52d9a9ee95
chore: release version v6.0.10
v6.0.10
2019-09-11 19:34:33 +02:00
Vasco Santos
3b2892f890
chore: update contributors
2019-09-11 19:34:33 +02:00
Vasco Santos
674e7a8237
Revert "chore: Update to latest multiaddr (p2p by default over ipfs) ( #43 )"
...
This reverts commit bbd2c1ddc01a68ed330248fd101383710d64578e.
2019-09-11 19:29:04 +02:00
Vasco Santos
55a5c03512
chore: release version v6.0.9
v6.0.9
2019-09-10 15:12:48 +02:00
Vasco Santos
c170827c77
chore: update contributors
2019-09-10 15:12:47 +02:00
Jacob Heun
bbd2c1ddc0
chore: Update to latest multiaddr (p2p by default over ipfs) ( #43 )
...
As multiaddr now defaults to using /p2p over /ipfs
we no longer need the logic for both. /ipfs is still supported
as demonstrated in the tests.
2019-09-10 15:00:21 +02:00
Vasco Santos
4fafcf2517
chore: release version v6.0.8
v6.0.8
2019-08-08 11:07:29 +01:00
Vasco Santos
f0f5be226a
chore: update contributors
2019-08-08 11:07:28 +01:00
Jacob Heun
09160b5167
feat: p2p and dns support ( #42 )
2019-08-08 11:02:02 +01:00
Vasco Santos
3fc9234f52
chore: release version v6.0.7
v6.0.7
2019-02-26 15:33:27 +00:00
Vasco Santos
edf531947b
chore: update contributors
2019-02-26 15:33:27 +00:00
Marcin Rataj
c2adc27b22
feat: accept Buffer input ( #39 )
...
README states that input can be a Buffer, but
https://github.com/multiformats/js-mafmt/blob/v6.0.6/src/index.js#L148
would fail due to missing Buffer.protoNames
This commit moves validation to js-multiaddr and adds tests for
object and buffer variants.
License: MIT
Signed-off-by: Marcin Rataj <lidel@lidel.org>
2019-02-26 15:31:50 +00:00
Vasco Santos
be174e4d9d
chore: use travis ( #38 )
2019-02-15 11:05:10 +00:00
João Antunes
7b7bbed564
docs: fix typo in usage section ( #37 )
2019-02-11 17:26:40 +00:00
Vasco Santos
1fb4869bb5
chore: release version v6.0.6
v6.0.6
2019-02-07 11:10:06 +00:00
Vasco Santos
dd3a474488
chore: update contributors
2019-02-07 11:10:05 +00:00
Maciej Krüger
9b0c199db1
feat: add /p2p-stardust ( #35 )
...
This is part of the endeavor to replace ws-star with the newly created
stardust protocol. See libp2p/js-libp2p-websocket-star#70 for a
reference
Note: This PR depends on this pr to be merged and the package being
updated first: https://github.com/multiformats/js-multiaddr/pull/78
2019-02-07 11:04:12 +00:00
Vasco Santos
abd7f1c5ee
chore: release version v6.0.5
2019-01-28 14:42:07 +00:00
Vasco Santos
eee56af769
Revert "chore: release version v6.0.5"
...
This reverts commit 5f054d08292406de2aa6a704217d6056a36bd3ae.
2019-01-25 12:47:46 +00:00
Vasco Santos
5f054d0829
chore: release version v6.0.5
v6.0.5
2019-01-25 12:14:19 +00:00
Vasco Santos
fea50eb9ea
chore: update contributors
2019-01-25 12:14:19 +00:00
Maciej Krüger
5187d5950f
fix: do not throw if multiaddr str is invalid, fixes #25 ( #36 )
2019-01-25 12:03:41 +00:00
Vasco Santos
0dc5286504
chore: release version v6.0.4
v6.0.4
2019-01-08 17:03:30 +00:00
Vasco Santos
e8c58c09c9
chore: update contributors
2019-01-08 17:03:30 +00:00
Hugo Dias
8a2eb6b136
fix: reduce bundle size ( #34 )
...
* fix: reduce bundle size
* chore: update deps
2019-01-08 16:58:55 +00:00
Vasco Santos
ff8bbfe37f
chore: release version v6.0.3
v6.0.3
2018-12-05 18:35:54 +00:00
Vasco Santos
6bf3e62030
chore: update contributors
2018-12-05 18:35:54 +00:00
Vasco Santos
953adce4ce
chore: upgrade dependencies ( #33 )
2018-12-05 18:34:49 +00:00
victorbjelkholm
92546641ce
chore: Delete .travis.yml ( #32 )
2018-10-27 20:07:54 +02:00
Vasco Santos
09c38d9f52
chore: release version v6.0.2
v6.0.2
2018-09-12 10:25:59 +01:00
Vasco Santos
acce91c615
chore: update contributors
2018-09-12 10:25:59 +01:00
Jacob Heun
acc9295adf
feat: add tcp over dns ( #31 )
2018-09-12 10:21:52 +01:00
Vasco Santos
de38b46c46
chore: release version v6.0.1
v6.0.1
2018-08-28 09:43:55 +01:00
Vasco Santos
f3dfbd4e36
chore: update contributors
2018-08-28 09:43:55 +01:00
Alan Shaw
02b9b7587b
chore: update dependencies ( #29 )
...
License: MIT
Signed-off-by: Alan Shaw <alan@tableflip.io>
2018-08-28 09:37:39 +01:00
Vasco Santos
ecbb187dbf
docs: add lead-maintainer ( #28 )
2018-06-27 16:27:54 +02:00
Alan Shaw
87c4202772
feat: adds HTTPS validation and HTTP(s) tests
2018-05-30 09:57:11 +01:00
ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ
2462fdf80a
chore: create Jenkinsfile ( #27 )
2018-05-30 09:38:37 +01:00
David Dias
274bef70cd
chore: release version v6.0.0
v6.0.0
2018-04-05 16:39:15 +01:00
David Dias
8657b68a18
chore: update contributors
2018-04-05 16:39:15 +01:00
David Dias
1c26a6ed80
chore: release version v5.0.0
2018-04-05 16:38:59 +01:00
David Dias
ea3a0b26b9
chore: update deps
2018-04-05 16:38:59 +01:00