mirror of
https://github.com/solaeus/nucleo.git
synced 2024-11-12 18:17:11 +00:00
b41c989daf
* fix short circuiting logic in the `exact` module * add tests for single char needles * add bugfix to the CHANGELOG
498 B
498 B
Changelog
Unreleased
Bugfixes
- 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
0.2.1 - 2023-09-02
Bugfixes
- ensure matcher runs on first call to
tick
0.2.0 - 2023-09-01
initial public release