This repository has been archived by the owner on May 1, 2023. It is now read-only.
Releases: aceakash/string-similarity
Releases · aceakash/string-similarity
4.0.4
4.0.2
4.0.1
3.0.0
- Performance improvement for
compareTwoStrings(..)
: now O(n) instead of O(n^2) - The algorithm has been tweaked slightly to disregard spaces and word boundaries. This will change the rating values slightly but not enough to make a significant difference
- Adding a
bestMatchIndex
to the results forfindBestMatch(..)
to point to the best match in the suppliedtargetStrings
array