Skip to content

Releases: lucmerceron/redux-async-fetcher

v2.0.0

05 Jul 09:26
Compare
Choose a tag to compare

2.0.0 (2019-07-05)

Code Refactoring

  • context: Switch to ReactReduxContext for newer react-redux versions (fd31ef1)

Documentation

  • Repository: Project moved (aa5d567)

BREAKING CHANGES

  • Repository: PROJECT HAS MOVED
  • context: Requires react-redux >= v6.0.0

v1.1.0

16 Feb 10:57
Compare
Choose a tag to compare

<a name"1.1.0">

1.1.0 (2018-02-16)

Features

  • propsChangeToWatch: Ability to watch for props change to retrigger the getAsyncState function (92d47402)

v1.0.0

23 Jul 20:54
Compare
Choose a tag to compare

<a name"1.0.0">

1.0.0 (2017-07-23)

Bug Fixes

  • lifecycle: The logic should be called on didMount hook, it was on willMount (1e0cd9b6)