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
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
root
andleaves
0.3.0 - 2022-04-07
- MSRV bumped to 1.54.0
Tree::new
removedTree::root
renamed 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