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
base: 4.5.3
Choose a base ref
...
head repository: socketio/socket.io-client
compare: 4.5.4
Choose a head ref
  • 6 commits
  • 29 files changed
  • 3 contributors

Commits on Nov 2, 2022

  1. Copy the full SHA
    f9b773f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9ec85f7 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2022

  1. Copy the full SHA
    cedd311 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Copy the full SHA
    e891289 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. ci: migrate from zuul to webdriver.io

    zuul is now archived [1] and does not support the new W3C WebDriver
    protocol, since it relies on the wd package [2] under the hood, which
    uses the (now deprecated) JSON Wire Protocol.
    
    We will now use the webdriver.io test framework, which allows to run
    our tests in local and on Sauce Labs (cross-browser and mobile tests).
    This allows us to run our tests on latest versions of Android and iOS,
    since Sauce Labs only supports the W3C WebDriver protocol for these
    platforms ([3]).
    
    [1]: https://github.com/defunctzombie/zuul
    [2]: https://github.com/admc/wd
    [3]: https://docs.saucelabs.com/dev/w3c-webdriver-capabilities/
    darrachequesne committed Nov 17, 2022
    Copy the full SHA
    d882822 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. chore(release): 4.5.4

    darrachequesne committed Nov 22, 2022
    Copy the full SHA
    91ef839 View commit details
    Browse the repository at this point in the history