Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: socketio/socket.io
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.6.1
Choose a base ref
...
head repository: socketio/socket.io
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.6.2
Choose a head ref
  • 10 commits
  • 31 files changed
  • 2 contributors

Commits on Mar 7, 2023

  1. Configuration menu
    Copy the full SHA
    b56da8a View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Configuration menu
    Copy the full SHA
    6458b2b View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Configuration menu
    Copy the full SHA
    50a4d37 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. Configuration menu
    Copy the full SHA
    59280da View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. Configuration menu
    Copy the full SHA
    cbf0362 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Configuration menu
    Copy the full SHA
    3d44aae View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Configuration menu
    Copy the full SHA
    12b0de4 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Configuration menu
    Copy the full SHA
    d365894 View commit details
    Browse the repository at this point in the history
  2. refactor: add a noop handler for the error event

    We should reduce the scope of the "event" error in the next major
    version, as it is overloaded today:
    
    - it can be sent by the client (`socket.emit("error")`, which is a perfectly valid event name)
    - it can be emitted when the connection encounters an error (an invalid packet for example)
    - it can be emitted when a packet is rejected in a middleware (`socket.use()`)
    
    Related: #2047
    darrachequesne committed May 24, 2023
    Configuration menu
    Copy the full SHA
    15af22f View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. chore(release): 4.6.2

    darrachequesne committed May 31, 2023
    Configuration menu
    Copy the full SHA
    faf914c View commit details
    Browse the repository at this point in the history
Loading