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: expressjs/serve-static
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.0
Choose a base ref
...
head repository: expressjs/serve-static
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.0
Choose a head ref
  • 11 commits
  • 9 files changed
  • 8 contributors

Commits on Nov 11, 2024

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

Commits on Jan 23, 2025

  1. ci: add CodeQl (SAST)

    bjohansebas authored and wesleytodd committed Jan 23, 2025
    Configuration menu
    Copy the full SHA
    96886b3 View commit details
    Browse the repository at this point in the history
  2. Refactor HISTORY.md header update to use String.prototype.repeat

    Replaced the custom repeat function with String.prototype.repeat to simplify the code and improve readability. This change leverages modern JavaScript functionality, reducing complexity and improving efficiency when updating the HISTORY.md header.
    Ayoub-Mabrouk authored and wesleytodd committed Jan 23, 2025
    Configuration menu
    Copy the full SHA
    2ceda41 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2025

  1. fix(docs): retroactively note 2.0.0-beta.1 api change in history file (

    …#194)
    
    Signed-off-by: Dustin Popp <dustinpopp@ibm.com>
    dpopp07 authored Feb 17, 2025
    Configuration menu
    Copy the full SHA
    3f71a54 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2025

  1. feat: conditionally set headers (if not already set) in redirect resp…

    …onse (#190)
    
    * conditionally set headers (if not already set) in redirect response
    
    * add new function description
    
    ---------
    
    Co-authored-by: ljeda <Lukasz.Jeda@pl.ibm.com>
    ljeda and ljeda authored Feb 20, 2025
    Configuration menu
    Copy the full SHA
    b51ab84 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2025

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

Commits on Mar 23, 2025

  1. Configuration menu
    Copy the full SHA
    dc86b4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55475c7 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2025

  1. Configuration menu
    Copy the full SHA
    6a1aa93 View commit details
    Browse the repository at this point in the history
  2. Revert "feat: conditionally set headers (if not already set) in redir…

    …ect response (#190)" (#200)
    
    This reverts commit b51ab84.
    Phillip9587 authored Mar 27, 2025
    Configuration menu
    Copy the full SHA
    2e22086 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2025

  1. 2.2.0

    UlisesGascon authored and wesleytodd committed Mar 28, 2025
    Configuration menu
    Copy the full SHA
    4eb26be View commit details
    Browse the repository at this point in the history
Loading