imevro / redux-diff-logger

Diff logger between states for redux
http://fcomb.github.io/redux-diff-logger/
175 stars 15 forks source link

Immutable.js support #2

Open liorbrauer opened 8 years ago

liorbrauer commented 8 years ago

Hi,

I'd like to use this tool, but with a state object that is an Immutable.Map. Looking at the source, support could be added pretty easily by accepting a configuration boolean which implements a simple transformation of the getState function to getState().toJS().

Could this feature be added?

Thanks

elaijuh commented 8 years ago

Just PR to make it immutable supported

3

liorbrauer commented 8 years ago

@elaijuh :+1: Thanks for working on this!

(EDIT: removed my previous comment about version, my bad)

opichals commented 8 years ago

:+1:

alk-jerber commented 8 years ago

+1