Skip to content

v0.6.0 - Simplification for string indices & convenient updating

Compare
Choose a tag to compare
@akade akade released this 27 Oct 15:57
· 104 commits to main since this release
3a9c6e9

What's Changed

  • ReadOnlyMemory<char> switched to String/ReadOnlySpan<char>. Note that this is a breaking change, read more in #11
  • Convenient methods to update elements within the set including thread-safe variant for the concurrent set. Read more here.
  • Clear()

Full Changelog: v0.5.0...v0.6.0