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(svelte-query): Svelte Query Adapter for TanStack Query #4768

Merged
merged 91 commits into from Jan 8, 2023
Merged

feat(svelte-query): Svelte Query Adapter for TanStack Query #4768

merged 91 commits into from Jan 8, 2023

Commits on Oct 18, 2022

  1. feat: svelte-query adapter

    drejohnson committed Oct 18, 2022
    Copy the full SHA
    7d08921 View commit details
    Browse the repository at this point in the history
  2. add examples

    drejohnson committed Oct 18, 2022
    Copy the full SHA
    232b8ac View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. Copy the full SHA
    d0d8099 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    59ac487 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    5f8c91d View commit details
    Browse the repository at this point in the history
  4. add a few initial test

    drejohnson committed Oct 19, 2022
    Copy the full SHA
    1c50f02 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2022

  1. delete tests in examples

    drejohnson committed Oct 23, 2022
    Copy the full SHA
    d352e80 View commit details
    Browse the repository at this point in the history
  2. use ^ in dependencies

    drejohnson committed Oct 23, 2022
    Copy the full SHA
    f6d4f8d View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    3f19c34 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    99140b9 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    7454eff View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    3950310 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    e0717f5 View commit details
    Browse the repository at this point in the history
  8. update version

    drejohnson committed Oct 23, 2022
    Copy the full SHA
    f86449e View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    b8a2e39 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    2678b32 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    e79c71f View commit details
    Browse the repository at this point in the history
  12. chore: prettier formatting

    drejohnson committed Oct 23, 2022
    Copy the full SHA
    7a2d72f View commit details
    Browse the repository at this point in the history
  13. add missing state

    drejohnson committed Oct 23, 2022
    Copy the full SHA
    3955939 View commit details
    Browse the repository at this point in the history
  14. chore: fix eslint errors

    drejohnson committed Oct 23, 2022
    Copy the full SHA
    bdfeac4 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2022

  1. add context

    drejohnson committed Nov 5, 2022
    Copy the full SHA
    86903d9 View commit details
    Browse the repository at this point in the history
  2. unsubscribe

    drejohnson committed Nov 5, 2022
    Copy the full SHA
    90bd962 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    bf46205 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. add missing export

    drejohnson committed Nov 11, 2022
    Copy the full SHA
    49c96a3 View commit details
    Browse the repository at this point in the history
  2. use svelte context

    drejohnson committed Nov 11, 2022
    Copy the full SHA
    9a03449 View commit details
    Browse the repository at this point in the history
  3. update version

    drejohnson committed Nov 11, 2022
    Copy the full SHA
    3b3aeed View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    75cada4 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    026c912 View commit details
    Browse the repository at this point in the history
  6. release: v4.14.5

    drejohnson committed Nov 11, 2022
    Copy the full SHA
    5910980 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. remove onMount

    drejohnson committed Nov 14, 2022
    Copy the full SHA
    d1b85ea View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    296f377 View commit details
    Browse the repository at this point in the history
  3. remove unneeded exports

    drejohnson committed Nov 14, 2022
    Copy the full SHA
    976306e View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2022

  1. Copy the full SHA
    2c79007 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Copy the full SHA
    6782e8f View commit details
    Browse the repository at this point in the history
  2. Add SvelteKit 1.0 example

    Uses the data from the simple example
    lachlancollins committed Jan 5, 2023
    Copy the full SHA
    d6fc0ca View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from lachlancollins/svelte-adapter

    feat: Svelte adapter
    lachlancollins committed Jan 5, 2023
    Copy the full SHA
    720a360 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. Copy the full SHA
    77a8bed View commit details
    Browse the repository at this point in the history
  2. More rollup and babel tweaks

    Seems to be working
    lachlancollins committed Jan 6, 2023
    Copy the full SHA
    5888103 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    946456b View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    62fb343 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    bffaf80 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    1da3204 View commit details
    Browse the repository at this point in the history
  7. Reset rollup config

    lachlancollins committed Jan 6, 2023
    Copy the full SHA
    e36f405 View commit details
    Browse the repository at this point in the history
  8. Output to ./build

    lachlancollins committed Jan 6, 2023
    Copy the full SHA
    4414db2 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    d6a18b0 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    098a01a View commit details
    Browse the repository at this point in the history
  11. Fix test imports

    lachlancollins committed Jan 6, 2023
    Copy the full SHA
    3aa7023 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    30cf564 View commit details
    Browse the repository at this point in the history
  13. Fix vitest command

    lachlancollins committed Jan 6, 2023
    Copy the full SHA
    59ff286 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    60b3741 View commit details
    Browse the repository at this point in the history
  15. Minor fixes to tests

    lachlancollins committed Jan 6, 2023
    Copy the full SHA
    53857d7 View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    4867ede View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    a6796bc View commit details
    Browse the repository at this point in the history
  18. Copy the full SHA
    5e66984 View commit details
    Browse the repository at this point in the history
  19. Copy the full SHA
    3795933 View commit details
    Browse the repository at this point in the history
  20. Copy the full SHA
    97e79fa View commit details
    Browse the repository at this point in the history
  21. Add playground example

    Rewrite of the react example
    lachlancollins committed Jan 6, 2023
    Copy the full SHA
    09b50be View commit details
    Browse the repository at this point in the history
  22. Copy the full SHA
    fb1af52 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2023

  1. Copy the full SHA
    d68b131 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2422aa2 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    24ea771 View commit details
    Browse the repository at this point in the history
  4. Add correct favicons

    lachlancollins committed Jan 7, 2023
    Copy the full SHA
    ad076b9 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    53b8aa8 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    47e358b View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    15b278c View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    3600ee9 View commit details
    Browse the repository at this point in the history
  9. Misc fixes from feedback

    - Max TS 4.7.4
    - Move root package.json dependencies
    - Use object syntax
    - Use test:jest script (for now)
    - Remove sveltekit autogenerated files
    lachlancollins committed Jan 7, 2023
    Copy the full SHA
    ab3e11b View commit details
    Browse the repository at this point in the history
  10. Fix pnpm-lock

    lachlancollins committed Jan 7, 2023
    Copy the full SHA
    d3f6d10 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    819ef56 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    59649fb View commit details
    Browse the repository at this point in the history
  13. Sync pnpm-lock

    lachlancollins committed Jan 7, 2023
    Copy the full SHA
    089ccb2 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    64c7dc9 View commit details
    Browse the repository at this point in the history
  15. Run pnpm install

    lachlancollins committed Jan 7, 2023
    Copy the full SHA
    583c2e3 View commit details
    Browse the repository at this point in the history
  16. Remove svelte-query from root tsconfg

    Needs to be run from its own svelte-check package... sorry
    lachlancollins committed Jan 7, 2023
    Copy the full SHA
    49144c4 View commit details
    Browse the repository at this point in the history
  17. Merge branch 'main' into main

    TkDodo committed Jan 7, 2023
    Copy the full SHA
    db11e0a View commit details
    Browse the repository at this point in the history
  18. Copy the full SHA
    094df8d View commit details
    Browse the repository at this point in the history
  19. Run prettier on svelte files

    Requires prettier-plugin-svelte to run
    lachlancollins committed Jan 7, 2023
    Copy the full SHA
    a1aa970 View commit details
    Browse the repository at this point in the history
  20. Copy the full SHA
    bcc96ff View commit details
    Browse the repository at this point in the history
  21. Copy the full SHA
    6aa0d97 View commit details
    Browse the repository at this point in the history
  22. Copy the full SHA
    731725d View commit details
    Browse the repository at this point in the history
  23. Copy the full SHA
    1bc23a8 View commit details
    Browse the repository at this point in the history
  24. Copy the full SHA
    488eff1 View commit details
    Browse the repository at this point in the history
  25. Copy the full SHA
    35e1a68 View commit details
    Browse the repository at this point in the history
  26. Bump svelte-query version to 4.20.0

    In case this fixes the CI issue
    lachlancollins committed Jan 7, 2023
    Copy the full SHA
    015943e View commit details
    Browse the repository at this point in the history
  27. Copy the full SHA
    e34e1d1 View commit details
    Browse the repository at this point in the history
  28. Update vitest to 0.26

    Changes module resolution?
    lachlancollins committed Jan 7, 2023
    Copy the full SHA
    6bae962 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2023

  1. More CI improvements

    lachlancollins committed Jan 8, 2023
    Copy the full SHA
    06b2de3 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    cf14766 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    6651d34 View commit details
    Browse the repository at this point in the history
  4. Add eslint settings

    Thanks @rivo420
    lachlancollins committed Jan 8, 2023
    Copy the full SHA
    875a462 View commit details
    Browse the repository at this point in the history
  5. Add coverage report

    lachlancollins committed Jan 8, 2023
    Copy the full SHA
    ef81d26 View commit details
    Browse the repository at this point in the history