Releases: helix-editor/nucleo
Releases · helix-editor/nucleo
Nucleo 0.4.0
Added
active_injectors()
to retrieve the number of injectors that can potentially add new items to the matcher in the future.
Bugfixes
- fix Unicode substring matcher expecting an exact match (rejecting trailing characters)
- fix crashes and false positives in unicode substring matcher
Full Changelog: nucleo-v0.3.0...nucleo-v0.4.0
Nucleo 0.3.0
Breaking Changes
- Pattern API method now requires a Unicode
Normalization
strategy in addition to aCaseMatching
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
nulceo v0.2.1
Bugfixes
- Ensure matcher runs on the first call to
tick
.
nucleo-v0.2.0
This is the initial public release of nucleo. It's now considered ready for general use!