Skip to content

7.1.0

Compare
Choose a tag to compare
@davidmarne davidmarne released this 01 Nov 06:19
· 217 commits to master since this release
5719469

Added reducer builders for all collection types in built_collection. This means you can now write reducers that rebuild just a collection. Examples:
https://github.com/davidmarne/built_redux/blob/master/test/unit/collection_models.dart

The action generator now supports inheritance, meaning one can now have action classes extend one another.
AbstractReducerBuilder was added as means of merging a reducer builder defined to rebuild the abstract pieces of state. Examples:
https://github.com/davidmarne/built_redux/blob/7.1.0/test/unit/inheritance_test_models.dart for examples