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/readable-stream
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.6.0
Choose a base ref
...
head repository: nodejs/readable-stream
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.0
Choose a head ref
  • 15 commits
  • 417 files changed
  • 10 contributors

Commits on Feb 27, 2020

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

Commits on Feb 28, 2020

  1. Configuration menu
    Copy the full SHA
    838046b View commit details
    Browse the repository at this point in the history
  2. Remove Irina and Yosh

    mcollina committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    78bfbac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7eded7b View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2020

  1. ci: use the shared Travis config (#444)

    Closes #442
    dominykas authored Sep 22, 2020
    Configuration menu
    Copy the full SHA
    78f58e0 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2020

  1. tests: add GitHub Actions CI (#418)

    * tests: add GitHub Actions CI
    
    * fix: add missing newline at the end of ci.yml
    
    * fix: add `pull_request` trigger to GitHub Workflows
    
    Co-Authored-By: Michaël Zasso <targos@protonmail.com>
    
    * fix: add missing `npm install`
    
    * fix: add fail-fast: false to ci.yml
    
    Co-Authored-By: XhmikosR <xhmikosr@gmail.com>
    
    * fix: Split npm install and npm run test in ci.yml
    
    Co-authored-by: Michaël Zasso <targos@protonmail.com>
    Co-authored-by: XhmikosR <xhmikosr@gmail.com>
    3 people authored Sep 23, 2020
    Configuration menu
    Copy the full SHA
    69aa464 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2020

  1. Upgrade airtap and use GitHub Actions (#443)

    * Upgrade airtap and use GitHub Actions
    
    - Upgrade airtap to v4
    - Move Sauce Labs tests from Travis to GitHub Actions
    - Use playwright for headless local testing
    
    * Debug
    vweevers authored Sep 24, 2020
    Configuration menu
    Copy the full SHA
    19381e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c73012 View commit details
    Browse the repository at this point in the history
  3. Cleanup CI (#446)

    Remove debug steps from sauce workflow (#443), remove travis, and
    replace badges in readme.
    vweevers authored Sep 24, 2020
    Configuration menu
    Copy the full SHA
    07462e1 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2021

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

Commits on Sep 24, 2021

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

Commits on May 23, 2022

  1. Update to Node 18.0.0 (#471)

    * feat: Updated build system and removed legacy browsers compatibility.
    
    * feat: Update to Node 17.9.0.
    
    * feat: Updated to Node 18.0.0 and simplified errors and primordials.
    
    * test: Drop SauceLabs in favor of Playwright.
    
    * feat: Restore compatibility with Node 12.x.
    
    * fix: Fixed dependencies.
    
    * feat: Do not modify globalThis.
    
    * fix: Fix path on Windows.
    
    * fix: Fixed examples.
    
    * feat: Test bundlers.
    
    * fix: Fixed node bundle on older versions.
    
    * test: Test against browserify.
    
    * test: Test against webpack.
    
    * test: Improve build scripts.
    
    * test: Test against esbuild.
    
    * test: Fixed CI.
    
    * test: Do not use node: prefix.
    
    * test: Fix CI on Windows.
    
    * test: Fix ESBuild.
    ShogunPanda authored May 23, 2022
    1 Configuration menu
    Copy the full SHA
    81c5264 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2022

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

Commits on Jun 14, 2022

  1. v4 launch details (#472)

    * fixed review
    
    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    
    * Update README.md
    
    Co-authored-by: Vincent Weevers <mail@vincentweevers.nl>
    
    * Update README.md
    
    Co-authored-by: Vincent Weevers <mail@vincentweevers.nl>
    
    Co-authored-by: Vincent Weevers <mail@vincentweevers.nl>
    mcollina and vweevers authored Jun 14, 2022
    Configuration menu
    Copy the full SHA
    37935df View commit details
    Browse the repository at this point in the history
  2. Bumped v4.0.0

    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    mcollina committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    49a45a9 View commit details
    Browse the repository at this point in the history
Loading