Skip to content

Releases: vforteli/FuzzySearch.Net

v1.1.0

23 May 20:21
Compare
Choose a tag to compare

What's Changed

  • option for doing case insensitive search without having to upper/lowercase inputs, saves some copying
  • get rid of some useless allocations

Full Changelog: v1.0.0...v1.1.0

v1.0.0

19 Apr 18:06
Compare
Choose a tag to compare

What's Changed

  • Some memory optimizations, less allocations
  • Add dotnet 8 target
  • Indicate package is AOT compatible

Full Changelog: v0.4.0...v1.0.0

v0.4.0

24 Feb 21:44
Compare
Choose a tag to compare
  • Reduce allocations and garbage collector pressure in various places
  • Mark some internal methods as internal

What's Changed

Full Changelog: v0.3.3...v0.4.0

V0.3.3

11 Nov 11:12
d88cac4
Compare
Choose a tag to compare

Small quick win performance improvement

What's Changed

Full Changelog: v0.3.2...v0.3.3

No functional changes, fix readme on nuget

30 Aug 20:09
5e6de8f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.3.2

Streaming IAsyncEnumerable methods

30 Aug 18:45
e20c5f6
Compare
Choose a tag to compare

Added methods for passing streams instead of text and read the results as IAsyncEnumerable

What's Changed

Full Changelog: v0.0.5...v0.3.0

Independent max distances for operations

29 Aug 18:12
90d74d8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.2...v0.2.3

v0.2.2

28 Aug 20:36
393172d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.2.2

Bug fixes and performance improvements

27 Aug 18:24
4d666f7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

23 Aug 11:55
d44d006
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Full Changelog: v0.1.0...v0.2.0

  • harmonize public methods
  • lots of internal cleanup
  • More tests
  • Fix some bugs with zero length strings