-
Notifications
You must be signed in to change notification settings - Fork 357
Comparing changes
Open a pull request
base repository: socketio/engine.io-client
base: v4.0.0-alpha.1
head repository: socketio/engine.io-client
compare: 4.0.0
- 14 commits
- 22 files changed
- 3 contributors
Commits on Apr 16, 2020
-
refactor: remove indexof dependency
This is a polyfill for indexOf(), which we use literally everywhere else.
Configuration menu - View commit details
-
Copy full SHA for 27fa694 - Browse repository at this point
Copy the full SHA 27fa694View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f3a6f9 - Browse repository at this point
Copy the full SHA 3f3a6f9View commit details
Commits on Apr 17, 2020
-
docs(changelog): include changelog for release 3.4.1
Merged from the 3.4.x branch.
Configuration menu - View commit details
-
Copy full SHA for 86d4e8d - Browse repository at this point
Copy the full SHA 86d4e8dView commit details
Commits on May 25, 2020
-
fix(react-native): restrict the list of options for the WebSocket object
Only 'headers' and 'localAddress' options are supported by the WebSocket implementation in React Native. The following message was printed to the console: > Unrecognized WebSocket connection option(s) `agent`, `perMessageDeflate`, `pfx`, `key`, `passphrase`, `cert`, `ca`, `ciphers`, `rejectUnauthorized`. Did you mean to put these under `headers`? Reference: https://reactnative.dev/docs/network.html#websocket-support
Configuration menu - View commit details
-
Copy full SHA for 2f5c948 - Browse repository at this point
Copy the full SHA 2f5c948View commit details
Commits on Jun 4, 2020
-
test: restore tests on all browsers
iphone / ipad / edge were excluded in [1], though there is no clear explanation. [1] 28765c5
Configuration menu - View commit details
-
Copy full SHA for f3a4832 - Browse repository at this point
Copy the full SHA f3a4832View commit details -
chore: bump component-emitter dependency
Subscribing/unsubscribing for a lot of different event types could lead to a memory leak. See sindresorhus/component-emitter@aa2e57a Diff: sindresorhus/component-emitter@1.2.1...1.3.0
Configuration menu - View commit details
-
Copy full SHA for d5d81a7 - Browse repository at this point
Copy the full SHA d5d81a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for dac76f2 - Browse repository at this point
Copy the full SHA dac76f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5e76bc - Browse repository at this point
Copy the full SHA a5e76bcView commit details
Commits on Sep 7, 2020
-
Configuration menu - View commit details
-
Copy full SHA for cabb78d - Browse repository at this point
Copy the full SHA cabb78dView commit details
Commits on Sep 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8440a57 - Browse repository at this point
Copy the full SHA 8440a57View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab3de6a - Browse repository at this point
Copy the full SHA ab3de6aView commit details -
feat: strip debug from the browser bundle
Striping the debug module (both imports and method calls) helps reduce the bundle size from 41 to 33 KB. Note: while removing debug from the source code is not desirable, it might be interesting to provide the library without debug included, so that users don't have to use something like webpack-remove-debug when bundling the library.
Configuration menu - View commit details
-
Copy full SHA for f7ba966 - Browse repository at this point
Copy the full SHA f7ba966View commit details
Commits on Sep 10, 2020
-
chore: provide a development bundle
Two bundles will now be created: - one for development, with debug and unminified: dist/engine.io.js - one for production, without debug and minified: dist/engine.io.min.js
Configuration menu - View commit details
-
Copy full SHA for 4683a95 - Browse repository at this point
Copy the full SHA 4683a95View commit details -
Diff: v4.0.0-alpha.1...4.0.0 Full diff: 3.4.0...4.0.0
Configuration menu - View commit details
-
Copy full SHA for 2ea0d13 - Browse repository at this point
Copy the full SHA 2ea0d13View commit details
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 v4.0.0-alpha.1...4.0.0