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.1.1
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.0
Choose a head ref
  • 2 commits
  • 6 files changed
  • 3 contributors

Commits on Oct 31, 2022

  1. chore(deps): bump mnemonist from 0.39.4 to 0.39.5 (#233)

    Bumps [mnemonist](https://github.com/yomguithereal/mnemonist) from 0.39.4 to 0.39.5.
    - [Release notes](https://github.com/yomguithereal/mnemonist/releases)
    - [Changelog](https://github.com/Yomguithereal/mnemonist/blob/master/CHANGELOG.md)
    - [Commits](Yomguithereal/mnemonist@0.39.4...0.39.5)
    
    ---
    updated-dependencies:
    - dependency-name: mnemonist
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    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 Oct 31, 2022
    Configuration menu
    Copy the full SHA
    06e16fc View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. feature: allow custom hook name (#234)

    * feature: allow custom hook name
    
    * add typings
    
    * fix lint issue
    
    * simplify handleCorsOptionsDelegator
    
    * validate hook in simple case
    
    * add more checks for hooks
    
    * use onRespone hook for hook tests
    
    * move hook related test to hooks.test.js
    
    * simplify handleCorsOptionsDelegator
    
    * handle hooks with payload parameter properly
    
    * remove onError
    
    * improve Readme
    
    Co-authored-by: Uzlopak <aras.abbasi@googlemail.com>
    giulianok and Uzlopak committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    ad759a7 View commit details
    Browse the repository at this point in the history
Loading