Skip to content

v1.2.0

Compare
Choose a tag to compare
@dmitry-zaets dmitry-zaets released this 26 Jul 13:52
· 27 commits to master since this release

In this release we've extracted assertions implementation and pure javascript part to separate project (#17)

Breaking changes:

  • Usage of plain javascript assertions
    Was import assertions from 'redux-actions-assertions/assertions';
    Now import assertions from 'redux-actions-assertions';