Skip to content

Releases: Kilix/redux-select-entities

Dump dependencies to fix vulnerabilities

02 Jan 10:49
320be91
Compare
Choose a tag to compare
Merge pull request #19 from Kilix/dependabot/npm_and_yarn/is-my-json-…

…valid-2.20.0

Bump is-my-json-valid from 2.15.0 to 2.20.0

v3.1.0

18 Aug 09:52
Compare
Choose a tag to compare

Minor Changes

  • Allow a function to 'normalizeIf' test for action to normalize: 6405103

3.0.0

11 Aug 15:28
Compare
Choose a tag to compare

There are no breaking change code-wise, but if you're using flow, you might have some errors.

Major

Minor

2.0.0

03 Apr 19:16
Compare
Choose a tag to compare

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!