Skip to content
This repository has been archived by the owner on Jun 11, 2020. It is now read-only.

Latest commit

 

History

History
129 lines (60 loc) · 5.26 KB

CHANGELOG.md

File metadata and controls

129 lines (60 loc) · 5.26 KB

0.4.1 (2019-08-02)

Bug Fixes

  • crypto challenge stall due to callback usage of async/await (#37) (2647595)

0.4.0 (2019-07-19)

Features

  • switches to async/await and upgrade hapi to v18 (946e8a1)

BREAKING CHANGES

  • All functions that took callbacks now return promises

0.3.0 (2018-11-29)

Bug Fixes

  • dont use 'this' in root anon function (c6a833e)
  • logo was broken on main page (#25) (41eed04)
  • regex bug for ipv4 test (#24) (696ed92)
  • remove warning for too many listeners on socket.io sockets (#28) (3d9b96e)

Features

  • include existing peers in response to ss-join (f12aea3)
  • use node 10 in docker image (#26) (91db9cf)

0.2.4 (2018-10-16)

Bug Fixes

  • give crypto.verify a buffer (#23) (0c8c290)
  • make it executable available through websocket-star (d18087c)

0.2.3 (2018-02-12)

0.2.2 (2017-12-07)

Features

0.2.1 (2017-11-19)

Bug Fixes

  • Docker cmd - feat: Disable metrics option (21f95d2)
  • release command (37e5b1f)

0.2.0 (2017-10-28)

Bug Fixes

Features

  • Joins metric - fix: config (81c8eb7)
  • Link directly to readme in about page (d7fba03)
  • metrics (WIP) - feat: Dockerfile - fix/feat: various other things (fa518b1)
  • Update README - feat: Use dumb-init in docker-image (4fbed33)

0.1.2 (2017-09-08)

Bug Fixes

  • point to right location of bin (3049ca8)

0.1.1 (2017-09-08)

Bug Fixes

  • add main to package.json (7ff704c)

0.1.0 (2017-09-08)