-
Notifications
You must be signed in to change notification settings - Fork 356
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/engine.io-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6.5.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: socketio/engine.io-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.5.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 11 files changed
- 1 contributor
Commits on Jun 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 01804d5 - Browse repository at this point
Copy the full SHA 01804d5View commit details
Commits on Jun 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cf6aa1f - Browse repository at this point
Copy the full SHA cf6aa1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6404391 - Browse repository at this point
Copy the full SHA 6404391View commit details -
refactor: expose the ESM build with debug
So that debug logs can be printed with vite: ```js import { defineConfig } from 'vite' import react from '@vitejs/plugin-react' export default defineConfig({ plugins: [react()], server: { port: 4000 }, resolve: { conditions: ["development"] } }) ``` Reference: https://v2.vitejs.dev/config/#resolve-conditions Related: socketio/socket.io-client@781d753
Configuration menu - View commit details
-
Copy full SHA for fe4d93a - Browse repository at this point
Copy the full SHA fe4d93aView commit details
Commits on Jun 28, 2023
-
refactor: expose the ESM build with debug (bis)
This reverts the previous commit ([1]), and expose the ESM build that includes the debug package on a subpath: ```js import { Socket } from "engine.io-client/debug"; ``` Reference: https://nodejs.org/api/packages.html#subpath-exports Related: https://github.com/socketio/socket.io-client/issues/1586 [1]: fe4d93a
Configuration menu - View commit details
-
Copy full SHA for 1fc61a3 - Browse repository at this point
Copy the full SHA 1fc61a3View commit details -
fix: make closeOnBeforeunload default to false
Silently closing the connection when receiving a "beforeunload" event is problematic, because it is emitted: - when downloading a file from another host Related: socketio/socket.io#4436 - when the user already has a listener for the "beforeunload" event (i.e. "are you sure you want to leave this page?") Related: - #661 - #658 - socketio/socket.io#4065 That's why the `closeOnBeforeunload` option will now default to false.
Configuration menu - View commit details
-
Copy full SHA for a63066b - Browse repository at this point
Copy the full SHA a63066bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 500085d - Browse repository at this point
Copy the full SHA 500085dView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 6.5.0...6.5.1