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: h3js/h3
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.4.0
Choose a base ref
...
head repository: h3js/h3
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.5.0
Choose a head ref
  • 10 commits
  • 16 files changed
  • 6 contributors

Commits on Feb 12, 2023

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

Commits on Feb 14, 2023

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

Commits on Feb 16, 2023

  1. Configuration menu
    Copy the full SHA
    0708ca4 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update all non-major dependencies to ^0.28.5 (#333)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 16, 2023
    Configuration menu
    Copy the full SHA
    8544914 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45e6dd4 View commit details
    Browse the repository at this point in the history
  4. fix(proxy): separate multiple cookie headers (#319)

    * separate multiple cookie headers
    
    * refactor to utils/internal
    
    * update proxy test
    
    * reneme internal
    
    * fix headers testing
    
    ---------
    
    Co-authored-by: Pooya Parsa <[email protected]>
    meixger and pi0 authored Feb 16, 2023
    Configuration menu
    Copy the full SHA
    e5bfd2f View commit details
    Browse the repository at this point in the history
  5. feat: add cors utils (#322)

    * feat: add CORS support
    
    * docs: modify explanation about h3-cors
    
    * chore: integrate h3-cors code to core
    
    * chore: rename functions
    
    * chore: modify exports
    
    * chore: use `sendNoContent` for preflight request
    
    * fix: fix format
    
    * chore: remove redundant wrapper
    
    * docs: add CORS utility functions
    
    * chore: add prefix to types
    
    * avoid destructure
    
    * improve control flow of `handleCors` returning a boolean
    
    * refactor: lowercase headers
    
    * update tests
    
    * refactor: rename to isCorsOriginAllowed
    
    * simplify to appendCorsHeaders
    
    ---------
    
    Co-authored-by: Pooya Parsa <[email protected]>
    nozomuikuta and pi0 authored Feb 16, 2023
    Configuration menu
    Copy the full SHA
    080bf53 View commit details
    Browse the repository at this point in the history
  6. feat(proxy): support cookieDomainRewrite and cookiePathRewrite (#313

    )
    
    * feat: add cookieDomainRewrite and cookiePathRewrite to proxy
    
    * refactor: simplify
    
    ---------
    
    Co-authored-by: Pooya Parsa <[email protected]>
    enkot and pi0 authored Feb 16, 2023
    Configuration menu
    Copy the full SHA
    3495dbe View commit details
    Browse the repository at this point in the history
  7. chore: update ufo dependency

    pi0 committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    bdca859 View commit details
    Browse the repository at this point in the history
  8. chore(release): v1.5.0

    pi0 committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    abe7ddb View commit details
    Browse the repository at this point in the history
Loading