Skip to content

Releases: CharlesMangwa/react-data-fetching

v1.0.0-beta.1

27 Sep 16:41

Choose a tag to compare

v1.0.0-beta.1 Pre-release
Pre-release

New

  • ⚛️ Implement React's new context API & lifecycles - (fd46636 & b5b3a59)
  • 🎨 Setup Prettier (fd46636)
  • ✋Implement request cancellation (5f1b146)

Breaking

  • 💥 Drop support for refetch prop in <Fetch />
  • 💥 Drop support for <ConnectedFetch />

v0.2.4

27 Sep 15:42

Choose a tag to compare

New

  • 🐛 Implement support for nested objects as URLS params (#25 & #26 by @ad1992 )
  • 🔁 Implement support for non-JSON responses (#28 by @ad1992 )

Fixes

v0.2.2

17 May 14:58

Choose a tag to compare

Breaking

  • ⚛️🇪🇺 Rename <ConnectedFetch /> into <FetchProvider /> ('cause that seemed to make sense as I was rehearsing my lighting talk ^^')

v0.2.1

17 May 14:56

Choose a tag to compare

Fixes

  • 🙈 Fix the refetch's broken deprecation warning message

v0.2.0

14 Apr 11:10

Choose a tag to compare

Breaking

New

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

16 Mar 20:08

Choose a tag to compare

Fixes

  • Fix regeneratorRuntime error - (e650ea3)
  • Fix access control error - (c34a22f)

General

  • umd minified gzipped size went from 4.04kb to 3.4kb 🎉

v0.1.1

15 Mar 20:10

Choose a tag to compare

Hello world!

React Data Fetching is finally official after months of handcrafting 🎉
Get started with this article: Introducing React Data Fetching 🎣!