helix-editor / nucleo

A fast and convenient fuzzy matcher library for rust
Mozilla Public License 2.0
899 stars 28 forks source link

Correctly handle normalization in pattern API #33

Closed pascalkuthe closed 11 months ago

pascalkuthe commented 11 months ago

The real fix for #26 is to ensure that we disable normalization of the pattern has a umlaut/normalizable character. This is now handled similar to case folding. This is a breaking change. I decided to cut a 0.3.0 release for this.

pascalkuthe commented 11 months ago

thanks @the-mikedavis and @gabydd for the review :)