-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update ws to the latest version 🚀 #18
base: master
Are you sure you want to change the base?
Conversation
Version 4.1.0 just got published.Update to this version instead 🚀 Release Notes4.1.0FeaturesCommitsThe new version differs by 30 commits.
There are 30 commits in total. See the full diff |
Version 5.0.0 just got published.Update to this version instead 🚀 Release Notes5.0.0Breaking changes
Features
CommitsThe new version differs by 10 commits.
See the full diff |
Version 5.1.0 just got published.Update to this version instead 🚀 Release Notes5.1.0Features
CommitsThe new version differs by 7 commits.
See the full diff |
Version 5.1.1 just got published.Update to this version instead 🚀 CommitsThe new version differs by 5 commits.
See the full diff |
Version 5.2.0 just got published.Update to this version instead 🚀 Release Notes5.2.0Features
CommitsThe new version differs by 14 commits.
See the full diff |
Version 5.2.1 just got published.Update to this version instead 🚀 Release Notes5.2.1Bug fixes
CommitsThe new version differs by 5 commits.
See the full diff |
Version 6.0.0 just got published.Update to this version instead 🚀 Release Notes6.0.0Breaking changes
CommitsThe new version differs by 15 commits ahead by 15, behind by 2.
See the full diff |
Update to this version instead 🚀 Release Notes for 6.1.0Features
CommitsThe new version differs by 11 commits.
See the full diff |
Update to this version instead 🚀 Release Notes for 6.1.1Bug fixesCommitsThe new version differs by 15 commits.
See the full diff |
|
Update to this version instead 🚀 Release Notes for 6.1.4Bug fixes
CommitsThe new version differs by 23 commits.
There are 23 commits in total. See the full diff |
Update to this version instead 🚀 Release Notes for 6.2.0Features
Bug fixes
CommitsThe new version differs by 14 commits.
See the full diff |
Update to this version instead 🚀 Release Notes for 6.2.1Bug fixes
CommitsThe new version differs by 14 commits.
See the full diff |
Update to this version instead 🚀 Release Notes for 7.0.0Breaking changes
CommitsThe new version differs by 23 commits.
There are 23 commits in total. See the full diff |
|
|
|
|
|
|
|
|
|
🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚 Find out how to migrate to Snyk at greenkeeper.io
|
Version 4.0.0 of ws was just published.
The version 4.0.0 is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
It might be worth looking into these changes and trying to get this project onto the latest version of ws.
If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.
Release Notes
4.0.0Breaking changes
no status code (a31b1f6).
onerror
event handler now receives anErrorEvent
instead of JavaScripterror (63e275e).
WebSocket.prototype.ping()
andWebSocket.prototype.pong()
is no longer a boolean but an optional callback(30c9f71).
protocolVersion
andbytesReceived
attributes have beenremoved (7f8ebc6...ee9b5f3).
extensions
attribute is no longer an object but a string representingthe extensions selected by the server (fdec524).
'headers'
event on the client has been renamed to'upgrade'
. Listenersof this event now receive only the
response
argument (1c783c2).WebSocket.prototype.pause()
andWebSocket.prototype.resume()
methodshave been removed to prevent the user from interfering with the state of the
underlying
net.Socket
stream (a206e98).Commits
The new version differs by 19 commits.
a04d985
[dist] 4.0.0
d03ada2
[minor] Rename some variables for clarity
a206e98
[major] Remove
WebSocket#pause()
andWebSocket#resume()
1c783c2
[major] Rename the 'headers' event to 'upgrade'
9bbc978
[test] Reorganize tests
fdec524
[fix] Fix
extentions
property type46461a9
[minor] Refactor server client initialization
ee9b5f3
[major] Remove non-standard
bytesReceived
attribute7f8ebc6
[major] Remove non-standard
protocolVersion
attribute30c9f71
[major] Make
WebSocket#p{i,o}ng()
accept an optional callback63e275e
[fix] Pass an
ErrorEvent
to theonerror
event handler3936f3a
[major] Rename modules files
63ce954
[major] Remove ErrorCodes module
695c5ea
[major] Improve error messages and use specific error types
a31b1f6
[fix] Use 1005 status code if close frame payload length is 0
There are 19 commits in total.
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot 🌴