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: EventSource/eventsource
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.2
Choose a base ref
...
head repository: EventSource/eventsource
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.0
Choose a head ref
  • 18 commits
  • 58 files changed
  • 6 contributors

Commits on Jun 8, 2022

  1. Configuration menu
    Copy the full SHA
    327a2e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b66b92 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. Fix: dispatchEvent now emits entire event object

    It now emits the entire `Event` object and not only `CustomEvent.detail`.
    Akwd22 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    eb430c0 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. Merge pull request #289 from Akwd22/master

    Fix: `dispatchEvent` wrong implementation
    aslakhellesoy authored Sep 15, 2022
    Configuration menu
    Copy the full SHA
    0e2b6ec View commit details
    Browse the repository at this point in the history
  2. Attribution

    aslakhellesoy committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    79dacfa View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

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

Commits on Dec 7, 2024

  1. feat!: modernize - use fetch, WebStreams, TypeScript, ESM (#330)

    BREAKING CHANGE: Drop support for Node.js versions below v18
    
    BREAKING CHANGE: The module now uses a named export instead of a default export.
    
    BREAKING CHANGE: UMD bundle dropped. Use a bundler.
    
    BREAKING CHANGE: `headers` in init dict dropped, pass a custom `fetch` function instead.
    
    BREAKING CHANGE: HTTP/HTTPS proxy support dropped. Pass a custom `fetch` function instead.
    
    BREAKING CHANGE: `https.*` options dropped. Pass a custom `fetch` function that provides an agent/dispatcher instead.
    
    BREAKING CHANGE: New default reconnect delay: 3 seconds instead of 1 second.
    
    BREAKING CHANGE: Reconnecting after a redirect will now always use the original URL, even if the status code was HTTP 307.
    rexxars committed Dec 7, 2024
    Configuration menu
    Copy the full SHA
    40655f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfdb8e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00a1e0c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f42702c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bf42a62 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2b179ba View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dbc59ef View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0338f51 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b2c1201 View commit details
    Browse the repository at this point in the history
  10. ci: adjust for provenance

    rexxars committed Dec 7, 2024
    Configuration menu
    Copy the full SHA
    fd57cb4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bd101af View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f7483f4 View commit details
    Browse the repository at this point in the history
Loading