Skip to content

v0.15.1

Compare
Choose a tag to compare
@github-actions github-actions released this 04 May 21:02
· 19 commits to main since this release
v0.15.1
4499656

PyPI package: https://pypi.org/project/python-redux/0.15.1

Changes:

  • feat(core): add view method to Store to allow computing a derived value from
    the state only when it is accessed and caching the result until the relevant parts
    of the state change
  • feat(test): add performance tests to check it doesn't timeout in edge cases