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

Commits on Oct 11, 2022

  1. Configuration menu
    Copy the full SHA
    5e56ec1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02b0aea View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

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

Commits on Apr 16, 2024

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

Commits on Jan 9, 2025

  1. ci: test with Deno v2

    darrachequesne committed Jan 9, 2025
    Configuration menu
    Copy the full SHA
    ea31859 View commit details
    Browse the repository at this point in the history
  2. fix: use Deno.serve() instead of serve()

    `serve()` was removed in Deno v1 (May 2020).
    
    Release notes: https://github.com/denoland/deno/releases/v1.0.0
    
    Related: #17
    
    Note: the `abort` signal listener was removed because it is always triggered, even when the response is successfully sent
    
    See also: denoland/deno#27005
    darrachequesne committed Jan 9, 2025
    Configuration menu
    Copy the full SHA
    5a27581 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c565a7b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2b7ee1d View commit details
    Browse the repository at this point in the history
  5. fix: make socket#nsp public

    Related: #16
    darrachequesne committed Jan 9, 2025
    Configuration menu
    Copy the full SHA
    84d97be View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d08f8f2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    50d89a7 View commit details
    Browse the repository at this point in the history
Loading