Permalink
base repository: socketio/engine.io-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
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.
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 committedMar 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 committedMar 2, 2021
    Configuration menu
    Copy the full SHA
    View 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 committedMar 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 committedMar 10, 2021
    Configuration menu
    Copy the full SHA
    14e8180View commit details
    Browse the repository at this point in the history
Loading