Skip to content

v0.6.0

Compare
Choose a tag to compare
@leontoeides leontoeides released this 18 Nov 18:25
· 20 commits to main since this release
  • 0.6.0: Fix for contextual fuzzy matching for Live interactive searches. In some cases Live search would return global results without properly observing the maximum_search_results setting. This has been fixed. This will improve performance and user experience.

  • 0.6.0: New, optional eddie feature which is turned on by default. When this feature is enabled, this library will utilize Ilia Schelokov's eddie crate for faster UTF-8 string distance and string similarity calculations.

  • 0.6.0: New, optional gxhash feature. ahash is still the default hasher. When this feature is enabled, this library will utilize
    Olivier Giniaux's bleeding edge gxhash crate for faster HashMap and HashSet hashing.

Full Changelog: v0.5.2...v0.6.0