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';