Releases: CoderAllan/vscode-angulartools
Releases · CoderAllan/vscode-angulartools
1.14.0
1.13.0
- Fixed issue with case sensitive filenames when using the .vscodeangulartools setting file.
- Updated vis-network.min.js to latest v9.1.9
- Maintenance: Bump packages to latest
1.12.0
- Updated vis-network.min.js to latest v9.1.7
- Maintenance: Bump packages to latest
1.11.0
- It is now possible to include or exclude folders by placing a .vscodeangulartools config file in the project folder
- Bugfix: Mermaid markdown graph representing the component hierarchy now shows unrelated components correctly.
1.10.2
Maintenance: Bump packages to latest
1.10.1
- Adding label to links in generated dgml file.
- Bugfix: TsFilename path in generated dgml file are now correct for injected services.
1.10.0
- All injected entities are now shown in the dependency injection graph
1.9.1
- Maintenance: Bump packages to latest
- Updating vscode version number
1.9.0
The first iteration of rendering the routing relations between component. In this release only routing relations that are defined in routes to components will be rendered.
In a future release, routes to components defined in modules in the routes will be rendered.
1.8.5
Security issue fixed: Now using npm package @xmldom/xmldom instead of xmldom