Skip to content

Releases: saschagrunert/indextree

v4.7.2

13 Aug 09:57
4af2d7f
Compare
Choose a tag to compare

What's Changed

  • Use the correct crate versions in both indextree and indextree-macros crates by @blinxen in #115

Full Changelog: v4.7.1...v4.7.2

v4.7.1

12 Aug 07:01
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.7.0...v4.7.1

v4.7.0

30 Jul 15:13
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.6.1...v4.7.0

v4.6.1

03 Apr 11:35
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.6.0...v4.6.1

v4.6.0

09 Mar 07:31
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.5.0...v4.6.0

Version 4.5.0

16 Sep 06:58
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.4.0...4.5.0

Version 4.4.0

08 Mar 06:39
0967405
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.3.1...4.4.0

Version 4.3.1

07 Sep 14:31
81baec3
Compare
Choose a tag to compare
  • Added an API to remove subtree
  • Use preorder to traversal the tree

Version 4.3.0

03 Sep 21:08
39bacae
Compare
Choose a tag to compare
  • Move to non_exhaustive macro
  • Support re-use space in the tree

Version 4.2.0

22 Jun 09:03
6505c57
Compare
Choose a tag to compare
  • Add get_node_id function