sort by:
Revision Author Date Message Commit Date
dd42c8b [dist] 7.1.0 08 July 2019, 15:54:05 UTC
a49a827 [feature] Add utility to wrap a `WebSocket` in a `Duplex` stream (#1589) Fixes #113 08 July 2019, 15:48:57 UTC
dbacf58 Revert "[minor] Remove unneeded `if` statement" This reverts commit 297f56df79f6bf4757465fb6b59884faf5b75337. 05 July 2019, 19:43:33 UTC
db14864 [pkg] Update eslint-config-prettier to version 6.0.0 (#1599) 25 June 2019, 19:27:50 UTC
c62ea9f [doc] Improve comment in code snippet (#1597) 23 June 2019, 16:59:34 UTC
47e7d64 [pkg] Update eslint to version 6.0.0 (#1595) 22 June 2019, 08:52:31 UTC
d9b5562 [doc] Improve server broadcast example (#1590) 19 June 2019, 05:39:53 UTC
38d3bf2 [dist] 7.0.1 17 June 2019, 16:13:43 UTC
a0af764 [test] Use the correct value for the Content-Length header 17 June 2019, 16:03:49 UTC
b086179 [fix] Allow to disable sending the SNI extension (#1587) 15 June 2019, 20:08:01 UTC
e9e8ba5 [pkg] Update eslint-config-prettier to version 5.0.0 (#1588) 15 June 2019, 09:53:23 UTC
36ef757 [doc] Add missing dependency in code snippet (#1581) 08 June 2019, 09:55:55 UTC
911bb6f [minor] Fix typo in JSDoc comment (#1565) 14 May 2019, 13:04:20 UTC
8050d5f [lint] Enable quotes rule 12 May 2019, 17:20:54 UTC
995c527 [test] Enable --throw-deprecation 04 May 2019, 07:25:32 UTC
fbc077b [test] Do not use the deprecated `outgoingMessage._headers` property 02 May 2019, 16:15:24 UTC
092a822 [dist] 7.0.0 30 April 2019, 16:01:37 UTC
1b85466 [minor] Use `crypto.randomFillSync()` to generate the masking key 26 April 2019, 12:35:26 UTC
993b0cd [minor] Make `extension.parse()` use null-prototype objects 26 April 2019, 10:33:21 UTC
aca3858 [example] Clean up examples 25 April 2019, 17:46:55 UTC
4a9a773 [example] Rename serverstats to server-stats 25 April 2019, 16:04:07 UTC
3eff077 [example] Remove unmaintained fileapi example 25 April 2019, 15:19:48 UTC
379def6 [lint] enable no-var rule 25 April 2019, 15:14:46 UTC
01bb91d [ci] Test on node 12 25 April 2019, 12:47:39 UTC
6824e8c [minor] Use `Reflect.apply()` It is faster than `Function.prototype.apply()`. 25 April 2019, 10:56:40 UTC
ddf0aca [minor] Use object spread syntax instead of `Object.assign()` 25 April 2019, 10:04:51 UTC
692d7b4 [major] Drop support for `url.Url` in the `WebSocket` constructor 25 April 2019, 08:57:49 UTC
1e6999b [major] Drop support for Node.js 6 25 April 2019, 08:23:20 UTC
5d751fb [major] Change `WebSocket#{p{i,o}ng,send}()` behavior (#1532) - If the `readyState` attribute is `CONNECTING`, throw an exception. - If the `readyState` attribute is `CLOSING` or `CLOSED` - Increase the `bufferedAmount` attribute by the length of the `data` argument in bytes. - If specified, call the `callback` function with an error. Fixes #1515 25 April 2019, 06:45:10 UTC
5479eae [pkg] Use caret ranges for all dependencies 18 April 2019, 05:26:31 UTC
1a15120 [pkg] Update nyc to version 14.0.0 18 April 2019, 05:01:22 UTC
beccc79 [pkg] Remove package-lock.json 17 April 2019, 06:43:15 UTC
ebdf0f7 [pkg] Move Greenkeeper configuration to package.json Fixes #1550 13 April 2019, 07:29:24 UTC
3a7faf7 [pkg] Add greenkeeper.json 13 April 2019, 07:14:18 UTC
078336e [pkg] Add package-lock.json 13 April 2019, 07:14:11 UTC
8a5a2cf chore(package): update prettier to version 1.17.0 (#1549) 13 April 2019, 05:07:58 UTC
e8e39ea [doc] Update HTTPS example, remove new createServer (#1548) 12 April 2019, 20:11:05 UTC
7e7c8d6 chore(package): update mocha to version 6.1.0 (#1544) 08 April 2019, 05:25:37 UTC
736c082 chore(package): update eslint to version 5.16.0 (#1541) 30 March 2019, 18:43:59 UTC
d57db27 [dist] 6.2.1 27 March 2019, 08:34:10 UTC
40734d8 [minor] Add missing option in JSDoc comment 26 March 2019, 21:12:27 UTC
0556f31 [doc] Add TOC to ws.md (#1539) 26 March 2019, 20:48:50 UTC
aa1dcd5 [fix] Make `WebSocket#close()` set the close timer immediately If there is buffered data to write and the stream is not flowing, it is possible that the callback of `Sender.prototype.close()` is never called. 26 March 2019, 17:23:27 UTC
297f56d [minor] Remove unneeded `if` statement The `'error'` event can be emitted after the `'close'` event only if `socket.write()` is called on a closed socket. If this happens, it's a bug. 21 March 2019, 08:06:09 UTC
bcab373 [test] Increase code coverage 20 March 2019, 11:37:14 UTC
3a5a20a Revert "[ci] Cache dependencies" This reverts commit 9a89e5d5164415021db86da665d3b691321656c7. 20 March 2019, 07:53:12 UTC
9a89e5d [ci] Cache dependencies 20 March 2019, 07:10:06 UTC
7f5025d [test] Fix flaky test 19 March 2019, 17:19:47 UTC
148c373 [test] Prefer arrow functions 17 March 2019, 06:49:47 UTC
3df8242 [test] Remove comment to disable eslint rule 16 March 2019, 19:13:03 UTC
a40e29f [minor] Remove length threshold Do not use a length threshold to determine whether or not to copy data. 15 March 2019, 16:47:51 UTC
6c22584 [minor] Buffer writes if the frame to send is made of multiple chunks This allows to write all chunks at the same time via `Socket.prototype._writev()`. 15 March 2019, 15:29:01 UTC
1842197 [test] Remove useless test It should have been removed in 8ead18d0. 15 March 2019, 15:22:44 UTC
eb6f8b0 [dist] 6.2.0 06 March 2019, 07:07:29 UTC
161f303 [feature] Add ability to follow redirects (#1490) Fixes #812 06 March 2019, 06:46:59 UTC
a6e94f4 [minor] Move all buffer conversion functions to the buffer-util module 02 March 2019, 17:55:16 UTC
71ee9ed chore(package): update eslint to version 5.15.0 (#1522) 02 March 2019, 14:23:04 UTC
855494d [test] Fix flaky test 02 March 2019, 14:21:50 UTC
8c21add [codestyle] Add .gitattributes 28 February 2019, 09:25:12 UTC
faf9b36 [ci] Let Travis CI handle x64 Windows tests 28 February 2019, 09:02:04 UTC
bcb8a98 [ci] Test on macOS 28 February 2019, 08:41:07 UTC
5e238fb [doc] Add logos to badges 28 February 2019, 08:31:10 UTC
295786b chore(package): update eslint-config-prettier to version 4.1.0 (#1518) 26 February 2019, 20:07:07 UTC
160af45 [fix] Abort the handshake if the Sec-WebSocket-Key header is invalid 22 February 2019, 09:46:38 UTC
1d93fb2 [codestyle] Use single quotes in YAML files 21 February 2019, 17:28:06 UTC
6ad4d86 [pkg] Remove prettylint 21 February 2019, 17:16:26 UTC
dd5833a chore(package): update mocha to version 6.0.0 (#1511) 19 February 2019, 07:17:37 UTC
dc745cc [dist] 6.1.4 16 February 2019, 16:54:41 UTC
15b0bb3 [test] Remove redundant test 16 February 2019, 16:52:48 UTC
92b0a65 [fix] Use the `defaultPort` option (#1510) Prevent the default port from being added to the `Host` header when no `Agent` is used. Fixes #1505 16 February 2019, 16:50:21 UTC
8b5422e chore(package): update eslint to version 5.14.0 (#1509) 16 February 2019, 06:16:49 UTC
5c82aac chore(package): update nyc to version 13.3.0 (#1506) 15 February 2019, 06:19:17 UTC
b45e912 chore(package): update nyc to version 13.2.0 (#1500) 05 February 2019, 06:40:24 UTC
75cd966 chore(package): update eslint to version 5.13.0 (#1497) 01 February 2019, 20:34:53 UTC
460ae81 chore(package): update eslint-config-prettier to version 4.0.0 (#1496) 26 January 2019, 20:37:46 UTC
6fa6b8b [dist] 6.1.3 24 January 2019, 06:54:10 UTC
6d2930a [minor] Fix style nit 24 January 2019, 06:51:22 UTC
3df4809 [fix] Handle close frame which spans multiple packets (#1494) 23 January 2019, 19:03:06 UTC
c61218f chore(package): update prettier to version 1.16.1 (#1492) 23 January 2019, 06:36:45 UTC
4f88959 chore(package): update eslint-config-prettier to version 3.6.0 (#1491) 19 January 2019, 20:29:01 UTC
f9d4b09 [minor] Use `Array.prototype.includes()` Use `Array.prototype.includes()` instead of `Array.prototype.indexOf()`. 19 January 2019, 17:56:57 UTC
63adb73 [minor] Set the handshake timeout via the `timeout` option Set the handshake timeout when a socket is assigned to the request. 19 January 2019, 17:56:57 UTC
f7b9470 chore(package): update eslint-config-prettier to version 3.5.0 (#1488) 17 January 2019, 06:43:07 UTC
a515600 [minor] Fix nit 15 January 2019, 06:59:19 UTC
0236e99 chore(package): update eslint-config-prettier to version 3.4.0 (#1486) 13 January 2019, 20:19:04 UTC
f502916 [doc] Remove no longer needed --save flag (#1484) 11 January 2019, 19:38:20 UTC
dc92e75 [pkg] Update eslint to version 5.12.0 10 January 2019, 20:24:06 UTC
3d6692a [minor] Refactor `PerMessageDeflate.prototype.cleanup()` 24 December 2018, 14:16:54 UTC
e8ada8a [pkg] Update eslint to version 5.11.0 23 December 2018, 11:29:08 UTC
5a45029 [minor] Simplify `if` condition in `toArrayBuffer()` 14 December 2018, 16:32:57 UTC
14d9088 [dist] 6.1.2 17 November 2018, 19:48:38 UTC
cc86d22 [test] Remove no longer needed comment 17 November 2018, 19:46:34 UTC
26436e0 [fix] Restore compatibility with Node.js < 6.13.0 Fixes #1472 17 November 2018, 19:23:47 UTC
96b638c [pkg] Fix lint script 17 November 2018, 10:43:58 UTC
761b1a4 [doc] Fix formatting in ISSUE_TEMPLATE.md 17 November 2018, 09:04:05 UTC
b9fad73 [lint] Use prettier 17 November 2018, 08:39:58 UTC
029de0c [dist] 6.1.1 17 November 2018, 06:59:37 UTC
b213bee [pkg] Update list of published files Refs: https://github.com/npm/npm-packlist/pull/14 16 November 2018, 08:25:25 UTC
95bf991 [pkg] Update dev dependencies 16 November 2018, 08:06:20 UTC
f26fac8 [minor] Ignore callbacks when clearing the send queue (#1471) Do not invoke callbacks when clearing the send queue due to premature socket closure. Refs: https://github.com/websockets/ws/pull/1464#issuecomment-435578571 Fixes #1226 14 November 2018, 07:01:18 UTC
back to top