Releases: sile/patricia_tree
Releases · sile/patricia_tree
v0.9.0
What's Changed
- Fix lifetimes of prefix-query methods by @devnev in #43
- Fix
PatriciaTree::iter_prefix_mut()
bug by @sile in #44
New Contributors
Full Changelog: 0.8.0...0.9.0
v0.8.0
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
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
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.1
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
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
What's Changed
- Fix deserialization error when using
serde_json
by @sile in #26
Full Changelog: 0.5.6...0.5.7
v0.5.5
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