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: v3.22.2
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: v3.22.3
Choose a head ref
  • 3 commits
  • 5 files changed
  • 4 contributors

Commits on Jan 22, 2024

  1. chore: followRedirect default value is true (#487)

    代码注释是对的,但是 readme 里的是错误的。
    **readme:**
    
    ![image](https://github.com/node-modules/urllib/assets/77064828/7c4317d5-0659-41c3-af02-e5fa99714915)
    **代码:**
    
    ![image](https://github.com/node-modules/urllib/assets/77064828/5e9661af-97d8-4384-bc42-0f638705317e)
    
    ------------------------------------------------------------------------
    这里也写了个小 demo 验证了一番,确认 followRedirect 的默认值是 true:
    https://github.com/SanGuiChen/urllib-redirect-demo
    
    Co-authored-by: xuming.cx <xuming.cx@antgroup.com>
    SanGuiChen and xuming.cx authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    f6ac20b View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    ee9a786 View commit details
    Browse the repository at this point in the history
  2. Release 3.22.3

    [skip ci]
    
    ## [3.22.3](v3.22.2...v3.22.3) (2024-02-20)
    
    ### Bug Fixes
    
    * use querystring to stringify data ([#489](#489)) ([ee9a786](ee9a786))
    semantic-release-bot committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    5eb1297 View commit details
    Browse the repository at this point in the history
Loading