Releases: Kilix/redux-select-entities
Releases · Kilix/redux-select-entities
Dump dependencies to fix vulnerabilities
3.2.0 Merge pull request #19 from Kilix/dependabot/npm_and_yarn/is-my-json-…
v3.1.0
3.0.0
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!