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: 232e711
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: 3cd3295
Choose a head ref
  • 3 commits
  • 31 files changed
  • 2 contributors

Commits on May 8, 2023

  1. fix: removes Readable.fromWeb and Readable.toWeb methods (#506)

    * removing obsolete methods from Readable class
    
    Signed-off-by: Rishabh Bhandari <rishabhbhandari6@gmail.com>
    
    * moved the logic to replacements.mjs
    
    Signed-off-by: Rishabh Bhandari <rishabhbhandari6@gmail.com>
    
    * using the replacements.mjs logic
    
    Signed-off-by: Rishabh Bhandari <rishabhbhandari6@gmail.com>
    
    ---------
    
    Signed-off-by: Rishabh Bhandari <rishabhbhandari6@gmail.com>
    RishabhKodes authored May 8, 2023
    Configuration menu
    Copy the full SHA
    29fae5b View commit details
    Browse the repository at this point in the history
  2. Update to Node v18.16.0 (#515)

    * Update to Node v18.16.0
    
    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    
    * fixup
    
    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    
    * fixup
    
    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    
    * fixupo
    
    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    
    * fixup
    
    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    
    * format
    
    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    
    ---------
    
    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    mcollina authored May 8, 2023
    Configuration menu
    Copy the full SHA
    b345071 View commit details
    Browse the repository at this point in the history
  3. Bumped v4.4.0

    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    mcollina committed May 8, 2023
    Configuration menu
    Copy the full SHA
    3cd3295 View commit details
    Browse the repository at this point in the history
Loading