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.1.3
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.2.0
Choose a head ref
  • 6 commits
  • 14 files changed
  • 4 contributors

Commits on Jul 15, 2021

  1. docs(examples): add missing module (#4018)

    Fixes the following error:
    
    > test/todo-management/todo.tests.ts:275:3 - error TS2582: Cannot find name 'describe'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha`.
    
    Co-authored-by: brownman <[email protected]>
    brownman and brownman authored Jul 15, 2021
    Configuration menu
    Copy the full SHA
    310f855 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2021

  1. Configuration menu
    Copy the full SHA
    24fee27 View commit details
    Browse the repository at this point in the history
  2. fix(typings): allow async listener in typed events

    So that:
    
    ```ts
    socket.on("my-event", async () => {
      // ...
    });
    ```
    
    is valid under the @typescript-eslint/no-misused-promises rule.
    
    Related: socketio/socket.io-client#1486
    darrachequesne committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    ccfd8ca View commit details
    Browse the repository at this point in the history
  3. docs: update the link of the Repl.it badge

    The link will now point towards a sample project, instead of the root
    repository.
    
    Related: #3934
    darrachequesne committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    d8cc8ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f03eeca View commit details
    Browse the repository at this point in the history
  5. chore(release): 4.2.0

    darrachequesne committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    c100b7b View commit details
    Browse the repository at this point in the history
Loading