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.3.3
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.3.4
Choose a head ref
  • 6 commits
  • 28 files changed
  • 7 contributors

Commits on Mar 10, 2025

  1. Fix markdown typo (#4106)

    Nusab19 authored Mar 10, 2025
    Configuration menu
    Copy the full SHA
    ba10cf9 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2025

  1. fix: check "if (!error)" skip error if value is cast to false (#4118)

    Co-authored-by: Viktor Grachev <vtgrachev@gmail.com>
    vtgrachev and Viktor Grachev authored Apr 17, 2025
    Configuration menu
    Copy the full SHA
    87cf235 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2025

  1. feat: Improve global suspense-enabled data type (#4126)

    * feat: add SWRGlobalConfig interface for suspense-enabled typing
    
    * examples: add global suspense-enabled example
    oosawy authored Jun 9, 2025
    Configuration menu
    Copy the full SHA
    da305b2 View commit details
    Browse the repository at this point in the history
  2. fix: Performance improvement by reducing calls to toString() (#4092)

    performance improvement by reducing calls to toString()
    garyhuntddn authored Jun 9, 2025
    Configuration menu
    Copy the full SHA
    aeb9363 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2025

  1. fix: Optimize the revalidation logic for same key requests. (#4138)

    Optimize the revalidation logic for same key requests.
    agadzik authored Jul 2, 2025
    Configuration menu
    Copy the full SHA
    32f1098 View commit details
    Browse the repository at this point in the history
  2. 2.3.4

    vercel-release-bot committed Jul 2, 2025
    Configuration menu
    Copy the full SHA
    9dc2c4b View commit details
    Browse the repository at this point in the history
Loading