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: kaciakmaciak/react-query-subscription
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.5.1
Choose a base ref
...
head repository: kaciakmaciak/react-query-subscription
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.6.0-beta.1
Choose a head ref
  • 11 commits
  • 12 files changed
  • 2 contributors

Commits on Jun 28, 2022

  1. ci(release): configure beta releases

    resolve #54
    Katarina Anton authored and kaciakmaciak committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    0166bb3 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2022

  1. test(storage): add unit tests

    Katarina Anton authored and kaciakmaciak committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    f7249e9 View commit details
    Browse the repository at this point in the history
  2. refactor(storage): refactor subscription storage

    Katarina Anton authored and kaciakmaciak committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    361c78f View commit details
    Browse the repository at this point in the history
  3. refactor(storage): add support for pagination

    Katarina Anton authored and kaciakmaciak committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    7b4c439 View commit details
    Browse the repository at this point in the history
  4. feat(useSubscription): pass queryKey to subscriptionFn

    Katarina Anton authored and kaciakmaciak committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    aff5e3e View commit details
    Browse the repository at this point in the history
  5. refactor(useSubscription): use queryKey param instead of `subscript…

    …ionKey` option
    Katarina Anton authored and kaciakmaciak committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    100cdb8 View commit details
    Browse the repository at this point in the history
  6. refactor(useSubscription): extract query function to `useObservableQu…

    …eryFn` hook
    Katarina Anton authored and kaciakmaciak committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    ef0f0af View commit details
    Browse the repository at this point in the history
  7. feat(useInfiniteSubscription): add useInfiniteSubscription hook

    resolve #55
    Katarina Anton authored and kaciakmaciak committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    d1d1da1 View commit details
    Browse the repository at this point in the history
  8. test(useInfiniteSubscription): add unit tests

    Katarina Anton authored and kaciakmaciak committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    9f5ddbf View commit details
    Browse the repository at this point in the history
  9. style(useSubscription): remove redundant comment

    Katarina Anton authored and kaciakmaciak committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    8d2e737 View commit details
    Browse the repository at this point in the history
  10. chore(release): 1.6.0-beta.1 [skip ci]

    ## [1.6.0-beta.1](v1.5.1...v1.6.0-beta.1) (2022-07-02)
    
    ### ✨ Features
    
    * **useInfiniteSubscription:** add `useInfiniteSubscription` hook ([d1d1da1](d1d1da1)), closes [#55](#55)
    * **useSubscription:** pass `queryKey` to  `subscriptionFn` ([aff5e3e](aff5e3e))
    semantic-release-bot committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    b448d21 View commit details
    Browse the repository at this point in the history
Loading