Skip to content

Releases: redux-things/redux-actions-assertions

v1.3.0

Choose a tag to compare

@dmitry-zaets dmitry-zaets released this 18 Jan 12:18

In this release we've added support for the new libraries.

v1.2.1

Choose a tag to compare

@dmitry-zaets dmitry-zaets released this 12 Sep 17:36
  • Fix bug related to assertions export #25

v1.2.0

Choose a tag to compare

@dmitry-zaets dmitry-zaets released this 26 Jul 13:52

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

v1.1.0

Choose a tag to compare

@dmitry-zaets dmitry-zaets released this 05 Jun 09:11
  • Added "not" statements #8

v1.0.8

Choose a tag to compare

@dmitry-zaets dmitry-zaets released this 18 May 14:38
  • Fix: Assert duplicate actions. See addes tests
  • Improve error output.

v1.0.6

Choose a tag to compare

@dmitry-zaets dmitry-zaets released this 24 Apr 08:43
  • Update Libraries.
  • Remove usage of deprecated withArgs of mjackson/expect.