* feat: dns support for WS
* fix: address parsing
* feat: filter IPFS addrs correctly
* fix: remove lodash includes dependency
* feat: mafmt addrs now support /ipfs no need for ad-hoc filtering
* feat: skip p2p-circuit addresses
* chore: updating ci files
* chore: upgrading to new aegir
* test: pass the no-parallel flag to tests
* wip
* test: removing global timeout and setting it on a specific test
* feat: resolve 0 addresses (#64)
* feat: resolve 0 addresses
* chore: upgrading pull-ws
* chore: update circle CI
* chore: update gitignore
* chore: update deps
* chore: update CI again
* test: fix node.js tests
* test: fix browser tests
* chore