imevro / redux-diff-logger

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

show action type/name in diff #5

Closed sheltonial closed 8 years ago

sheltonial commented 8 years ago

This module is fantastic, though it would be really handy to display the action type/name to give the state diff some context as to what action the user performed.

Eg. say I was firing this action:

{
   type: 'FOO',
}

The log could show something like FOO diff @ [time]

Looking at your source code it should be pretty easy to implement :)

imevro commented 8 years ago

I'll merge redux-diff-logger to redux-logger on this month, because it already have a wide list of features, so diff will be one of them. And yes, it has type in title!

Stay tuned and watch redux-logger :)