Skip to content

Releases: CharlesMangwa/react-data-fetching

v1.0.0-beta.1

27 Sep 16:41
Compare
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
Compare
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

  • 1️⃣ Fix bug on IE11 (#31 by @emekanw )
  • πŸ‘†Fix isUpload in requestToApi (#34 by @ad1992 )

v0.2.2

17 May 14:58
Compare
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
Compare
Choose a tag to compare

Fixes

  • πŸ™ˆ Fix the refetch's broken deprecation warning message

v0.2.0

14 Apr 11:10
Compare
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
Compare
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
Compare
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 🎣!