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 Loading
base: 4.4.0
Choose a base ref
...
head repository: socketio/socket.io Loading
compare: 4.4.1
Choose a head ref
  • 11 commits
  • 23 files changed
  • 6 contributors

Commits on Nov 24, 2021

  1. docs: simplify nginx cluster example

    - remove useless Dockerfile
    - clean format
    - migrate to @socket.io/redis-adapter
    darrachequesne committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    2071a66 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. Configuration menu
    Copy the full SHA
    e5897dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a70f63 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

  1. docs: fix basic crud example

    Related: #4213
    darrachequesne committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    c196689 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2021

  1. chore: add types to exports field to be compatible with nodenext modu…

    …le resolution (#4228)
    
    See [1] for detail, in `nodenext` module resolution it requires a
    `types` field in `exports` with full filename including extension.
    
    [1]: microsoft/TypeScript#46770 (comment)
    otakustay committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    51784d0 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2022

  1. fix(typings): pass SocketData type to custom namespaces (#4233)

    The `SocketData` type was only available on the main namespace.
    
    Related: #4229
    See also: fe8730c
    OrkhanAlikhanov committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    f2b8de7 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2022

  1. test: fix flaky tests

    darrachequesne committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    c840bad View commit details
    Browse the repository at this point in the history
  2. refactor(typings): export Event type (#4215)

    So that it can be used by the end users:
    
    ```ts
    const myMiddleware = ([eventName, ...args]: Event, next: (err?: Error) => void) => {
      console.log(eventName); // inferred as string
      next();
    }
    
    io.on("connection", (socket) => {
      socket.use(myMiddleware);
    });
    ```
    shayanYousefi authored and darrachequesne committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    fc82e44 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3bf5d92 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2022

  1. Configuration menu
    Copy the full SHA
    770ee59 View commit details
    Browse the repository at this point in the history
  2. chore(release): 4.4.1

    darrachequesne committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    c82a4bd View commit details
    Browse the repository at this point in the history
Loading