Skip to content
This repository was archived by the owner on Oct 9, 2025. It is now read-only.
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: supabase/realtime-js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.10.4
Choose a base ref
...
head repository: supabase/realtime-js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.10.5-next.1
Choose a head ref
  • 3 commits
  • 12 files changed
  • 1 contributor

Commits on Aug 27, 2024

  1. realtime: Improve testing framework (#418)

    We were using mocha which presented some challenges and less than good experience when it came to testing. We're moving to vitest and we're also using Typescript in our testing to easily catch some of the typing issues that might arise earlier.
    
    We're also adding a coverage so later we can setup CI to take that into consideration.
    filipecabaco authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    95ab09e View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. add: Worker for Healthcheck (#419)

    Added capacity to use Worker for Healthchecks. We also allow users to override the worker URL so they are able to modify it as they see fit.
    filipecabaco authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    ef4e8d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3edb18 View commit details
    Browse the repository at this point in the history
Loading