Skip to content

Commit 375df4b

Browse files
committed
Updated Readme, Changelog and package.json
1 parent 170100f commit 375df4b

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## Version 1.4.4
4+
5+
- Bugfix: Not all modules was recognized by the 'Generate a Markdown file of all modules in the current project.' command.
6+
- Various refactoring.
7+
38
## Version 1.4.3
49

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

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,6 @@ See the full list of settings below the screenshot.
114114

115115
* [Vis.js](https://visjs.org/index.html) - Used for generating the directed graph for showing the component hierarchy.
116116
* [npmjs.com](https://www.npmjs.com/) - The extension queries the NpmJs.com api.
117+
* [Directed Graph Markup Language (DGML) reference](https://schemas.microsoft.com/vs/2009/dgml/)
118+
* [DGMLViewer VsCode extension](https://marketplace.visualstudio.com/items?itemName=coderAllan.vscode-dgmlviewer)
117119
* [Mermaid markdown notation](https://mermaid-js.github.io/mermaid/#/)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"displayName": "AngularTools",
55
"description": "AngularTools is a collection of tools for exploring an Angular project, help you with documenting, reverse engineering a project or help when refactoring.",
66
"icon": "images/logo.png",
7-
"version": "1.4.3",
7+
"version": "1.4.4",
88
"license": "MIT",
99
"repository": "https://github.com/CoderAllan/vscode-angulartools",
1010
"author": {

0 commit comments

Comments
 (0)