klarna / electron-redux

Use redux in the main and browser processes in electron
MIT License
743 stars 94 forks source link

fix: remove default custom serialization and make it an opt-in option #272

Closed matmalkowski closed 3 years ago

matmalkowski commented 3 years ago

Removing custom serializer as a default, since its not alligned with redux recommendation about store & serialization You can still opt-in for some custom functions via options when creating the enhancers.

Renamed the main functions too.

fix #261

matmalkowski commented 3 years ago

:tada: This PR is included in version 2.0.0-alpha.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: