- Fix
WithPayload
matchers when using array types
- Fix
WithPayload
matchers when using primitive types
- Fix async failures
- Remove jest-chain (it was causing async issues)
- Migrate to supporting jest
- Fixed not modifier for async commit and dispatch
- Fixed partial payload with async actions
- Removed deps on ChaiAsPromised
- Do a deep inspection on payload
- Removed PromisedAssertion
- Reduced need for importing chai-as-promised
- Fixed issues with async actions passing with
UnhandledPromiseRejectionWarning
- Updated readme.
- Fix missing partial support after
commit
ordispatch
- Add partial support
- Fixed default import of index
- Fixed missing typing info
- Fixed main for CommonJS
- Initial release