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

Commits on May 22, 2025

  1. test: run on node 24 (#110)

    <!-- This is an auto-generated comment: release notes by coderabbit.ai
    -->
    
    ## Summary by CodeRabbit
    
    - **Chores**
    	- Removed CodeQL static analysis workflow from automated checks.
    - Updated CI to test against Node.js versions 22 and 24, in addition to
    existing versions.
    - Removed the git-contributor tool from development dependencies and
    scripts.
    
    - **Documentation**
    - Enhanced README with new badges for Node.js compatibility, PRs
    welcome, and pull request reviews.
    - Simplified contributors section with a dynamic image and updated
    credits.
    
    <!-- end of auto-generated comment: release notes by coderabbit.ai -->
    fengmk2 authored May 22, 2025
    Configuration menu
    Copy the full SHA
    9443683 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2025

  1. fix: link relative paths for better portability (#111)

    close #107
    
    <!-- This is an auto-generated comment: release notes by coderabbit.ai
    -->
    ## Summary by CodeRabbit
    
    - **Bug Fixes**
    - Improved extraction process to handle file paths and symlink creation
    more reliably.
    - **Refactor**
    - Streamlined internal logic for file and symlink handling to enhance
    maintainability.
    - Refactored function export for better code clarity without changing
    functionality.
    <!-- end of auto-generated comment: release notes by coderabbit.ai -->
    
    ---------
    
    Co-authored-by: jiacheng.li <[email protected]>
    bytemain and bytemain authored May 24, 2025
    Configuration menu
    Copy the full SHA
    2684ca2 View commit details
    Browse the repository at this point in the history
  2. Release 1.10.3

    [skip ci]
    
    ## [1.10.3](v1.10.2...v1.10.3) (2025-05-24)
    
    ### Bug Fixes
    
    * link relative paths for better portability ([#111](#111)) ([2684ca2](2684ca2))
    semantic-release-bot committed May 24, 2025
    Configuration menu
    Copy the full SHA
    9478897 View commit details
    Browse the repository at this point in the history
Loading