|
4 | 4 | <h1>GraphLens</h1> |
5 | 5 | <p align="center"> |
6 | 6 | <a href="https://marketplace.visualstudio.com/items?itemName=GraphLens.graphlens&ssr=false#overview"> |
7 | | - <img src="https://img.shields.io/badge/version-0.1.7-blue.svg" alt="version" /> |
| 7 | + <img src="https://img.shields.io/badge/version-0.1.8-blue.svg" alt="version" /> |
8 | 8 | </a> |
9 | 9 | <a href="https://github.com/GraphLens/graphlens"> |
10 | 10 | <img src="https://img.shields.io/badge/status-Public%20Beta-orange.svg" alt="status" /> |
|
40 | 40 |
|
41 | 41 | ### ⚠️ Disclaimer |
42 | 42 |
|
43 | | -GraphLens is currently in **Public Beta**. While we strive for maximum stability, graph rendering discrepancies may occur in projects with non-standard Angular configurations and complex code patterns. Please review the [Current limitations](#4-current-limitations) section before use. |
| 43 | +GraphLens is currently in **Public Beta**. While we strive for stability, occasional inaccuracies in analysis or graph rendering may occur in projects with non-standard configurations and complex code patterns. |
44 | 44 |
|
45 | | -GraphLens supports **Angular v2+** projects only. Angular libraries and SSR are not supported at this time. React and Vue frameworks are not supported yet. Graphs currently require manual refresh. |
| 45 | +GraphLens supports **Angular v2+** projects utilizing `angular.json`. Please review the [Current limitations](#4-current-limitations) section before use. |
46 | 46 |
|
47 | 47 | --- |
48 | 48 |
|
@@ -146,11 +146,12 @@ GraphLens leverages VS Code's built-in capabilities to find definitions and refe |
146 | 146 | ## 4. Current Limitations |
147 | 147 |
|
148 | 148 | - **Program Entities Types:** Supports only Angular Modules, Components, Directives, and Routes. Content projection, DI services and other Angular building entities are not supported yet, but are planned for future releases. |
149 | | -- **Project Types:** Angular libraries are not supported yet. |
150 | | -- **Monorepos:** Nx workspace tools and specific configurations are not supported. |
| 149 | +- **Project Types:** Supports only Angular applications. Angular libraries are not supported yet. |
| 150 | +- **Configurations:** Supports projects with `angular.json` configuration. Legacy configurations with `.angular-cli.json` are not supported currently. |
| 151 | +- **Monorepos:** Nx workspaces, specific configurations, and custom monorepo structures are not supported. |
151 | 152 | - **Manual Refresh:** The graphs do not update automatically upon file save. See the [Manual Refresh](#25-manual-refresh) section for details. |
152 | 153 | - **SSR Support:** Server-side logic is not supported. |
153 | | -- **Frameworks:** Supports **Angular v2+** only. React and Vue are not supported at this moment. |
| 154 | +- **Frameworks:** Supports **Angular v2+** only. React, Vue, Svelte, and Angular meta-frameworks are not supported at this moment. |
154 | 155 | - **IDE Support:** Available for **Visual Studio Code** only. Extension version for JetBrains IDEs (WebStorm, IntelliJ IDEA) is planned for future releases. |
155 | 156 |
|
156 | 157 |
|
|
0 commit comments