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: node-modules/urllib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.5.0
Choose a base ref
...
head repository: node-modules/urllib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.5.1
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Dec 2, 2024

  1. fix: support use on Node.js 16 (#550)

    <!-- This is an auto-generated comment: release notes by coderabbit.ai
    -->
    ## Summary by CodeRabbit
    
    - **New Features**
    - Enhanced compatibility with Node.js 16 through the addition of new
    utility functions.
    - Introduced global definitions for `ReadableStream`, `Blob`, and
    `DOMException` to support newer features.
    
    - **Bug Fixes**
    - Maintained error handling in JSON parsing to ensure detailed error
    messages.
    
    - **Documentation**
    - Updated comments and documentation to reflect new utility functions
    and their purposes.
    <!-- end of auto-generated comment: release notes by coderabbit.ai -->
    fengmk2 authored Dec 2, 2024
    Configuration menu
    Copy the full SHA
    78e1336 View commit details
    Browse the repository at this point in the history
  2. Release 4.5.1

    [skip ci]
    
    ## [4.5.1](v4.5.0...v4.5.1) (2024-12-02)
    
    ### Bug Fixes
    
    * support use on Node.js 16 ([#550](#550)) ([78e1336](78e1336))
    semantic-release-bot committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    eba0c51 View commit details
    Browse the repository at this point in the history
Loading