Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.02 KB

CHANGELOG.md

File metadata and controls

45 lines (30 loc) · 1.02 KB

0.4.2 / April 8 2016

  • [fix] Support React 15.0.x
  • [fix] Fixes a bug in IE, because function.name is not available

0.4.1 / February 19 2016

  • [fix] Loosen up peer dependencies
  • [fix] Make the assertion messages lazy for shallow rendering

0.4.0 / February 8 2016

  • [feature] exactly matcher
  • [fix] Loosen cheerio dependency

0.3.0 / February 1 2016

  • [feature] Add support for components that return null
  • [feature] Throw if the passed objects are not an enzyme wrapper
  • [fix] Don't export to Babel's named default

0.2.2 / January 19 2016

  • [fix] Don't create el in constructor for shallow

0.2.1 / January 14 2016

  • [fix] Make the assertion messages lazy

0.2.0 / January 11 2016

  • [feature] Introduce aliases of empty/exist
  • [feature] tagName matcher

0.1.0 / January 6 2016

  • Initial implementation