Tags: m31coding/fuzzy-search
Tags
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.
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>