v1.1.0
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
- Convert
null
payload creator to the identity (114115b) - @yangmillstheory
Documentation
combineActions
example in README (6679a29) - @yangmillstheory