Releases: kpol/trie
Releases · kpol/trie
v3.0.1
v3.0.0
What's Changed
- Introduced a new method:
LongestPrefixMatch - Renamed
StartsWithtoEnumerateByPrefix - Renamed
MatchestoEnumerateMatches - Added support for
ReadOnlySpan<char>
Full Changelog: v2.6.0...v3.0.0
v2.6.0
What's Changed
- fix: added support for strings containing
\0by @OliverVea in #23 - Pipeline fix by @kpol in #24
- chore: version-bump by @kpol in #25
New Contributors
- @OliverVea made their first contribution in #23
Full Changelog: v2.5.0...v2.6.0
v2.5.0
v2.4.1: "Clear" fix (#20)
Bug fix
Trie Node Children: List -> Array
TrieNode Children from to List to Array (#18) * feat: Chnaged Node children from list to array * chore: Updated readme --------- Co-authored-by: Kirill Polishchuk <kirill.polishchuk@iag.co.nz>