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

Commit 4e748c8

Browse files
committed
readme
1 parent 814bd82 commit 4e748c8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Finds degree of similarity between two strings, based on [Dice's Coefficient](ht
1818
* [Release Notes](#release-notes)
1919
* [2.0.0](#200)
2020
* [3.0.0](#300)
21+
* [3.0.1](#301)
2122

2223

2324
## Usage
@@ -119,6 +120,9 @@ stringSimilarity.findBestMatch('Olive-green table for sale, in extremely good co
119120
* 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
120121
* Adding a `bestMatchIndex` to the results for `findBestMatch(..)` to point to the best match in the supplied `targetStrings` array
121122

123+
### 3.0.1
124+
* Refactoring: removed unused functions; used `substring` instead of `substr`
125+
* Updated dependencies
122126

123127
![Build status](https://codeship.com/projects/2aa453d0-0959-0134-8a76-4abcb29fe9b4/status?branch=master)
124128
[![Known Vulnerabilities](https://snyk.io/test/github/aceakash/string-similarity/badge.svg)](https://snyk.io/test/github/aceakash/string-similarity)

0 commit comments

Comments
 (0)