PyPI package: https://pypi.org/project/python-redux/0.24.0
Changes:
- chore: add badges in
README.md
and classifiers inpyproject.toml
- refactor: move the common code for manipulating the signature of the wrapped functions in
WithStore
andAutorun
to a utility function - feat: support
with_state
to be applied to methods of classes, not just functions - feat: support
view
to be applied to methods of classes, not just functions, it works forautorun
too, but only when it is being called directly like a view - refactor: rename
_id
field of combine reducer state tocombine_reducers_id
- feat: allow customizing the async task creator of the
Autorun
instance by overriding its_create_task
method