Fuzzball.js Versions Save

Easy to use and powerful fuzzy string matching, port of fuzzywuzzy.

v2.1.2

2 years ago

Update esm types with abortController

v2.1.0

2 years ago

Add support for AbortController to cancel async searches

v2.0.4

2 years ago

Update exports to fix issue with svelte, update fuzzywuzzy to TheFuzz after rename.

v2.0.2

2 years ago

Added type definitions for the lite versions.

v2.0.0

2 years ago

Add esm bundle and use conditional exports in package.json.

Switched from browserify to rollup so no longer outputting the legacy bundles only umd and esm.

v1.4.0

3 years ago

Add token_similarity_sort_ratio functions and sortBySimilarity support to token_set_ratio.

v1.3.1

3 years ago

Add in some brackets to work around an issue with the Rollup bundler.

v1.3.0

4 years ago

Add asyncOffset option, minor README touch-ups.

v1.2.2

4 years ago

Update regex to Unicode 12.1.

v1.2.0

5 years ago

Add cancellation and async optimizations.