fuzzy 0.2.2 fuzzy: ^0.2.2 copied to clipboard
Fuzzy search in Dart. Basically a code conversion, subset of Fuse.js.
CHANGELOG #
0.2.2 #
- Fix bug for search in a list with some string that has leading or trailing whitespace when tokenize option is true
0.2.1 #
- Fix bug for search empty list
0.2.0+8 #
- Testing GitHub actions
0.2.0 #
- Make it generic (to use a List
0.1.0 #
- First usable version, fixing stupid bugs from conversion, and with tests
0.0.2 #
- Code ported from Fuse.js
0.0.1 #
- Initial commit