Skip to content

Releases: redux-things/redux-actions-assertions

v1.3.0

18 Jan 12:18
Compare
Choose a tag to compare

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

v1.2.1

12 Sep 17:36
Compare
Choose a tag to compare
  • Fix bug related to assertions export #25

v1.2.0

26 Jul 13:52
Compare
Choose a tag to compare

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

05 Jun 09:11
Compare
Choose a tag to compare
  • Added "not" statements #8

v1.0.8

18 May 14:38
Compare
Choose a tag to compare
  • Fix: Assert duplicate actions. See addes tests
  • Improve error output.

v1.0.6

24 Apr 08:43
Compare
Choose a tag to compare
  • Update Libraries.
  • Remove usage of deprecated withArgs of mjackson/expect.