Skip to content

v0.15.5

Compare
Choose a tag to compare
@github-actions github-actions released this 21 May 22:30
· 54 commits to main since this release
v0.15.5
b7e020f

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 the snapshot 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.