[go: up one dir, main page]

Skip to content

Tags: sahilm/fuzzy

Tags

v0.1.1

Toggle v0.1.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
feat: fuzzy find without sorting

Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>

v0.1.0

Toggle v0.1.0's commit message
Matching is has become twice as slow

The slowness is because we now use an interface in
Find.

v0.0.5

Toggle v0.0.5's commit message
Add `\` as a separator.

Fixes #7

v0.0.3

Toggle v0.0.3's commit message
Mention that extensive docs available

v0.0.2

Toggle v0.0.2's commit message
Return all matches regardless of their score.

v0.0.1

Toggle v0.0.1's commit message
Add a mention about speed