Skip to content

Releases: CoderAllan/vscode-angulartools

1.5.0

21 Feb 06:55
Compare
Choose a tag to compare

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

20 Feb 07:28
Compare
Choose a tag to compare

Bugfix: The Package json to Markdown command failed if the node_modules folder did not exist.

1.4.4

07 Feb 07:52
849a86f
Compare
Choose a tag to compare
  • 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

31 Jan 06:27
Compare
Choose a tag to compare

Updated: PackageJsonToMarkdown command now shows the package license for each package.

1.4.2

22 Jan 15:50
Compare
Choose a tag to compare
  • 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

12 Jan 16:23
Compare
Choose a tag to compare
  • 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

10 Jan 11:43
Compare
Choose a tag to compare

New feature: You can now choose how to auto-layout the component hierarchy graph.

1.3.0

24 Dec 09:08
Compare
Choose a tag to compare
  • New feature: You can now generate a markdown file that summarizes all the Angular modules.
  • Various refactoring.

1.2.2

21 Dec 09:34
Compare
Choose a tag to compare

Bugfix: Show component hierarchy no longer fails when the Angular application contains recursive component.

1.2.1

19 Dec 14:39
Compare
Choose a tag to compare

Added settings to change shape, line colors, default filenames and a lot more for the commands in the extension.