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

fetch: rewrite with composability in mind #131

Merged
merged 18 commits into from
Jul 30, 2022
Merged

fetch: rewrite with composability in mind #131

merged 18 commits into from
Jul 30, 2022

Commits on Jul 29, 2022

  1. fetch: rewrite with composability in mind

    Alex Lohr authored and Alex Lohr committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    5042e72 View commit details
    Browse the repository at this point in the history
  2. fetch: retry modifier

    fetch: improve request API
    Alex Lohr authored and Alex Lohr committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    32a899e View commit details
    Browse the repository at this point in the history
  3. fetch: continue on axios request

    Alex Lohr authored and Alex Lohr committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    52b35e0 View commit details
    Browse the repository at this point in the history
  4. fetch: first cache draft

    Alex Lohr authored and Alex Lohr committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    1a2ef80 View commit details
    Browse the repository at this point in the history
  5. updating caching and refetch

    Alex Lohr authored and Alex Lohr committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    073a036 View commit details
    Browse the repository at this point in the history
  6. improve types, make axios dependency optional

    Alex Lohr authored and Alex Lohr committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    049ff70 View commit details
    Browse the repository at this point in the history
  7. fix types, wip

    Alex Lohr authored and Alex Lohr committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    9826c8c View commit details
    Browse the repository at this point in the history
  8. fetch: more tests

    Alex Lohr committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    641f544 View commit details
    Browse the repository at this point in the history
  9. fetch: test cache, improve jsdoc

    Alex Lohr committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    6fa3b85 View commit details
    Browse the repository at this point in the history
  10. move tests to vitest, fix cache/expiry

    Alex Lohr committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    4a9d573 View commit details
    Browse the repository at this point in the history
  11. more tests

    Alex Lohr committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    5133b81 View commit details
    Browse the repository at this point in the history
  12. fetch: test retry, formatting, updates

    Alex Lohr committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    c7f1a5b View commit details
    Browse the repository at this point in the history
  13. fetch: fix refetch + test

    Alex Lohr committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    aacd9ed View commit details
    Browse the repository at this point in the history
  14. fetch: remove axios (for now)

    Alex Lohr committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    99eeb13 View commit details
    Browse the repository at this point in the history
  15. fetch: improve documentation

    Alex Lohr committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    f62d02b View commit details
    Browse the repository at this point in the history
  16. chore: add changeset for fetch

    thetarnav authored and Alex Lohr committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    0fda65c View commit details
    Browse the repository at this point in the history
  17. fetch: address PR comments

    Alex Lohr committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    50b34d3 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2022

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