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: v8.2.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: v8.2.1
Choose a head ref
  • 9 commits
  • 7 files changed
  • 6 contributors

Commits on Nov 8, 2022

  1. Bump version to 8.2.0

    Uzlopak committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    2242f48 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. chore(deps-dev): bump tsd from 0.24.1 to 0.25.0 (#235)

    Bumps [tsd](https://github.com/SamVerschueren/tsd) from 0.24.1 to 0.25.0.
    - [Release notes](https://github.com/SamVerschueren/tsd/releases)
    - [Commits](tsdjs/tsd@v0.24.1...v0.25.0)
    
    ---
    updated-dependencies:
    - dependency-name: tsd
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    1b8950e View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. fix(types): Origin within OriginFunction can be undefined (#237)

    * Callback of origin should be potentially undefined
    
    In reference to #236 origin cannot be assumed to always be a string. Propose making it `string | undefined` to ensure people handle it correctly. This would flag quickly in the sync example on the README that new URL can't work with undefined.
    
    * Update index.d.ts
    
    Co-authored-by: KaKa <climba03003@gmail.com>
    
    * restructure, add typings test
    
    Co-authored-by: KaKa <climba03003@gmail.com>
    Co-authored-by: Uzlopak <aras.abbasi@googlemail.com>
    3 people committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    2e2f41a View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2023

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

Commits on Mar 5, 2023

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

Commits on Mar 6, 2023

  1. chore(deps-dev): bump tsd from 0.25.0 to 0.26.0 (#242)

    Bumps [tsd](https://github.com/SamVerschueren/tsd) from 0.25.0 to 0.26.0.
    - [Release notes](https://github.com/SamVerschueren/tsd/releases)
    - [Commits](tsdjs/tsd@v0.25.0...v0.26.0)
    
    ---
    updated-dependencies:
    - dependency-name: tsd
      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] committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    a821b8b View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. chore(deps-dev): bump tsd from 0.26.1 to 0.27.0 (#245)

    Bumps [tsd](https://github.com/SamVerschueren/tsd) from 0.26.1 to 0.27.0.
    - [Release notes](https://github.com/SamVerschueren/tsd/releases)
    - [Commits](tsdjs/tsd@v0.26.1...v0.27.0)
    
    ---
    updated-dependencies:
    - dependency-name: tsd
      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] committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    3021936 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Configuration menu
    Copy the full SHA
    365a08e View commit details
    Browse the repository at this point in the history
  2. Bumped v8.2.1

    Eomm committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    fc16c4e View commit details
    Browse the repository at this point in the history
Loading