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: zip-rs/zip2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.3.0
Choose a base ref
...
head repository: zip-rs/zip2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.4.0
Choose a head ref
  • 6 commits
  • 7 files changed
  • 6 contributors

Commits on Mar 17, 2025

  1. feat: ZipArchive::root_dir and `ZipArchive::extract_unwrapped_root_…

    …dir` (#304)
    
    * `ZipArchive::root_dir` and `ZipArchive::extract_without_root_dir`
    
    * Add doctest
    
    * Rename
    
    * Streams can't unwrap root dir during extract
    WilliamVenner authored Mar 17, 2025
    Configuration menu
    Copy the full SHA
    fbf24fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19223ef View commit details
    Browse the repository at this point in the history
  3. chore(deps): Update dev dependencies, fuzz dependencies and MACOSX_DE…

    …PLOYMENT_TARGET (#285)
    
    * check ci
    
    * update dependencies
    
    * set deployment target
    
    * try latest
    
    ---------
    
    Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
    Co-authored-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
    wolfv and Pr0methean authored Mar 17, 2025
    Configuration menu
    Copy the full SHA
    40aca20 View commit details
    Browse the repository at this point in the history
  4. zip64: fix zip64 extended information issue (#265)

    Co-authored-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
    onlyxy1986 and Pr0methean authored Mar 17, 2025
    Configuration menu
    Copy the full SHA
    beb2dc1 View commit details
    Browse the repository at this point in the history
  5. fix: wasm build failure due to a missing use statement (#313)

    * Fix for Issue 312
    
    Fix to #312 (comment)
    - Added `File` to use statement.
    Found additional error (E0599) at line 463.
    - Added `?` operator. (`use the ? operator to extract `File` value, propagating a `Result::Err` value to caller`)
    
    * Fix: conditionalize import that's not always used
    
    Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
    Co-authored-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
    FarmingtonS9 and Pr0methean authored Mar 17, 2025
    Configuration menu
    Copy the full SHA
    695b961 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a062545 View commit details
    Browse the repository at this point in the history
Loading