Skip to content

Releases: kuzn-ilya/react-async-call

v0.5.1

14 Oct 10:25
Compare
Choose a tag to compare

0.5.1 (2018-10-14)

Bug Fixes

  • AsyncCall: get rid of warnings under React.StrictMode (d2d318a)
  • AsyncCall.ResultStore: get rid of warnings under React.StrictMode (6292d47)
  • reduce bundle size (ef071df)

v0.5.0

11 Oct 17:07
Compare
Choose a tag to compare

0.5.0 (2018-10-11)

Features

  • AsyncCall: AsyncCall and all its sub-components use new context API now (8f5dace), closes #20
  • AsyncCall.ResultStore: ResultStore and its sub-components HasResult and Resetter use new context API now (96144bf)

v0.4.0

10 Oct 17:53
Compare
Choose a tag to compare

0.4.0 (2018-10-10)

Features

  • split build into production and development (d3e20b2), closes #26

v0.3.1

09 Oct 15:14
Compare
Choose a tag to compare

0.3.1 (2018-10-09)

Bug Fixes

  • AsyncCall.ResultStore: drill down root context of AsyncCall component properly (8cd56b8), closes #24
  • AsyncCall.ResultStore.Resetter: add default value for reset method (execute = true) [skip release] (f6f9096)

Features

  • AsyncCall.ResultStore.Resetter: new static component AsyncCall.ResultStore.Resetter for store cleaning (78126a9)
  • AsyncCall.ResultStore.Resetter: add Resetter to index.d.ts [skip release] (cd8cae3)

v0.2.7

06 Oct 17:07
Compare
Choose a tag to compare

0.2.7 (2018-10-06)

Bug Fixes

  • move codecov from dependencies into devDependencies (b594fc3)

v0.2.6

04 Oct 13:06
Compare
Choose a tag to compare

0.2.6 (2018-10-04)

Bug Fixes

  • rollup: remove fbjs from external dependencies (09d607f)

v0.2.5

04 Oct 09:18
Compare
Choose a tag to compare

0.2.5 (2018-10-04)

Bug Fixes

  • add fbjs@0.8.0 as dependency instead of peer dependency (83538f2), closes #19