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: TanStack/query
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.24.6
Choose a base ref
...
head repository: TanStack/query
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.24.9
Choose a head ref
  • 8 commits
  • 38 files changed
  • 6 contributors

Commits on Feb 12, 2023

  1. release: v4.24.6

    tannerlinsley committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    5a5fd6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48e806b View commit details
    Browse the repository at this point in the history
  3. release: v4.24.7

    tannerlinsley committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    21439e6 View commit details
    Browse the repository at this point in the history
  4. examples(react): Algolia search example (#4971)

    * docs: example: algolia
    
    * fix: remove empty line if desc is null
    
    * fix: stale time value
    
    * refactor: use vite and examples structure
    
    * fix: remove deprecated doc files
    
    * docs: add algolia example in the config.json
    arnaudbzn authored Feb 12, 2023
    Configuration menu
    Copy the full SHA
    1a38d17 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. fix(eslint-plugin-query): autofix for useMutation with options (#4986)

    * fix autofix on usemutation with options
    
    * format
    Newbie012 authored Feb 14, 2023
    Configuration menu
    Copy the full SHA
    da9620f View commit details
    Browse the repository at this point in the history
  2. release: v4.24.8

    tannerlinsley committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    4bdddf4 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2023

  1. Configuration menu
    Copy the full SHA
    aa94a94 View commit details
    Browse the repository at this point in the history
  2. perf(persist): subscriber calls persistQueryClientStore only on cache…

    …-related events (#4884)
    
    * perf(persist): subscriber calls persistQueryClientStore only on cache related events
    
    * refactor(persist): extract NotifyEvent type shared between query and mutation cache
    
    * refactor(persist): move cacheableEventTypes declaration outside the function
    
    * test(persist): add test checking `persistClient` calls frequency
    
    ---------
    
    Co-authored-by: Dominik Dorfmeister <office@dorfmeister.cc>
    emzet93 and TkDodo authored Feb 18, 2023
    Configuration menu
    Copy the full SHA
    b32da31 View commit details
    Browse the repository at this point in the history
Loading