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: websockets/ws
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8.1.0
Choose a base ref
...
head repository: websockets/ws
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8.2.0
Choose a head ref
  • 4 commits
  • 6 files changed
  • 1 contributor

Commits on Aug 12, 2021

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

Commits on Aug 15, 2021

  1. [doc] Fix createWebSocketStream() documentation

    The ES module wrapper exports `createWebSocketStream()` as a named
    export and not as a static method of the `WebSocket` class.
    lpinca committed Aug 15, 2021
    Configuration menu
    Copy the full SHA
    c677aab View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. [minor] Add WebSocket.WebSocket{,Server} aliases (#1935)

    Add `WebSocket.WebSocket` as an alias for `WebSocket` and
    `WebSocket.WebSocketServer` as an alias for `WebSocket.Server` to fix
    name consistency and improve interoperability with the ES module
    wrapper.
    
    Refs: #1877
    Refs: #1932
    lpinca authored Aug 17, 2021
    Configuration menu
    Copy the full SHA
    d5e3549 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. [dist] 8.2.0

    lpinca committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    7647a89 View commit details
    Browse the repository at this point in the history
Loading