Skip to content

Releases: sile/patricia_tree

v0.8.0

10 Dec 04:14
Compare
Choose a tag to compare

What's Changed

  • Add {PatriciaMap,PatriciaSet}::longest_common_prefix_len() methods by @sile in #39

Full Changelog: 0.7.0...0.8.0

v0.7.0

02 Dec 02:21
Compare
Choose a tag to compare

What's Changed

  • Fix a bug that the getter methods of StringPatricia{Map,Set} don't work correctly by @sile in #36
  • Update bitflags to v2 by @sile in #37

Full Changelog: 0.6.3...0.7.0

v0.6.3

25 Oct 23:51
Compare
Choose a tag to compare

What's Changed

  • feat!: use Formatter::debug_{map,set} instead of hand-written outer Debug structure by @ErichDonGubler in #34

New Contributors

Full Changelog: 0.6.2...0.6.3

v0.6.2

24 Jul 14:09
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.6.1...0.6.2

v0.6.1

12 Jun 12:14
Compare
Choose a tag to compare

What's Changed

  • Add PatriciaMap::get_longest_common_prefix_mut method by @Jakobeha in #31
  • Fix to avoid cast_ref_to_mut compiler error in 1.72.0-nightly by @sile in #32

New Contributors

Full Changelog: 0.6.0...0.6.1

v0.6.0

28 May 12:13
Compare
Choose a tag to compare

What's Changed

  • Remove "binary-format" feature in favor of "serde" feature by @sile in #28
  • Make node module private by @sile in #29
  • Remove Patricia{Map,Set}::insert_str() and add StringPatricia{Map,Set} instead by @sile in #30

Full Changelog: 0.5.7...0.6.0

v0.5.7

13 Apr 09:29
Compare
Choose a tag to compare

What's Changed

  • Fix deserialization error when using serde_json by @sile in #26

Full Changelog: 0.5.6...0.5.7

v0.5.6

12 Apr 08:46
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.5.5...0.5.6

v0.5.5

23 Jan 23:31
Compare
Choose a tag to compare

No actual diffs since 0.5.2.
Versions between 0.5.1 and 0.5.4 were failed to publish on crates.io due to the incident.
0.5.5 is the latest available version on crates.io.

Full Changelog: 0.5.2...0.5.5

v0.5.2

23 Jan 10:33
Compare
Choose a tag to compare

What's Changed

  • Make split trees have empty root nodes by @sile in #23

Full Changelog: 0.5.1...0.5.2