Releases: jakedemian/project-hierarchy-explorer
v1.0.8
The latest version can be downloaded directly from the VS Code in-app Extensions pane. Search the Marketplace for Project Hierarchy Explorer
.
[1.0.8]
- New command added: Generate Subtree. See the README for details.
- Fixed a bug where hierarchy wouldn't generate if a file/folder in project doesn't have read permissions.
- Some large performance gains for bigger projects
v1.0.6
Extension can be downloaded directly from the VS Code in-app Extensions pane. Search the Marketplace for Project Hierarchy Explorer
.
[1.0.6]
- finalized logo and banner color
v1.0.7
Extension can be downloaded directly from the VS Code in-app Extensions pane. Search the Marketplace for Project Hierarchy Explorer
.
[1.0.7]
- README updates
v1.0.5
Extension can be downloaded directly from the VS Code in-app Extensions pane. Search the Marketplace for Project Hierarchy Explorer
.
[1.0.5]
- bugfix with running generate command
v1.0.4
Extension can be downloaded directly from the VS Code in-app Extensions pane. Search the Marketplace for Project Hierarchy Explorer
.
[1.0.4]
- new configuration ->
suppressNotification
. Default behavior is changed to suppressing notification messages. Setting this configuration tofalse
will re-enable success messages when generating a hierarchy succeeds.- Contribution by TailwindMechanics
- improved searchability of the extension
v1.0.3
Extension can be downloaded directly from the VS Code in-app Extensions pane. Search the Marketplace for Project Hierarchy Explorer
.
[1.0.3]
- new configuration ->
outputsTo
, allows you to output your hierarchy to a file, the output console, or both - cleaned up and optimized
v1.0.2
Extension can be downloaded directly from the VS Code in-app Extensions pane. Search the Marketplace for Project Hierarchy Explorer
.
[1.0.2]
- Version bump and sync
v1.0.1
Extension can be downloaded directly from the VS Code in-app Extensions pane. Search the Marketplace for Project Hierarchy Explorer
.
[1.0.1]
- Code quality improvements
- Using root directory name instead of
name
property frompackage.json
because I was a small brained boi when I initially wrote that code
1.0.0
Extension can be downloaded directly from the VS Code in-app Extensions pane. Search the Marketplace for Project Hierarchy Explorer
.
[1.0.0]
- Initial Release!