Skip to content

v2.0.0

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

2.0.0 (2018-05-06)

Features

  • TextMatch: make fuzzy matching opt-in instead of default (#31) (cde0cdf)

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.