All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Unreleased - ReleaseDate
1.0.0 - 2026-02-11
0.5.1 - 2024-07-25
0.5.0 - 2024-07-09
- MSRV bumped to 1.74.0
- Inherit glyphs from the parent node
- Inherit glyphs from the parent node
- Track glyphs correctly for "skip" lines
0.4.1 - 2023-03-14
- Pass
f.alternate()down to the nodes
0.4.0 - 2022-04-07
- Removed functions in place of direct member access
- Directly expose
rootandleaves
0.3.0 - 2022-04-07
- MSRV bumped to 1.54.0
Tree::newremovedTree::rootrenamed toTree::new
- Accessors for roots and leaves
- Shortcuts for building up a
Tree
0.2.4 - 2022-01-07
- Adjusted to a cleaner looking continuous middle skip
0.2.3 - 2021-10-26
- Provide customization of tree glyphs
0.2.2 - 2021-10-22
- Do not overflow the stack
0.2.1 - 2021-10-07
- Add leaves via
Extend::extend - Opt-in multi-line item support
0.2.0 - 2021-10-07
Forked from treeline
- initial release