Skip to content

Releases: kpol/trie

v3.0.1

17 Jul 00:36
6d5e49b

Choose a tag to compare

What's Changed

  • Performance improvements by @kpol in #28

Full Changelog: v3.0.0...v3.0.1

v3.0.0

10 Jul 02:04
6a15738

Choose a tag to compare

What's Changed

  • Introduced a new method: LongestPrefixMatch
  • Renamed StartsWith to EnumerateByPrefix
  • Renamed Matches to EnumerateMatches
  • Added support for ReadOnlySpan<char>

Full Changelog: v2.6.0...v3.0.0

v2.6.0

19 Jan 21:53
aa8dc3f

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.5.0...v2.6.0

v2.5.0

29 Apr 00:26
b93d57e

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.4.1...v2.5.0

v2.4.1: "Clear" fix (#20)

09 Apr 03:12
ae95837

Choose a tag to compare

Trie Node Children: List -> Array

30 Mar 00:42
775cb49

Choose a tag to compare

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>

v2.3.0

03 Mar 23:26
d1c21e7

Choose a tag to compare

What's Changed

  • Renamed GetByPrefix to StartsWith by @kpol in #14

Full Changelog: v2.2.0...v2.3.0

v2.2.0

03 Mar 22:07
19af48c

Choose a tag to compare

What's Changed

  • Added support for pattern matching by @kpol in #12
  • Bumped up version by @kpol in #13

Full Changelog: v2.1.0...v2.2.0

v2.1.0

02 Mar 20:53
4f9495c

Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.1.0

v1.3.0

23 Feb 07:51

Choose a tag to compare

Changed version