Skip to content

2.0.0

Compare
Choose a tag to compare
@AugustinLF AugustinLF released this 03 Apr 19:16
· 25 commits to master since this release

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!