nucleo/CHANGELOG.md
Riccardo Mazzarini b41c989daf
fix short circuiting logic when doing exact matches (#32)
* fix short circuiting logic in the `exact` module

* add tests for single char needles

* add bugfix to the CHANGELOG
2023-12-17 17:27:10 +01:00

24 lines
498 B
Markdown

# 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*
[0.2.1]: https://github.com/helix-editor/nucleo/releases/tag/nucleo-v0.2.1
[0.2.0]: https://github.com/helix-editor/nucleo/releases/tag/nucleo-v0.2.0