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

V1 API: Wrapping react-query #224

Merged
merged 26 commits into from
Dec 7, 2023
Merged

V1 API: Wrapping react-query #224

merged 26 commits into from
Dec 7, 2023

Commits on Oct 16, 2023

  1. Rename packages

    paul-sachs committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    9bb93c3 View commit details
    Browse the repository at this point in the history
  2. Update examples/react/basic/package.json

    Co-authored-by: Timo Stamm <ts@timostamm.de>
    paul-sachs and timostamm authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    ff055b6 View commit details
    Browse the repository at this point in the history
  3. Renamed binary

    paul-sachs committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    fb30ef6 View commit details
    Browse the repository at this point in the history
  4. Fix references

    paul-sachs committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    0231fc1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4722a8b View commit details
    Browse the repository at this point in the history
  6. Regenerate

    paul-sachs committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    87b225a View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. wip

    paul-sachs committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    7bca3c9 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. wip

    paul-sachs committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    4d92e63 View commit details
    Browse the repository at this point in the history
  2. Add useMutation

    paul-sachs committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    b23c195 View commit details
    Browse the repository at this point in the history
  3. Add suspense APIs

    paul-sachs committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    667f4ae View commit details
    Browse the repository at this point in the history
  4. Add useSetQueryData

    paul-sachs committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    dbb80ca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0567550 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6e33b3b View commit details
    Browse the repository at this point in the history
  7. Fix merge

    paul-sachs committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    a54240b View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Review updates

    paul-sachs committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    6e8b6c9 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

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

Commits on Nov 27, 2023

  1. Update readme for packages

    paul-sachs committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    7b4db93 View commit details
    Browse the repository at this point in the history
  2. Fix linting and tests

    paul-sachs committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    5bf089d View commit details
    Browse the repository at this point in the history
  3. Missed test file

    paul-sachs committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    8d77504 View commit details
    Browse the repository at this point in the history
  4. Prep v1.0.0-rc.1

    paul-sachs committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    7e41384 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Export types from utils

    paul-sachs committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    9ab7da3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e648530 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    37f78b3 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Removed createSuspense*Options APIs to reduce API

    Use the non-suspense versions with suspense hooks works fine, just have to provide any additional options manually.
    paul-sachs committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    b8db759 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Review updates

    Created a utility to call a method directly from the descriptor.
    paul-sachs committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    fbb03c5 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Undo package rename

    paul-sachs committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    6cf639e View commit details
    Browse the repository at this point in the history