Releases: heroku/react-refetch
Releases · heroku/react-refetch
v2.0.2
v2.0.2-0
2.0.2-0
v2.0.1
v2.0.0
New Feature:
Optimization:
Breaking Change:
- If
value
previously was afunction
, it will be evaluated now ifcomparison
is different. If you need to have the function itself, wrapvalue
in anotherfunction
. - New invariant: 'Request object with functional
value
must also declarecomparison
.
v2.0.0-3
- New invariant: 'Request object with functional
value
must also declarecomparison
. - Removed lodash dependency
v2.0.0-0
New Feature:
Breaking Change:
- If
value
previously was afunction
, it will be evaluated now ifcomparison
is different. If you need to have the function itself, wrapvalue
in anotherfunction
.
v1.0.4
- Support for Request.mode
- Upgrade dependencies