Skip to content

Releases: jabro86/redux-testing-library

v2.0.2

27 May 22:24
Compare
Choose a tag to compare

2.0.2 (2019-05-27)

Bug Fixes

  • readme: simplify the example (efe7602)

v2.0.1

27 May 22:09
Compare
Choose a tag to compare

2.0.1 (2019-05-27)

Bug Fixes

  • readme: update readme file with how to use section (1451672)

v2.0.0

27 May 21:54
Compare
Choose a tag to compare

2.0.0 (2019-05-27)

Code Refactoring

  • refactor waitForStoreChange to use assertion callback (624089c)

BREAKING CHANGES

  • The method waitForStoreChange now uses an assertion callback as first parameter.
    The callback's argument is the current state. And you can perform any assertions with it.

v1.1.0

25 May 23:29
Compare
Choose a tag to compare

1.1.0 (2019-05-25)

Features

  • implements first version of render function (39cc57e)

v1.0.0

25 May 20:03
Compare
Choose a tag to compare

1.0.0 (2019-05-25)

Features