Skip to content

v1.1.0

Compare
Choose a tag to compare
@yangmillstheory yangmillstheory released this 23 Nov 18:25
· 116 commits to master since this release

We found that lots of library users were specifying null payload creators in createActions and createAction. Rather than force them into a strict paradigm of passing just undefined, we decided to continue allowing this behavior. See #170, #169.

Also, this adds an example of how to use combineActions with createActions in the README, in response to #163.

Fixes

Documentation