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.7.2
Choose a base ref
...
head repository: socketio/socket.io Loading
compare: 4.7.3
Choose a head ref
  • 14 commits
  • 93 files changed
  • 6 contributors

Commits on Aug 12, 2023

  1. docs: use "connection" instead of "connect"

    "connect" and "connection" have the same meaning, but "connection" is
    the preferred version.
    darrachequesne committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    fd9dd74 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Configuration menu
    Copy the full SHA
    8259cda View commit details
    Browse the repository at this point in the history
  2. docs: improve example with express-session

    The example is now available with different syntaxes:
    
    - CommonJS
    - ES modules
    - TypeScript
    
    Related: #4787
    darrachequesne committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    d744fda View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

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

Commits on Oct 10, 2023

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

Commits on Oct 11, 2023

  1. refactor(typings): improve emit types (#4817)

    This commit fixes several issues with emit types:
    
    - calling `emit()` without calling `timeout()` first is now only available for events without acknowledgement
    - calling `emit()` after calling `timeout()` is now only available for events with an acknowledgement
    - calling `emitWithAck()` is now only available for events with an acknowledgement
    - `timeout()` must be called before calling `emitWithAck()`
    ZachHaber committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    f6ef267 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a2a83f View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

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

Commits on Nov 22, 2023

  1. Configuration menu
    Copy the full SHA
    efb5c21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c9ebc3 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

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

Commits on Jan 3, 2024

  1. chore(release): 4.7.3

    darrachequesne committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    0d89319 View commit details
    Browse the repository at this point in the history
Loading