Releases: jabro86/redux-testing-library
Releases · jabro86/redux-testing-library
v2.0.2
2.0.2 (2019-05-27)
Bug Fixes
- readme: simplify the example (efe7602)
v2.0.1
2.0.1 (2019-05-27)
Bug Fixes
- readme: update readme file with how to use section (1451672)
v2.0.0
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
1.1.0 (2019-05-25)
Features
- implements first version of render function (39cc57e)
v1.0.0
1.0.0 (2019-05-25)
Features