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-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.1.1
Choose a base ref
...
head repository: socketio/socket.io-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.1.2
Choose a head ref
  • 3 commits
  • 10 files changed
  • 1 contributor

Commits on Feb 25, 2021

  1. fix: restore support for web workers

    A previous change ([1], included in 3.0.5) broke support for web
    workers, which threw "window is not defined" when importing the bundle
    in a web worker.
    
    Related: socketio/socket.io#3809
    
    Reference: https://webpack.js.org/configuration/output/#outputglobalobject
    
    [1]: 8c08c5d
    darrachequesne committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    13b32b3 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2021

  1. Configuration menu
    Copy the full SHA
    83a65be View commit details
    Browse the repository at this point in the history
  2. chore(release): 3.1.2

    darrachequesne committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    78ec5a6 View commit details
    Browse the repository at this point in the history
Loading