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: 3.4.3
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: 3.4.4
Choose a head ref
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Sep 29, 2020

  1. chore: downgrade the debug dependency

    The newer versions need to be transpiled to ES5, so we'll rollback for
    now.
    
    We'll have to find a way to provide the users who bundle the Engine.IO
    (or Socket.IO) client (with webpack for example) with a source code
    which does not include debug (or document the usage of
    webpack-remove-debug [1]).
    
    Reverts 242ea9e
    
    [1] https://github.com/johngodley/webpack-remove-debug
    darrachequesne committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    4db8691 View commit details
    Browse the repository at this point in the history
  2. chore: bump parseqs and parseuri dependencies

    Both parseqs and parseuri now list better-assert as devDependency.
    
    Repositories:
    
    - https://github.com/galkn/parseuri
    - https://github.com/galkn/querystring
    darrachequesne committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    bbcc3fe View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2020

  1. chore: release 3.4.4

    darrachequesne committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    4d2f277 View commit details
    Browse the repository at this point in the history
Loading