All notable changes to this project will be documented in this file.
- parent caller's name added to references of impure components
- moved react-addons-shallow-compare from devDependencies to dependencies
- document exclude option
- add exclude option that supports string match or regexs, to allow suppression of particular components
- add calling component name to reuseChecker so the actual guilty party for the rerender is named, not just the rerendering component
- add support for React 15.x listeners which notifies the user about:
- components that are impure and don't implement shouldComponentUpdate
- components that update even when their properties are referentially equal
- components that render the same HTML even though props/state change