-
Notifications
You must be signed in to change notification settings - Fork 10.1k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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.4.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: socketio/socket.io
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.4.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 23 files changed
- 6 contributors
Commits on Nov 24, 2021
-
docs: simplify nginx cluster example
- remove useless Dockerfile - clean format - migrate to @socket.io/redis-adapter
Configuration menu - View commit details
-
Copy full SHA for 2071a66 - Browse repository at this point
Copy the full SHA 2071a66View commit details
Commits on Nov 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e5897dd - Browse repository at this point
Copy the full SHA e5897ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a70f63 - Browse repository at this point
Copy the full SHA 7a70f63View commit details
Commits on Dec 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c196689 - Browse repository at this point
Copy the full SHA c196689View commit details
Commits on Dec 28, 2021
-
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)
Configuration menu - View commit details
-
Copy full SHA for 51784d0 - Browse repository at this point
Copy the full SHA 51784d0View commit details
Commits on Jan 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f2b8de7 - Browse repository at this point
Copy the full SHA f2b8de7View commit details
Commits on Jan 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c840bad - Browse repository at this point
Copy the full SHA c840badView commit details -
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); }); ```
Configuration menu - View commit details
-
Copy full SHA for fc82e44 - Browse repository at this point
Copy the full SHA fc82e44View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bf5d92 - Browse repository at this point
Copy the full SHA 3bf5d92View commit details
Commits on Jan 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 770ee59 - Browse repository at this point
Copy the full SHA 770ee59View commit details -
Configuration menu - View commit details
-
Copy full SHA for c82a4bd - Browse repository at this point
Copy the full SHA c82a4bdView commit details
There are no files selected for viewing