string-metric
Version:
Get string similarity in JavaScript or TypeScript
52 lines (28 loc) • 732 B
Markdown
# 2022-04-28 (0.3.3)
**Bugfix**
- fix export of index.ts
# 2021-01-19 (0.3.1)
**Bugfix**
- fix N-Gram exception throw
# 2021-01-18 (0.3.0)
**Feature**
- add `Optimal-String-Alignment` algorithm
- add `Longest-Common-Subsequence` algorithm
- add `Metric-Longest-Common-Subsequence` algorithm
- add `N-Gram` algorithm
# 2021-01-04 (0.2.2)
**Feature**
- add damerau-levenstein distance algorithm
# 2021-01-04 (0.2.1)
**Feature**
- add normalized-levenstein distance algorithm
- add weighted-levenstein distance algorithm
# 2021-01-04 (0.2.0)
**Feature**
- add levenstein distance algorithm
# 2021-01-04 (0.1.0)
**Feature**
- add github repo url
# 2021-01-04 (0.0.1)
**Feature**
- publish jaro-winkler similarity