This repository was archived by the owner on May 3, 2022. It is now read-only.
Releases: ambientlight/reductive-dev-tools
Releases · ambientlight/reductive-dev-tools
Revamp
Implementation revamp: instead of building on top of react-devtools-extension direct APIs, we mock redux-js store behind devtool-extension that is bridged with reductive store, this allows us to support all redux-devtools-extension available features.
Other changes:
- state is no longer serialized by default. (for bs-platform 7.0.0)
- ability to pass custom action / state serializers.
- action creator in enhancer options is now
Js.trather thenJs.Dict.t - action creator for redux-devtools-extension update now needs to be specified.