- Null safety pre-release (Breaking change)
- Pendantic linting
- Apply health suggestions to improve its score.
- Update to Dart 2.x
- Remove the quiver_iterable dependency and replace it with reduce and min from the built-in math library.
- Add
Jaccard
andCombinedJaccard
.
- Turn on strong mode
- Fix a bug:
JaroWinkler
mistakenly used / operator where ~/ is required.
- Add
JaroWinkler
andLongestCommonSubsequence
. - Add
NormalizedStringDistance
whosenormalizedDistance
method returns a similarity between 0.0 (exact same) and 1.0 (completely different).
- Initial version