Skip to content

Releases: heroku/react-refetch

v2.0.2

12 Dec 02:28
Compare
Choose a tag to compare

v2.0.2-0

12 Dec 02:28
Compare
Choose a tag to compare
v2.0.2-0 Pre-release
Pre-release
2.0.2-0

v2.0.1

12 Nov 03:37
Compare
Choose a tag to compare

v2.0.0

13 Aug 05:36
Compare
Choose a tag to compare

New Feature:

Optimization:

Breaking Change:

  • If value previously was a function, it will be evaluated now if comparison is different. If you need to have the function itself, wrap value in another function.
  • New invariant: 'Request object with functional value must also declare comparison.

v2.0.0-3

13 Aug 04:53
Compare
Choose a tag to compare
v2.0.0-3 Pre-release
Pre-release
  • New invariant: 'Request object with functional value must also declare comparison.
  • Removed lodash dependency

v2.0.0-0

12 Jan 02:46
Compare
Choose a tag to compare
v2.0.0-0 Pre-release
Pre-release

New Feature:

Breaking Change:

  • If value previously was a function, it will be evaluated now if comparison is different. If you need to have the function itself, wrap value in another function.

v1.0.4

12 Dec 02:28
Compare
Choose a tag to compare
  • Support for Request.mode
  • Upgrade dependencies

v1.0.3

13 Nov 03:04
Compare
Choose a tag to compare
  • #184 Upgrade "warning" and "hoist-non-react-statics"
  • Add react 16.0 as peerDependency
  • #181: Fix refreshing using wrong props when the props change before a previous refresh has finished

v1.0.3-0

13 Oct 02:18
Compare
Choose a tag to compare
v1.0.3-0 Pre-release
Pre-release
  • #184 Upgrade "warning" and "hoist-non-react-statics"
  • Add react 16.0 as peerDependency

v1.0.2-0

03 Oct 01:00
Compare
Choose a tag to compare
v1.0.2-0 Pre-release
Pre-release

#181: Fix refreshing using wrong props when the props change before a previous refresh has finished