Skip to content

Releases: jakedemian/project-hierarchy-explorer

v1.0.8

16 Jul 04:54
94932a7
Compare
Choose a tag to compare

The latest version can be downloaded directly from the VS Code in-app Extensions pane. Search the Marketplace for Project Hierarchy Explorer.

View in Browser

[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

28 Jun 03:40
Compare
Choose a tag to compare

Extension can be downloaded directly from the VS Code in-app Extensions pane. Search the Marketplace for Project Hierarchy Explorer.

View in Browser

[1.0.6]

  • finalized logo and banner color

v1.0.7

28 Jun 16:47
6299a6d
Compare
Choose a tag to compare

Extension can be downloaded directly from the VS Code in-app Extensions pane. Search the Marketplace for Project Hierarchy Explorer.

View in Browser

[1.0.7]

  • README updates

v1.0.5

27 Jun 21:07
Compare
Choose a tag to compare

Extension can be downloaded directly from the VS Code in-app Extensions pane. Search the Marketplace for Project Hierarchy Explorer.

View in Browser

[1.0.5]

  • bugfix with running generate command

v1.0.4

27 Jun 20:31
Compare
Choose a tag to compare

Extension can be downloaded directly from the VS Code in-app Extensions pane. Search the Marketplace for Project Hierarchy Explorer.

View in Browser

[1.0.4]

  • new configuration -> suppressNotification. Default behavior is changed to suppressing notification messages. Setting this configuration to false will re-enable success messages when generating a hierarchy succeeds.
  • improved searchability of the extension

v1.0.3

27 Jun 04:44
Compare
Choose a tag to compare

Extension can be downloaded directly from the VS Code in-app Extensions pane. Search the Marketplace for Project Hierarchy Explorer.

View in Browser

[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

21 Jun 02:40
c2cebca
Compare
Choose a tag to compare

Extension can be downloaded directly from the VS Code in-app Extensions pane. Search the Marketplace for Project Hierarchy Explorer.

View in Browser

[1.0.2]

  • Version bump and sync

v1.0.1

21 Jun 02:35
b3d7ca0
Compare
Choose a tag to compare

Extension can be downloaded directly from the VS Code in-app Extensions pane. Search the Marketplace for Project Hierarchy Explorer.

View in Browser

[1.0.1]

  • Code quality improvements
  • Using root directory name instead of name property from package.json because I was a small brained boi when I initially wrote that code

1.0.0

20 Jun 20:46
b3d7ca0
Compare
Choose a tag to compare

Extension can be downloaded directly from the VS Code in-app Extensions pane. Search the Marketplace for Project Hierarchy Explorer.

View in Browser

[1.0.0]

  • Initial Release!