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

Commits on Mar 2, 2021

  1. feat: listen to the "offline" event

    The connection will be closed once the "offline" event is emitted by the browser, in order not to wait for the heartbeat mechanism to detect the disconnection. Reference: https://developer.mozilla.org/en-US/docs/Web/API/Window/offline_event Related: socketio/socket.io-client#1433
    @darrachequesne
    darrachequesne committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    c361bc6View commit details
    Browse the repository at this point in the history
  2. docs(changelog): include changelog for release 3.5.1

    Merged from the 3.5.x branch.
    @darrachequesne
    darrachequesne committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    9bf70c1View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2021

  1. feat: add autoUnref option

    With autoUnref set to true (default: false), the Engine.IO client will allow the program to exit if there is no other active timer/socket in the event system. Note: the 'xmlhttprequest-ssl' package has been copied in the contrib/ directory, until the change is merged upstream Related: #653
    @darrachequesne
    darrachequesne committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    6551683View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2021

  1. Configuration menu
    Copy the full SHA
    b8e06a8View commit details
    Browse the repository at this point in the history
  2. chore(release): 5.0.0

    The major bump is due to a breaking change on the server side. Diff: 4.1.2...5.0.0
    @darrachequesne
    darrachequesne committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    14e8180View commit details
    Browse the repository at this point in the history
Loading