Skip to content

v1.0.5

Choose a tag to compare

@gmpassos gmpassos released this 11 Sep 04:12
· 3 commits to master since this release
eb8e9fd
Merge v1.0.5 (allow graphs)



 - `ASCIIArtTree`:
   - Added field `pathDelimiter`.
   - Added `allowGraphs`: support for graphs in the "tree".
   - Added `totalRoots`, `roots`, `totalLeaves` and `leaves`.
   - Fix `totalNodes` for graphs.
   - `_buildTree`: remove recursion to avoid stack overflow and allow big trees.
   - `toJson`: remove recursion and handles graphs.

 - collection: ^1.17.0