Releases: CoderAllan/vscode-angulartools
Releases · CoderAllan/vscode-angulartools
1.5.0
Added Show module hierarchy command that visualizes the module structure and their import and exports.
Improved the layout of nodes in the Show Component hierarchy command
1.4.5
Bugfix: The Package json to Markdown command failed if the node_modules folder did not exist.
1.4.4
- Bugfix: Not all modules was recognized by the 'Generate a Markdown file of all modules in the current project.' command.
- Various refactoring.
1.4.3
Updated: PackageJsonToMarkdown command now shows the package license for each package.
1.4.2
- You can now select a random layout for the component hierarchy graph.
- Bugfix: Saving a selection did not work if you had change the layout of the graph.
1.4.1
- Updated: PackageJsonToMarkdown command now shows the local version pattern and the latest version number of the packages.
- Bugfix: The list of packages in the generated markdown file for the packages is now sorted.
1.4.0
New feature: You can now choose how to auto-layout the component hierarchy graph.
1.3.0
- New feature: You can now generate a markdown file that summarizes all the Angular modules.
- Various refactoring.
1.2.2
Bugfix: Show component hierarchy no longer fails when the Angular application contains recursive component.
1.2.1
Added settings to change shape, line colors, default filenames and a lot more for the commands in the extension.