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.0.0
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.0.1
Choose a head ref
  • 6 commits
  • 54 files changed
  • 4 contributors

Commits on Mar 18, 2021

  1. fix(typings): update return type from emit (#3843)

    ```
    (channel ? io.to(channel) : io).emit("stuff", message);
    ```
    
    would no longer compile.
    
    Related: #3844
    solomon23 authored and darrachequesne committed Mar 18, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    1a72ae4 View commit details
  2. Copy the full SHA
    64be1c9 View commit details
  3. Copy the full SHA
    b4ae8d2 View commit details

Commits on Mar 24, 2021

  1. docs(examples): remove unnecessary type annotations (#3855)

    Typed events in Socket.IO 4.0 remove the need for writing type
    annotations in callbacks of reserved events.
    MaximeKjaer authored Mar 24, 2021
    Copy the full SHA
    259f297 View commit details

Commits on Mar 31, 2021

  1. Copy the full SHA
    a11152f View commit details
  2. chore(release): 4.0.1

    darrachequesne committed Mar 31, 2021
    Copy the full SHA
    1faa7e3 View commit details
Loading