Skip to content

v0.24.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 22 May 03:09
· 1 commit to main since this release
v0.24.0
9676fd3

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

Changes:

  • chore: add badges in README.md and classifiers in pyproject.toml
  • refactor: move the common code for manipulating the signature of the wrapped functions in WithStore and Autorun 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 for autorun too, but only when it is being called directly like a view
  • refactor: rename _id field of combine reducer state to combine_reducers_id
  • feat: allow customizing the async task creator of the Autorun instance by overriding its _create_task method