- The functions `best_hamming()` and `best_levenshtein()` erroneously matched on prefixes, this was fixed. - No match and a match of an empty word returned the same value (`''`), now no match returns `None`.
1.0.0
See the [documentation](https://dict-trie.readthedocs.io/en/latest/index.html) for more information.