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.0
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.1
Choose a head ref
  • 3 commits
  • 6 files changed
  • 4 contributors

Commits on Apr 23, 2024

  1. test: add a test case for compress file into Buffer (#104)

    closes #103
    
    <!-- This is an auto-generated comment: release notes by coderabbit.ai
    -->
    
    ## Summary by CodeRabbit
    
    - **Chores**
    - Removed the `workflow_dispatch` trigger from Node.js workflow
    configurations.
    
    - **Tests**
    	- Added a new test for gzip compression functionality.
    - Reorganized test scripts in `package.json` for better clarity and
    execution.
    
    <!-- end of auto-generated comment: release notes by coderabbit.ai -->
    fengmk2 authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    7043a9c View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. fix: support windows directory detect (#106)

    fix window file separator
    
    <!-- This is an auto-generated comment: release notes by coderabbit.ai
    -->
    ## Summary by CodeRabbit
    
    - **Bug Fixes**
    - Improved directory detection in zip files to handle both backslashes
    and forward slashes, ensuring better compatibility across different
    operating systems.
    <!-- end of auto-generated comment: release notes by coderabbit.ai -->
    
    ---------
    
    Co-authored-by: fengmk2 <[email protected]>
    grj001 and fengmk2 authored May 23, 2024
    Configuration menu
    Copy the full SHA
    122091b View commit details
    Browse the repository at this point in the history
  2. Release 1.10.1

    [skip ci]
    
    ## [1.10.1](v1.10.0...v1.10.1) (2024-05-23)
    
    ### Bug Fixes
    
    * support windows directory detect ([#106](#106)) ([122091b](122091b))
    semantic-release-bot committed May 23, 2024
    Configuration menu
    Copy the full SHA
    d173d2d View commit details
    Browse the repository at this point in the history
Loading