Skip to content

Releases: pchiwan/fuzzyhighlight

v4.0.0

30 Apr 16:44
Compare
Choose a tag to compare

v4.0.0

BREAKING CHANGES

  • isFuzzyMatch, fuzzyHighlight, and fuzzySearch now accept a third options parameter
  • fuzzy search is now case insensitive by default; use { caseSensitive: true } in the options for the previous behaviour
  • the tag for fuzzyHighlight can now be provided through the tag property in the options