Thanks to visit codestin.com
Credit goes to github.com

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

Commits on Nov 2, 2018

  1. Configuration menu
    Copy the full SHA
    021a7dc View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2019

  1. [refactor] Use Buffer.allocUnsafe instead of new Buffer (#104)

    Breaking change: drop support for Node.js 4 (since Buffer.allocUnsafe was added in v5.10.0)
    
    Reference: https://nodejs.org/docs/latest/api/buffer.html#buffer_class_method_buffer_allocunsafe_size
    darrachequesne committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    aedf8eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df387fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    569759f View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2019

  1. [test] ensure the message packet is properly coerced to string (#110)

    result is string '1' not number1
    mattqs authored and darrachequesne committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    e9a20cb View commit details
    Browse the repository at this point in the history
  2. [test] fix a typo in the tests (#111)

    should encode payloads as string: there is no type 'post'.
    mattqs authored and darrachequesne committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    72f7463 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47893e1 View commit details
    Browse the repository at this point in the history
  4. [chore] Release 2.2.0

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