Skip to content

Nucleo 0.3.0

Compare
Choose a tag to compare
@pascalkuthe pascalkuthe released this 22 Dec 18:45
· 32 commits to master since this release
2a0fe11

Breaking Changes

  • Pattern API method now requires a Unicode Normalization strategy in addition to a CaseMatching strategy.

Bugfixes

  • avoid incorrect matches when searching for ASCII needles in a Unicode haystack
  • correctly handle Unicode normalization when there are normalizable characters in the pattern, for example characters with umlauts
  • when the needle is composed of a single char, return the score and index
    of the best position instead of always returning the first matched character
    in the haystack