hiddentao / fast-levenshtein

Efficient Javascript implementation of Levenshtein algorithm with locale-specific collator support.
MIT License
596 stars 56 forks source link

Introduce Changelog #32

Open medikoo opened 4 years ago

medikoo commented 4 years ago

What are the breaking changes introduced in v2 or v3?

Currently it's very difficult to learn. There's no changelog and tags are misleading.

v1.1.4 appears as identical to v2.0.0 -> https://github.com/hiddentao/fast-levenshtein/compare/1.1.4...2.0.0

v3.0.0 is not tagged at all