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.0.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.1.0
Choose a head ref
  • 9 commits
  • 10 files changed
  • 2 contributors

Commits on Aug 3, 2021

  1. [license] Fix license text

    lpinca committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    04e74a1 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2021

  1. [fix] Do not rely on undocumented behavior

    Use the chunk returned by `socket.read()` to handle the buffered data
    instead of relying on a `'data'` event emitted after the `'close'`
    event.
    
    Refs: nodejs/node#39639
    lpinca committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    6a72da3 View commit details
    Browse the repository at this point in the history
  2. [fix] Fix misleading error message

    Use the correct error message if the server sends an empty subprotocol
    name.
    lpinca committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    c95e695 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2021

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

Commits on Aug 9, 2021

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

Commits on Aug 11, 2021

  1. [major] Use an options object instead of positional arguments

    Make the `Receiver` constructor take a single options object argument
    instead of multiple positional arguments.
    lpinca committed Aug 11, 2021
    1 Configuration menu
    Copy the full SHA
    1e938f1 View commit details
    Browse the repository at this point in the history
  2. [minor] Fix typo (#1929)

    eltociear authored Aug 11, 2021
    Configuration menu
    Copy the full SHA
    9bd3bd1 View commit details
    Browse the repository at this point in the history
  3. [feature] Add ability to skip UTF-8 validation (#1928)

    Add the `skipUTF8Validation` option to skip UTF-8 validation for text
    and close messages.
    
    Refs: #1878
    Closes #1924
    lpinca committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    d21c810 View commit details
    Browse the repository at this point in the history
  4. [dist] 8.1.0

    lpinca committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    142f091 View commit details
    Browse the repository at this point in the history
Loading