mirror of
https://github.com/fluencelabs/js-libp2p-websockets
synced 2025-04-24 15:22:25 +00:00
11 KiB
11 KiB
0.15.4 (2021-03-31)
0.15.3 (2021-02-22)
0.15.2 (2021-02-09)
Bug Fixes
0.15.1 (2021-02-05)
Bug Fixes
0.15.0 (2020-11-24)
Bug Fixes
- add buffer (#112) (8065e07)
- catch thrown maConn errors in listener (8bfb19a)
- remove use of assert module (#101) (89d3723)
- replace node buffers with uint8arrays (#115) (a277bf6)
Features
BREAKING CHANGES
- Only DNS+WSS addresses are now returned on filter by default in the browser. This can be overritten by the filter option and filters are provided in the module.
0.14.0 (2020-08-11)
Bug Fixes
BREAKING CHANGES
-
- All deps used by this module now use Uint8Arrays in place of Buffers
-
chore: remove gh dep
0.13.6 (2020-03-23)
Bug Fixes
0.13.5 (2020-02-26)
Bug Fixes
- catch thrown maConn errors in listener (8bfb19a)
0.13.4 (2020-02-14)
Bug Fixes
0.13.3 (2020-02-07)
0.13.2 (2019-12-20)
0.13.1 (2019-10-30)
Bug Fixes
0.13.0 (2019-09-30)
Code Refactoring
BREAKING CHANGES
- Switch to using async/await and async iterators. The transport and connection interfaces have changed. See the README for new usage.
0.12.3 (2019-08-21)
0.12.2 (2019-01-24)
Bug Fixes
0.12.1 (2019-01-10)
Bug Fixes
- reduce bundle size (68ae2c3)
0.12.0 (2018-04-30)
0.11.0 (2018-04-05)
Features
0.10.5 (2018-02-20)
0.10.4 (2017-10-22)
0.10.3 (2017-10-22)
0.10.2 (2017-10-20)
Features
0.10.1 (2017-07-22)
0.10.0 (2017-03-27)
Bug Fixes
- dial: pass through errors from pull-ws onConnect (8df8084)
0.9.6 (2017-03-23)
Bug Fixes
0.9.5 (2017-03-23)
0.9.4 (2017-03-21)
0.9.2 (2017-02-09)
0.9.1 (2016-11-08)
Bug Fixes
0.9.0 (2016-11-03)
Features
0.8.1 (2016-09-06)
Features
- readme: update pull-streams section (64c57f5)
0.8.0 (2016-09-06)
Features
- pull: migrate to pull streams (3f58dca)
- readme: complete the readme, adding reference about pull-streams (b62560e)
0.7.2 (2016-08-29)
Bug Fixes
- style: reduce nested callbacks (33f5fb3)
0.7.1 (2016-08-03)
0.7.0 (2016-06-22)
0.6.1 (2016-05-29)
0.6.0 (2016-05-22)
0.5.0 (2016-05-17)
0.4.4 (2016-05-08)
Bug Fixes
- improve close handling (cd89354)