Thanks to visit codestin.com
Credit goes to github.com

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: nodejs/undici
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.4.0
Choose a base ref
...
head repository: nodejs/undici
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.5.0
Choose a head ref
  • 5 commits
  • 128 files changed
  • 5 contributors

Commits on Jan 22, 2024

  1. Update README.md: fix table

    mcollina authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    202a1ef View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): bump jsdom from 23.2.0 to 24.0.0 (#2632)

    Bumps [jsdom](https://github.com/jsdom/jsdom) from 23.2.0 to 24.0.0.
    - [Release notes](https://github.com/jsdom/jsdom/releases)
    - [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md)
    - [Commits](jsdom/jsdom@23.2.0...24.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: jsdom
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    90675d6 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. feat: Implement EventSource (#2608)

    * feat: implement eventsource
    
    * add wpts
    
    * make partially work wpts
    
    * fix some
    
    * restructure, use ErrorEvent
    
    * fix
    
    * restructure, create distinct OpenEvent
    
    * add experimental warning, transform inputs
    
    * add-types
    
    * restructure
    
    * add TODO for comment
    
    * use mainFetch
    
    * k
    
    * make it terminatable
    
    * fix
    
    * fix
    
    * remove OpenEvent
    
    * fix wpt runner
    
    * fix
    
    * Apply suggestions from code review
    
    * Update lib/eventsource/index.js
    
    Co-authored-by: Khafra <[email protected]>
    
    * fetching
    
    * improve BOM check
    
    * improve parseLine
    
    * rename back index.js to eventsource.js
    
    * improve
    
    * rename eventSourceState
    
    * fix
    
    * fix
    
    * fix
    
    * fix
    
    * add settings environment
    
    * fix isNetworkError
    
    * add route, fix 2 tests
    
    * fixup
    
    * improve CRLF processing, add tests
    
    * more tests
    
    * remove constants.js
    
    * improve parseLine logic
    
    * rename
    
    * fixup
    
    * add ignored tests of wpt
    
    * better
    
    * fix more
    
    * add docs
    
    * fix setting origin on message event
    
    * add more tests
    
    * fix wpt tests
    
    * add EventSource documentation to website sidebar
    
    * activate skipped wpt test
    
    * fix some remarks
    
    * simplify
    
    * remove newline
    
    * remove usage of ErrorEvent
    
    * harden
    
    * more tests
    
    * dont check for strings in isValidLastEventId
    
    * add TODOs
    
    * improve example for eventsource
    
    * trigger CI because node 21.6.1 got released
    
    ---------
    
    Co-authored-by: Khafra <[email protected]>
    Uzlopak and KhafraDev authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    e2652b7 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. fix: readable body (#2642)

    ronag authored Jan 26, 2024
    Configuration menu
    Copy the full SHA
    683c368 View commit details
    Browse the repository at this point in the history
  2. Bumped v6.5.0

    Signed-off-by: Matteo Collina <[email protected]>
    mcollina committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    519b9e1 View commit details
    Browse the repository at this point in the history
Loading