Skip to content

Latest commit

 

History

History
81 lines (49 loc) · 1.76 KB

CHANGELOG.md

File metadata and controls

81 lines (49 loc) · 1.76 KB

Change Log

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

Fixes

  • Pass f.alternate() down to the nodes

0.4.0 - 2022-04-07

Compatibility

  • Removed functions in place of direct member access

Features

  • Directly expose root and leaves

0.3.0 - 2022-04-07

Compatibility

  • MSRV bumped to 1.54.0
  • Tree::new removed
  • Tree::root renamed to Tree::new

Features

  • Accessors for roots and leaves
  • Shortcuts for building up a Tree

0.2.4 - 2022-01-07

Fixes

  • Adjusted to a cleaner looking continuous middle skip

0.2.3 - 2021-10-26

Features

  • Provide customization of tree glyphs

0.2.2 - 2021-10-22

Fixes

  • Do not overflow the stack

0.2.1 - 2021-10-07

Features

  • Add leaves via Extend::extend
  • Opt-in multi-line item support

0.2.0 - 2021-10-07

Forked from treeline

0.1.0

  • initial release