v0.15.5
PyPI package: https://pypi.org/project/python-redux/0.15.5
Changes:
- feat(test-snapshot): while still taking snapshots of the whole state of the
store, one can narrow this down by providing a selector to thesnapshot
method
(used to be a property) - feat(test-snapshot): new
monitor
method to let a test automatically take snapshots
of the store whenever it is changed. Takes an optional selector to narrow down
the snapshot.