Skip to content

Releases: nol13/fuzzball.js

v2.1.2

26 Nov 18:20
Compare
Choose a tag to compare

Update esm types with abortController

v2.1.0

24 Nov 15:50
Compare
Choose a tag to compare

Add support for AbortController to cancel async searches

v2.0.4

21 Nov 00:56
d6d9d6c
Compare
Choose a tag to compare

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

Add type definitions for the lite versions

23 Aug 00:11
Compare
Choose a tag to compare

Added type definitions for the lite versions.

ESM

06 Jul 05:54
Compare
Choose a tag to compare
ESM

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.

Add token_similarity_sort_ratio and sortBySimilarity

02 Apr 01:09
Compare
Choose a tag to compare

Add token_similarity_sort_ratio functions and sortBySimilarity support to token_set_ratio.

1.3.1

31 Dec 01:30
Compare
Choose a tag to compare

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

1.3.0

24 Jul 22:52
Compare
Choose a tag to compare

Add asyncOffset option, minor README touch-ups.

1.2.2

26 May 12:56
Compare
Choose a tag to compare

Update regex to Unicode 12.1.

1.2.0

23 Dec 19:17
Compare
Choose a tag to compare

Add cancellation and async optimizations.