redux-logger icon indicating copy to clipboard operation
redux-logger copied to clipboard

Logger for Redux

Results 19 redux-logger issues
Sort by recently updated
recently updated
newest added

### Summary The `console.error` messages are effectively constants that make reading the logic in `index.js` slightly more tedious. By moving these message strings to their own module, this slightly cleans...

1. Update dependencies to the latest version. 2. Upgrade babel 3. Upgrade eslint 4. Upgrade Rollup 5. Cleanup rollup config. 6. Introduce Terser instead of Uglify 7. Shrinkwrap to freeze...

I fixed the typo "informatiom" -> "information", because it bothered me too much.

refs: https://webpack.js.org/guides/tree-shaking/

## Description This PR add flag `__DEV__` check when you want to enable only in development.

Please check this documents. Thank you. https://immutable-js.github.io/immutable-js/docs/#/isImmutable

https://github.com/evgenyrodionov/redux-logger/issues/193

There was an issue with: https://github.com/evgenyrodionov/redux-logger/pull/205 In the PR feedback it was recommended to make a `withTrace` option for the config, but instead it was used to check the logger...

Fix #264 : Right now, there's no way to style console output with css when using custom `titleFormatter`. This PR adds ability to return `Array` from `titleFormatter` that will be...

This is a rehash of #203 but with different logic - 203 won't work any more due to some assumptions that the log methods were only called with max 2...