v2.13.0
New / changed
- Ignore
__mocks__
directories by default (#135) (@aitherios) - Recognized functions that call
React.cloneElement
as stateless components (#138) (@khankuan)
Fixes
- Infinite loop issue with MemberExpressions inside stateless components ( #136, #139, #143 ) (@tchon, @danez)
- Crash when a SpreadProperty is used in shape propTypes (#145) (@Arktes)
Internal changes
- Switched from nomnom to commander.js (#142) (@withinboredom)