7.1.0
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