Skip to content

v2.0.0

Compare
Choose a tag to compare
@kentcdodds kentcdodds released this 06 May 03:34

2.0.0 (2018-05-06)

Features

  • TextMatch: upgrade dom-testing-library (bba26fb)

BREAKING CHANGES

  • TextMatch: Strings are considered to be an exact match now. You can opt-into fuzzy matching, but it's recommended to use a regex instead.