Releases: vforteli/FuzzySearch.Net
Releases · vforteli/FuzzySearch.Net
v1.1.0
23 May 20:21
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Streaming IAsyncEnumerable methods
30 Aug 18:45
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
v0.2.2
28 Aug 20:36
Compare
Sorry, something went wrong.
No results found
Bug fixes and performance improvements
27 Aug 18:24
Compare
Sorry, something went wrong.
No results found
v0.2.0
23 Aug 11:55
Compare
Sorry, something went wrong.
No results found
Full Changelog : v0.1.0...v0.2.0
harmonize public methods
lots of internal cleanup
More tests
Fix some bugs with zero length strings