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.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.6.1
Choose a head ref
  • 5 commits
  • 16 files changed
  • 3 contributors

Commits on Feb 16, 2023

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

Commits on Feb 20, 2023

  1. fix(types): fix nodenext module resolution compatibility (#4625)

    The import added in [1] was invalid, because it used an non-exported
    class.
    
    Related: #4621
    
    [1]: d4a9b2c
    igorls authored and darrachequesne committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    d0b22c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a8565f View commit details
    Browse the repository at this point in the history
  3. fix: properly handle manually created dynamic namespaces

    Namespaces that match the regex of a parent namespace will now be added
    as a child of this namespace:
    
    ```js
    const parentNamespace = io.of(/^\/dynamic-\d+$/);
    const childNamespace = io.of("/dynamic-101");
    ```
    
    Related:
    
    - #4615
    - #4164
    - #4015
    - #3960
    darrachequesne committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    0d0a7a2 View commit details
    Browse the repository at this point in the history
  4. chore(release): 4.6.1

    darrachequesne committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    7952312 View commit details
    Browse the repository at this point in the history
Loading