Skip to content

Releases: ukushu/Ifrit

v2.0.4

16 Jan 05:46
Compare
Choose a tag to compare
  • Added ability to choose sorting strategy for search in array of objects
  • Changed default sorting strategy to "minimum score". For FuseSwift it was "average score".

much better search results for objects now :) But if you need to use old-school system you always can switch back to "average score".

v2.0.3

04 Sep 00:33
Compare
Choose a tag to compare
  • score -> diffScore - more intuitive prop name
  • updated documentation

v2.0.2

04 Sep 00:41
Compare
Choose a tag to compare
  • Documentation improvements
  • Ability to set QoS for fuse search
  • Improved sync search speed a little bit
  • Fixed crash caused of binary operation arithmetic overflow

v2.0.1

04 Sep 00:42
Compare
Choose a tag to compare
  • Documentation improvements
  • Removed garbage from the repo
  • Minor improvements

v2.0.0

04 Sep 00:43
Compare
Choose a tag to compare
  • Fuseable -> Searchable
  • Ability to search by exact property instead of standart "Fuseable's'" "properties" property. This will give you ability to implement different search logic for single type of objects. Use case sample: if user search in ukrainian language - it searches title in ukrainian language titles. In case of english - in englishe titles.
  • Fixed doctumentation for Fuse from mistakes. Now documentation's code is covered by tests to be sure documentation samples is actual.
  • Minor syntax improvements

v1.0.1

04 Sep 00:44
3e2ca64
Compare
Choose a tag to compare
Update README.md