Skip to content

v0.15.2

Compare
Choose a tag to compare
@github-actions github-actions released this 06 May 21:33
· 57 commits to main since this release
v0.15.2
90d803d

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

Changes:

  • refactor(autorun): improve type-hints so that its final return value has the correct
    type, regardless default_value is provided or not
  • refactor(view): improve type-hints so that its final return value has the correct
    type, regardless default_value is provided or not
  • refactor(combine_reducers): use make_immutable instead of make_dataclass
  • test(view): write tests for store.view