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

Commits on Aug 1, 2025

  1. chore(deps-dev): bump typescript from 5.8.3 to 5.9.2 (#379)

    Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.8.3 to 5.9.2.
    - [Release notes](https://github.com/microsoft/TypeScript/releases)
    - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
    - [Commits](microsoft/TypeScript@v5.8.3...v5.9.2)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-version: 5.9.2
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 1, 2025
    Configuration menu
    Copy the full SHA
    2e5f646 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2025

  1. fix(docs): config set (#382)

    Update the documentation on disabling CORS for individual endpoints
    
    Signed-off-by: Mandeep Bahal <msbahal010@gmail.com>
    msbahal authored Aug 20, 2025
    Configuration menu
    Copy the full SHA
    4c03abe View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2025

  1. chore(deps-dev): bump tsd from 0.32.0 to 0.33.0 (#385)

    Bumps [tsd](https://github.com/tsdjs/tsd) from 0.32.0 to 0.33.0.
    - [Release notes](https://github.com/tsdjs/tsd/releases)
    - [Commits](tsdjs/tsd@v0.32.0...v0.33.0)
    
    ---
    updated-dependencies:
    - dependency-name: tsd
      dependency-version: 0.33.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 2, 2025
    Configuration menu
    Copy the full SHA
    3502123 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2025

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

Commits on Sep 21, 2025

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

Commits on Oct 17, 2025

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

Commits on Dec 9, 2025

  1. feat: support route-level CORS configuration (#384)

    * allow to override cors options by route config
    
    Signed-off-by: Vantroy <vimutti@outlook.com>
    
    * Update README.md
    
    Signed-off-by: Vantroy <vimutti@outlook.com>
    
    * fix syntax error
    
    * add test
    
    * Update README.md
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    Signed-off-by: Vantroy <vimutti@outlook.com>
    
    * chore: Update README.md
    
    Signed-off-by: Manuel Spigolon <behemoth89@gmail.com>
    
    * Remove emoji from comment
    
    Signed-off-by: Vantroy <vimutti@outlook.com>
    
    ---------
    
    Signed-off-by: Vantroy <vimutti@outlook.com>
    Signed-off-by: Manuel Spigolon <behemoth89@gmail.com>
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    Co-authored-by: Manuel Spigolon <behemoth89@gmail.com>
    3 people authored Dec 9, 2025
    Configuration menu
    Copy the full SHA
    aeb6a48 View commit details
    Browse the repository at this point in the history
  2. v11.2.0

    Signed-off-by: Gürgün Dayıoğlu <hey@gurgun.day>
    gurgunday authored Dec 9, 2025
    Configuration menu
    Copy the full SHA
    db4ceb6 View commit details
    Browse the repository at this point in the history
Loading