Skip to content

v3.0.0

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

3.0.0 (2018-05-06)

Features

  • TextMatch: upgrade dom-testing-library (898477d), closes #76

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.