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

Commits on Oct 11, 2021

  1. Configuration menu
    Copy the full SHA
    91fbd47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7187453 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. 1 Configuration menu
    Copy the full SHA
    16b6569 View commit details
    Browse the repository at this point in the history
  2. chore: migrate to rollup

    This change allows us to:
    
    - reduce the size of the bundle
    - provide an ESM bundle (for usage in <script type="module">)
    
    Related: #1198
    darrachequesne committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    0661564 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

  1. feat(typings): add missing types for some emitter methods (#1502)

    Co-authored-by: Abd UlHameed Maree <[email protected]>
    AbdUlHamedMaree and Abd UlHameed Maree authored Oct 14, 2021
    Configuration menu
    Copy the full SHA
    a9e5b85 View commit details
    Browse the repository at this point in the history
  2. refactor: move the typed events to @socket.io/component-emitter

    The typed events have been moved to [1] in order to remove the
    intermediary class and reduce the bundle size.
    
    Diff: socketio/emitter@2.0.0...3.0.0
    
    [1]: https://github.com/socketio/emitter/
    darrachequesne committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    91b948b View commit details
    Browse the repository at this point in the history
  3. chore(release): 4.3.0

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