Skip to content

Tags: m31coding/fuzzy-search

Tags

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Feat/improved ranking (#11) ## v2.0.0 Major update with improved search capabilities and updated configuration. ### Added - Substring search - Prefix search ### Changed - **BREAKING**: Adjusted indexing and query configuration. See also /src/default-config.ts for the new structure. Related to #2 and #6.

v1.0.2

Toggle v1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: package exports and type definitions (#8) * Fix package exports and type definitions * Migrate to `NodeNext` module resolution * Check package exports during CI * Fix unit tests by bumping `ts-jest` * fix: remove fix-tsc-es-imports dependency and pre launch task * Use native Node.js instead of `cp` * chore: update dev dependencies * chore(package): bump version to 1.0.2 --------- Co-authored-by: Kevin Schaal <kevin.schaal@m31coding.com>

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(demo), docs: Update readme, minor demo fix, and version bump to 1… ….0.1 (#5) * fix(demo): fill matches table for more than 10 matches * docs: fix topN docstring * docs: add description of the query parameters * chore(package): bump version to 1.0.1

v1.0.0

Toggle v1.0.0's commit message
initial commit