Releases: CharlesMangwa/react-data-fetching
Releases Β· CharlesMangwa/react-data-fetching
v1.0.0-beta.1
v0.2.4
v0.2.2
Breaking
- βοΈπͺπΊ Rename
<ConnectedFetch />
into<FetchProvider />
('cause that seemed to make sense as I was rehearsing my lighting talk ^^')
v0.2.1
Fixes
- π Fix the
refetch
's broken deprecation warning message
v0.2.0
Breaking
New
- π Implement API response interceptor via
onIntercept
- (#13 by @jarvisluong & 568b04a)
Fixes
- π» Fix support for older browsers on CRA < 2.0.0 - (#10 & #12 by @Madumo)
- β»οΈ Fix loader display when using
refetchKey
- (92106d6)
General
- π° Add a
Changelog
section (redirecting right here) to the docs - (09ee29c)
v0.1.2
v0.1.1
Hello world!
React Data Fetching is finally official after months of handcrafting π
Get started with this article: Introducing React Data FetchingΒ π£!