Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: query cache provider #476

Merged
merged 6 commits into from
May 15, 2020

Commits on May 14, 2020

  1. feat: query cache provider

    the query cache now comes from a context, meaning users can easily override and control the cache being used inside their application
    Jack Ellis committed May 14, 2020
    Configuration menu
    Copy the full SHA
    44dc8ef View commit details
    Browse the repository at this point in the history
  2. fix: track multiple query caches

    this commit does the follwing:
    track all active query caches added via the provider, handles mounting/unmounting
    if creating a cache, ensure we only do it once
    when unmounting an internally-created cache, make sure to clear it first
    setFocusHandler now loops through all of the currently-active caches
    Jack Ellis committed May 14, 2020
    Configuration menu
    Copy the full SHA
    7becaad View commit details
    Browse the repository at this point in the history
  3. test: add in-depth tests around query cache providers

    Jack Ellis committed May 14, 2020
    Configuration menu
    Copy the full SHA
    7bf45e1 View commit details
    Browse the repository at this point in the history
  4. style: format touched files

    Jack Ellis committed May 14, 2020
    Configuration menu
    Copy the full SHA
    3c8329d View commit details
    Browse the repository at this point in the history
  5. fixup! style: format touched files

    Jack Ellis committed May 14, 2020
    Configuration menu
    Copy the full SHA
    87bf958 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2020

  1. docs: correct readme description

    Co-authored-by: Tanner Linsley <tannerlinsley@gmail.com>
    jackmellis and tannerlinsley committed May 15, 2020
    Configuration menu
    Copy the full SHA
    7371990 View commit details
    Browse the repository at this point in the history