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: 6.0.1
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: 6.1.1
Choose a head ref
  • 12 commits
  • 11 files changed
  • 4 contributors

Commits on Oct 15, 2021

  1. fix(bundle): fix vite build

    Some bundlers (like vite) do not support having a "browser" field in a
    nested package.json.
    
    Note: the previous commit ([1]) fixed the resolution of the "browser"
    field in the dev bundle, but the production bundle still failed.
    
    Related: socketio/socket.io-client#1504
    
    [1]: 4971914
    darrachequesne committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    faa9f31 View commit details
    Browse the repository at this point in the history
  2. chore(release): 6.0.2

    darrachequesne committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    68dc241 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2021

  1. fix(typings): allow port to be a number (#680)

    `string` is kept for backward compatibility (and `location.port` is a
    string).
    
    Reference: https://developer.mozilla.org/en-US/docs/Web/API/Location/port
    
    Related: socketio/socket.io-client#1444
    kaangokdemir authored Nov 5, 2021
    Configuration menu
    Copy the full SHA
    8f68f77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    018e1af View commit details
    Browse the repository at this point in the history
  3. test: skip flaky test

    This test fails in CI on chrome 95 / Windows 2012.
    darrachequesne committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    c813fff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e7ebf4b View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

  1. chore(release): 6.1.0

    darrachequesne committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    e7b4700 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2021

  1. chore: make postcompile.sh script work on macOS (#681)

    On macOS the script was interpreted as the value of the `-i` option. It
    will now use an empty extension for the `-i` option and the `-e` option
    to specify the script.
    lpinca authored Nov 13, 2021
    Configuration menu
    Copy the full SHA
    2793628 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2021

  1. chore: add bundle files as exportable asset (#682)

    This restores the possibility to import the bundle directly, without
    getting the following error:
        
    > [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './dist/engine.io.min.js' is not defined by "exports"
    exsilium authored Nov 14, 2021
    Configuration menu
    Copy the full SHA
    8de51c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c557707 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e798fb View commit details
    Browse the repository at this point in the history
  4. chore(release): 6.1.1

    darrachequesne committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    3c40aa9 View commit details
    Browse the repository at this point in the history
Loading