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

Commits on May 22, 2025

  1. fix: should handle ./ relative path (#109)

    We have a tgz its entry path is `./foo/bar`, and when invoke
    `stripFileName(1, './foo/bar')`, it always return `foo/bar`, actually,
    we expect it to return `bar`
    
    <!-- This is an auto-generated comment: release notes by coderabbit.ai
    -->
    
    ## Summary by CodeRabbit
    
    - **Bug Fixes**
    - Improved handling of file paths to ensure consistent formatting across
    different operating systems.
    
    - **Tests**
    - Added new test cases to verify correct behavior when normalizing and
    stripping relative file paths.
    
    <!-- end of auto-generated comment: release notes by coderabbit.ai -->
    
    Co-authored-by: jiacheng.li <[email protected]>
    bytemain and bytemain authored May 22, 2025
    Configuration menu
    Copy the full SHA
    8e5f04a View commit details
    Browse the repository at this point in the history
  2. Release 1.10.2

    [skip ci]
    
    ## [1.10.2](v1.10.1...v1.10.2) (2025-05-22)
    
    ### Bug Fixes
    
    * should handle ./ relative path ([#109](#109)) ([8e5f04a](8e5f04a))
    semantic-release-bot committed May 22, 2025
    Configuration menu
    Copy the full SHA
    6296214 View commit details
    Browse the repository at this point in the history
Loading