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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.3.1
Choose a base ref
...
head repository: socketio/engine.io
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.4.0
Choose a head ref
  • 9 commits
  • 11 files changed
  • 5 contributors

Commits on Nov 29, 2018

  1. Configuration menu
    Copy the full SHA
    ec4e12a View commit details
    Browse the repository at this point in the history
  2. [chore] Release 3.3.2

    darrachequesne committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    cb0ac6f View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2019

  1. [fix] Deprecated Buffer usage in dependency (#585)

    The `Buffer` constructor has been deprecated in favor of safer alternatives.
    See https://nodejs.org/en/docs/guides/buffer-constructor-deprecation/
    
    This was fixed in [email protected]
    oliversalzburg authored and darrachequesne committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    ad844f4 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2019

  1. [ci] remove Node.js 4 and 6 from the build matrix

    We keep Node.js 9 for compatibility with the 'uws' dependency (as Node.js 10 fails), but we'll
    upgrade later.
    darrachequesne committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    5bbbfe2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a967626 View commit details
    Browse the repository at this point in the history
  3. [feat] add additional debug messages (#586)

    These additional messages will help more quickly diagnose the reason for error messages.
    BrianKopp authored and darrachequesne committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    c144895 View commit details
    Browse the repository at this point in the history
  4. [chore] Bump ws to latest version (#587)

    yosiat authored and darrachequesne committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    c471e03 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7bf7581 View commit details
    Browse the repository at this point in the history
  6. [chore] Release 3.4.0

    darrachequesne committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    ecfcc69 View commit details
    Browse the repository at this point in the history
Loading