Releases: relaycorp/ws-mock-js
Releases · relaycorp/ws-mock-js
v2.3.0
2.3.0 (2021-07-28)
Features
- MockClient: Prevent connecting to the server more than once (979bd77)
v2.2.0
2.2.0 (2021-07-28)
Features
- MockClient: Implement method to run callback whilst connected to server (94a725a)
v2.1.0
2.1.0 (2021-07-26)
Features
- Implement ping/pong support (8886e93)
v2.0.4
2.0.4 (2021-07-26)
Bug Fixes
v2.0.3
2.0.3 (2021-06-28)
Bug Fixes
- stream: Start capturing incoming messages before stream is read (#76) (3166702)
v2.0.2
2.0.2 (2021-06-26)
Bug Fixes
- Drop support for sending arrays of buffers (916d1be)
- Require Node.js 12 or newer (#72) (e663ac6)
v2.0.1
2.0.1 (2021-06-25)
Bug Fixes
- deps: [Security] Bump ws from 7.4.5 to 7.4.6 (#60) (65c4d78)
v2.0.0
2.0.0 (2021-06-25)
Bug Fixes
- Use FIFO queue when buffering peer messages (170d315)
BREAKING CHANGES
- We were using an inconsistent FIFO/LIFO approach by mistake.
v1.5.0
1.5.0 (2021-04-28)
Features
- MockClient: Allow specifying URL (9119f42)