Skip to content

Latest commit

 

History

History
86 lines (40 loc) · 4.73 KB

CHANGELOG.md

File metadata and controls

86 lines (40 loc) · 4.73 KB

1.8.1 (2022-10-16)

🐛 Bug Fixes

  • fix calling subscription fn multiple times when subscriptionKey is not a string (a7f32f3)

1.8.0 (2022-10-08)

✨ Features

  • peer-deps: support React v18 (3b3dd5c)

1.7.0 (2022-10-07)

✨ Features

  • helpers: deprecate fromEventSource and eventSource$ helpers (01cf6b9)

1.6.0 (2022-09-30)

✨ Features

  • useInfiniteSubscription: add useInfiniteSubscription hook (64a3f94), closes #55
  • useSubscription: pass queryKey to subscriptionFn (7564823)

🐛 Bug Fixes

  • useInfiniteSubscription: fix unsubscribing when previous/next page has been fetched (a05675b)

1.6.0-beta.2 (2022-07-02)

🐛 Bug Fixes

  • useInfiniteSubscription: fix unsubscribing when previous/next page has been fetched (fef6b3f)

1.6.0-beta.1 (2022-07-02)

✨ Features

  • useInfiniteSubscription: add useInfiniteSubscription hook (d1d1da1), closes #55
  • useSubscription: pass queryKey to subscriptionFn (aff5e3e)

1.5.1 (2022-06-24)

🐛 Bug Fixes

1.5.0 (2022-05-30)

✨ Features

  • useSubscription: add onData option (#34) (36a6859)

1.4.0 (2021-11-07)

✨ Features

  • useSubscription: add onError option (c102b7c), closes #29

1.3.0 (2021-11-02)

✨ Features

  • useSubscription: add retryDelay option (2648116), closes #24

1.2.0 (2021-10-31)

✨ Features

  • types: export UseSubscriptionOptions and EventSourceOptions types (3c497d8)

1.1.0 (2021-10-30)

✨ Features

  • helpers: add fromEventSource and eventSource$ helpers (38370dc), closes #13