2.0.0
Breaking Change
entityReducer
's merger function now by default merge the two objects. If you want to keep the initial behavior, you can pass as a merger the previous default:stateEntity, payloadEntity) => payloadEntity,
. #12
We also documented the API. And thanks to @alefevre19 for her first contribution!