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