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: koajs/cors
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.3.0
Choose a base ref
...
head repository: koajs/cors
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.0.0
Choose a head ref
  • 16 commits
  • 9 files changed
  • 6 contributors

Commits on Mar 29, 2022

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

Commits on Aug 19, 2022

  1. Configuration menu
    Copy the full SHA
    c4b5d21 View commit details
    Browse the repository at this point in the history
  2. Create codeql-analysis.yml

    fengmk2 committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    ae56e05 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2cd4789 View commit details
    Browse the repository at this point in the history
  4. Release 3.4.0

    fengmk2 committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    241a542 View commit details
    Browse the repository at this point in the history
  5. 3 Configuration menu
    Copy the full SHA
    1205356 View commit details
    Browse the repository at this point in the history
  6. Release 3.4.1

    fengmk2 committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    ea0ca7b View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. fix: Calling all options even if origin header is not present (#87)

    As Origin header is not set in all fetch. I understand that we need to be able to validade, even if the origin is not present. We are still following https://fetch.spec.whatwg.org/#http-origin but grating headers to be added to response on user needs
    
    Fix #18
    CleberRossi committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    2e8da5b View commit details
    Browse the repository at this point in the history
  2. Release 3.4.2

    fengmk2 committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    d5456f7 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2022

  1. Configuration menu
    Copy the full SHA
    208b86c View commit details
    Browse the repository at this point in the history
  2. Release 3.4.3

    fengmk2 committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    b49b085 View commit details
    Browse the repository at this point in the history
  3. fix: Calling all options even if origin header is not present (#87)

    As Origin header is not set in all fetch. I understand that we need to be able to validade, even if the origin is not present. We are still following https://fetch.spec.whatwg.org/#http-origin but grating headers to be added to response on user needs
    
    Fix #18
    CleberRossi authored and fengmk2 committed Oct 8, 2022
    1 Configuration menu
    Copy the full SHA
    7358ab3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d19090f View commit details
    Browse the repository at this point in the history
  5. Release 4.0.0

    fengmk2 committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    0f3f948 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Merge pull request from GHSA-qxrj-hx23-xp82

    This is a security update for the Same Origin Policy (SOP),
    and also a BREAKING CHANGE.
    
    closes GHSA-qxrj-hx23-xp82
    fengmk2 committed Dec 11, 2023
    9 Configuration menu
    Copy the full SHA
    f31dac9 View commit details
    Browse the repository at this point in the history
  2. Release 5.0.0

    fengmk2 committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    c33bd69 View commit details
    Browse the repository at this point in the history
Loading