175 Commits

Author SHA1 Message Date
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
Alan Shaw
61955d24ef docs: adds API docs (#22) 2018-02-27 18:02:45 -05:00
David Dias
f231af2e5a chore: release version v4.0.0 v4.0.0 2018-02-12 10:17:17 +00:00
David Dias
eb4d0630f6 chore: update contributors 2018-02-12 10:17:17 +00:00
David Dias
02eb342be7 chore: release version v3.1.0 v3.1.0 2018-02-12 10:16:57 +00:00
David Dias
d701c2915c chore: update contributors 2018-02-12 10:16:57 +00:00
David Dias
618123644d chore: update deps 2018-02-12 10:16:00 +00:00
Maciej Krüger
ecef5f424d feat: /dns => /dnsaddr (#21)
* /dns => /dnsaddr

See 99a1aa4d27

* fix: tests
2018-02-12 10:15:11 +00:00
David Dias
9df8d849e4
test: add tests for the *-star addrs we recommend using (#20)
* chore: update deps

* test: add tests for the *-star addrs we recommend using
2017-11-28 09:21:56 +00:00
David Dias
1903099088 chore: release version v3.0.2 v3.0.2 2017-10-24 07:34:52 +01:00
David Dias
a41440300f chore: update contributors 2017-10-24 07:34:52 +01:00
David Dias
8d7a8afdb1 chore: update deps and CI 2017-10-24 07:34:06 +01:00
David Dias
9ba1ad0bf8 chore: release version v3.0.1 v3.0.1 2017-09-06 13:14:28 +01:00
David Dias
d76c128b57 chore: update contributors 2017-09-06 13:14:28 +01:00
Maciej Krüger
2f336e3873 feat: Update to multiaddr v3.0.1 - refactor: websocket{s => }-star (#19)
* chore: Update to multiaddr v3.0.1 - refactor: websocket{s => }-star

* fix: Some valid websocket-star addresses were filtered as invalid
2017-09-06 13:13:17 +01:00
David Dias
41a8a85e6a chore: release version v3.0.0 v3.0.0 2017-09-03 09:47:43 +01:00
David Dias
d3e69c0cfb chore: update contributors 2017-09-03 09:47:43 +01:00
David Dias
5fbb42467f feat: fix p2p addrs situation
* chore: update gitignore

* chore: update CI

* chore: update deps

* feat: upgrade p2p-webrtc-star and p2p-webrtc-direct validation, add p2p-websockets-star and update tests
2017-09-03 09:46:57 +01:00