v0.20.0
PyPI package: https://pypi.org/project/python-redux/0.20.0
Changes:
- feat: add
memoization
option toautorun
, default isTrue
, compatible with old behavior, if set toFalse
, calling the function explicitly will always run it regardless of the selector's value - feat: add
with_selector
, as a decorator to run functions with the result of a selector.