v0.15.2
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, regardlessdefault_value
is provided or not - refactor(view): improve type-hints so that its final return value has the correct
type, regardlessdefault_value
is provided or not - refactor(combine_reducers): use
make_immutable
instead ofmake_dataclass
- test(view): write tests for
store.view