React Refetch Versions Save

A simple, declarative, and composable way to fetch data for React components

v4.0.1-0

4 years ago
  • Merge pull request #244 from Kiikurage/improve-type 313cadd
  • Improve type definition to use optional chaining 959a03a

v4.0.0-0

4 years ago

TypeScript improvements:

Breaking change for TypeScript users only

v3.0.0

4 years ago

To support newer versions of React, this removes the use of deprecated React lifecycle hooks componentWillMount and componentWillReceiveProps, deprecated React Context API, and impure functions.

This is a breaking change from the 2.0 releases. To migrate, remove the use of the second context parameter and the pure option on any connect() functions. It generally should not impact applications, but be aware that fetches now happen on componentDidMount and componentDidUpdate.

This also updates many dependencies, which resolves security vulnerabilities.

v3.0.0-7

4 years ago

Upgrades to React 16

v3.0.0-6

4 years ago

Removes Webpack

v3.0.0-5

4 years ago

Upgrades to Babel 7

v3.0.0-3

4 years ago
  • Improves 3.0.0 documentation
  • Uprades some dependencies to fix security vulnerabilities

v3.0.0-1

4 years ago

To support newer versions of React, this removes use of deprecated React lifecycle hooks componentWillMount and componentWillReceiveProps, deprecated React Context API, and impure functions.

This is a breaking change from the 2.0 releases. To migrate, remove use of the second context parameter and pure option. It generally should not impact applications, but be aware that fetches now happen on componentDidMount and componentDidUpdate.

Code Change: https://github.com/heroku/react-refetch/pull/233

Additional doc changes are still pending.

v2.0.3

5 years ago

v2.0.2-0

5 years ago