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: 1.1.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: 1.1.2
Choose a head ref
  • 14 commits
  • 27 files changed
  • 5 contributors

Commits on Dec 15, 2021

  1. Make polyfill for requestAnimationFrame more robust (#1707)

    * Add check for `requestAnimationFrame` availability
    
    * Fix comparison
    
    * Bring back missing import of `hasWindow`
    thomaspaulmann authored Dec 15, 2021
    Configuration menu
    Copy the full SHA
    02b8397 View commit details
    Browse the repository at this point in the history
  2. 1.1.2-beta.0

    shuding committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    fd3a649 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2021

  1. type(infinite): export SWRInfinteHook and InfiniteKeyLoader from infi…

    …nite (#1714)
    
    * type: export SWRInfinteHook and InfiniteKeyLoader from infinite
    
    * rename InfiniteKeyLoader and InfiniteFetcher
    houkanshan authored Dec 21, 2021
    Configuration menu
    Copy the full SHA
    0e3b7d5 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2021

  1. fix #1680 (#1720)

    shuding authored Dec 23, 2021
    Configuration menu
    Copy the full SHA
    9dd574e View commit details
    Browse the repository at this point in the history
  2. add moduleNameMapper (#1724)

    shuding authored Dec 23, 2021
    Configuration menu
    Copy the full SHA
    c652229 View commit details
    Browse the repository at this point in the history
  3. Improve test (#1725)

    * test: improve test coverage
    
    * ci
    promer94 authored Dec 23, 2021
    Configuration menu
    Copy the full SHA
    e167752 View commit details
    Browse the repository at this point in the history
  4. resolves #1131 (#1727)

    shuding authored Dec 23, 2021
    Configuration menu
    Copy the full SHA
    d5f394d View commit details
    Browse the repository at this point in the history
  5. 1.1.2-beta.1

    shuding committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    68dfcc1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    00eda87 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2021

  1. feat: Add populateCache option to mutate (#1729)

    * add populateCache option to mutate
    
    * rename type and export it
    shuding authored Dec 24, 2021
    Configuration menu
    Copy the full SHA
    3bda271 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2021

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

Commits on Dec 26, 2021

  1. Configuration menu
    Copy the full SHA
    8a7c277 View commit details
    Browse the repository at this point in the history
  2. Skip error retrying when document is not active and improve tests (#1742

    )
    
    * use the babel coverage reporter
    
    * improve coverage
    shuding authored Dec 26, 2021
    Configuration menu
    Copy the full SHA
    69d8e4b View commit details
    Browse the repository at this point in the history
  3. 1.1.2

    shuding committed Dec 26, 2021
    Configuration menu
    Copy the full SHA
    49ee4e9 View commit details
    Browse the repository at this point in the history
Loading