Skip to content

v1.0.0: Growing up

Compare
Choose a tag to compare
@akade akade released this 11 Jul 19:41
· 72 commits to main since this release
f5d7646

Growing up - It's v1

This release contains various improvements nad some bug fixes. The highlights:

  • More TryGetSingle-Methods that might make your life easier (In strange cases, this could be a breaking changes, read more in the PR) #17
  • [Fix] Fixes fuzzy searches if the first character was an edit #46
  • [Fix] Fixes #41: Add & AddRange cleanup partial adds after an exception #51
  • Source generated ConcurrentIndexedSet: Allowing to more easily add additional methods by slashing some of the involved boilerplate #17
  • Dependabot: Let the machines work for us 🤖
  • Shared test methods for all index types and unifying behavior of different index types. In case that you have been listening to certain exceptions, this could be a breaking change. This will lower the fear of breaking things when introducing new index types, variants of existing types or improving performance 🚀 #50

New Contributors

Full Changelog: v0.8.0...v1.0.0