Releases: kpol/trie
Releases · kpol/trie
v2.6.0
What's Changed
- fix: added support for strings containing
\0
by @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 <[email protected]>