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: vercel/swr
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.1
Choose a base ref
...
head repository: vercel/swr
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.2
Choose a head ref
  • 8 commits
  • 8 files changed
  • 2 contributors

Commits on Jan 23, 2023

  1. release workflow (#2374)

    * release workflow
    
    * tweak
    
    * mark uses and run as key
    
    * tweak
    
    * missing command
    
    * merge commands
    
    * yml ext
    
    * separate install
    
    * fix
    
    * keep relative path
    
    * add shell
    
    * composite
    
    * reorder jobs
    huozhi authored Jan 23, 2023
    Configuration menu
    Copy the full SHA
    1726bc6 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. fix: delay revalidation if a key is already active and has error (#2338)

    * fix: delay revalidation if a key is already active and has error
    
    close #2336
    
    * apply code review
    
    * test: add test case for isValidating
    promer94 authored Jan 24, 2023
    Configuration menu
    Copy the full SHA
    b30d808 View commit details
    Browse the repository at this point in the history
  2. fix: createCacheHelper type (#2365)

    * fix: createCacheHelper type
    promer94 authored Jan 24, 2023
    Configuration menu
    Copy the full SHA
    d5b3021 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. 2.0.2

    huozhi committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    ad7bb15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e366eef View commit details
    Browse the repository at this point in the history
  3. build: use npm for publish (#2383)

    use npm for publish
    huozhi authored Jan 26, 2023
    Configuration menu
    Copy the full SHA
    ecabd48 View commit details
    Browse the repository at this point in the history
  4. build: dynamically add token and depend on test workflow (#2384)

    token and dependency
    huozhi authored Jan 26, 2023
    Configuration menu
    Copy the full SHA
    7e4fcc4 View commit details
    Browse the repository at this point in the history
  5. build: fix typos in workflow yml (#2385)

    * build: workflows_run -> workflow_run
    
    * workflows
    
    * run multiple jobs
    huozhi authored Jan 26, 2023
    Configuration menu
    Copy the full SHA
    c0090ab View commit details
    Browse the repository at this point in the history
Loading