ascii_art_tree 1.0.6 ascii_art_tree: ^1.0.6 copied to clipboard
A minimalistic ASCII Art Tree generator with multiple styles.
1.0.6 #
-ASCIIArtTree
:
-
Using
Graph
as internal representation. -
generate
:- added parameter
hideReferences
andexpandSideBranches
. - Using
GraphWalker
.
- added parameter
-
graph_explorer: ^1.0.1
1.0.5 #
-
ASCIIArtTree
:- Added field
pathDelimiter
. - Added
allowGraphs
: support for graphs in the "tree". - Added
totalRoots
,roots
,totalLeaves
andleaves
. - Fix
totalNodes
for graphs. _buildTree
: remove recursion to avoid stack overflow and allow big trees.toJson
: remove recursion and handles graphs.
- Added field
-
collection: ^1.17.0
1.0.4 #
ASCIIArtTree
:- Added
pathInfoProvider
, to allow extra info for each tree entry. generate
: add parametersindent
andtrim
.
- Added
1.0.3 #
- Expose CLI.
ASCIIArtTree
:- Not final fields:
stripPrefix
,stripSuffix
andstyle
.
- Not final fields:
1.0.2 #
- Fix example file name.
- Improved documentation.
1.0.1 #
ASCIIArtTree
:- Added
totalLeafs
andtotalNodes
.
- Added
1.0.0 #
- Initial version.