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: v4.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.7.0
Choose a head ref
  • 4 commits
  • 32 files changed
  • 3 contributors

Commits on Dec 31, 2024

  1. Fix string_decoder import (#548)

    * Fix `string_decoder` import
    
    Resolves #547
    
    * add replacement to replacement.mjs, add node version to package.json and rebuild
    
    * chore: put node version in package.json script
    
    * chore: use node version 18.19.0
    
    * run npm run format
    jeswr authored Dec 31, 2024
    Configuration menu
    Copy the full SHA
    4281bc0 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2025

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

Commits on Jan 7, 2025

  1. Run lint on CI (#550)

    * Check for lint issues on CI
    
    * Check if generated files are up-to-date on CI
    
    * Fix step name
    
    * Check code formatting on CI
    
    * Fix eslint config
    MattiasBuelens authored Jan 7, 2025
    Configuration menu
    Copy the full SHA
    5d24fc7 View commit details
    Browse the repository at this point in the history
  2. Bumped v4.7.0

    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    mcollina committed Jan 7, 2025
    Configuration menu
    Copy the full SHA
    88df210 View commit details
    Browse the repository at this point in the history
Loading