Thanks to visit codestin.com
Credit goes to github.com

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: static-web-server/static-web-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.32.1
Choose a base ref
...
head repository: static-web-server/static-web-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.32.2
Choose a head ref
  • 7 commits
  • 15 files changed
  • 2 contributors

Commits on Jul 20, 2024

  1. docs: v2.32.1 [skip ci]

    joseluisq committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    ce50a81 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. fix: can not run tests via cargo when passing non-sws arguments (#466)

    When running tests with additional non-sws arguments, tests execution
    fails because sws is trying to parse cli arguments anyways.
    
    Now, sws won't parse arguments by default when running tests.
    For example, the following command will work as expected:
    
    cargo test -- --test-threads 1 --nocapture
    joseluisq authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    915d040 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. fix: regression boolean flags with without explicit values (#468)

    Now boolean flags like --directory-listing, --compression_static, etc
    will work in three variants.
    
    For example:
    
    --directory-listing
    --directory-listing true
    --directory-listing=true
    joseluisq authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    dd48972 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    a72c7b3 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    f228a7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    634dd98 View commit details
    Browse the repository at this point in the history
  3. v2.32.2

    joseluisq committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    e61c97e View commit details
    Browse the repository at this point in the history
Loading