All Versions
8
Latest Version
Avg Release Cycle
27 days
Latest Release
1506 days ago
Changelog History
Changelog History
-
v0.5.0 Changes
August 03, 2020➕ Added
- Added Add
empty?
andany?
to PreparedHaystack.
- Added Add
-
v0.4.0 Changes
May 17, 2020➕ Added
- Added match.index, to return the index of the match on haystack.
-
v0.3.0 Changes
April 10, 2020🛠 Fixed
- 🛠 Fix build with Crystal 0.34.0.
-
v0.2.2 Changes
March 03, 2020🛠 Fixed
- 🛠 Fix match positions calculation for long strings.
-
v0.2.1 Changes
February 13, 2020🛠 Fixed
- 🛠 Fix Fzy.search not returning sorted results.
-
v0.2.0 Changes
February 12, 2020➕ Added
- Speed improved speed by ~50%.
💥 Breaking change
- ✂ Removed some primitives from API, API now is just:
- Fzy.search
- Match class
- PreparedHaystack class
-
v0.1.1 Changes
January 24, 2020➕ Added
- 👌 Improved speed by 5% by sharing computation between search and postion methods.
-
v0.1.0 Changes
January 24, 2020➕ Added
- 🎉 Initial Release