Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

Releases: aceakash/string-similarity

4.0.4

06 Jan 08:56
Compare
Choose a tag to compare
update readme

4.0.2

03 Aug 16:50
Compare
Choose a tag to compare

Update all dependencies to latest

4.0.1

05 Jan 00:06
Compare
Choose a tag to compare
  • Including UMD build

3.0.0

29 Nov 21:24
Compare
Choose a tag to compare
  • 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 for findBestMatch(..) to point to the best match in the supplied targetStrings array

2.0.0

02 Oct 15:04
16c348e
Compare
Choose a tag to compare
  • Removed production dependencies
  • Updated to ES6 (this breaks backward-compatibility for pre-ES6 apps)

1.2.2

12 Sep 09:46
Compare
Choose a tag to compare
bump up package version