Releases: redux-things/redux-actions-assertions
Releases · redux-things/redux-actions-assertions
v1.3.0
v1.2.1
v1.2.0
In this release we've extracted assertions implementation and pure javascript part to separate project (#17)
Breaking changes:
- Usage of plain javascript assertions
Wasimport assertions from 'redux-actions-assertions/assertions';
Nowimport assertions from 'redux-actions-assertions';
v1.1.0
v1.0.8
- Fix: Assert duplicate actions. See addes tests
- Improve error output.
v1.0.6
- Update Libraries.
- Remove usage of deprecated
withArgs
of mjackson/expect.