Skip to content

Commit a77ec06

Browse files
committed
chore: Release v0.1.8
1 parent 1e38d4b commit a77ec06

2 files changed

Lines changed: 25 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,24 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9+
## [0.1.8] - 2026-01-06
10+
11+
### Fixes & Improvements
12+
13+
#### Enhanced processing of application config
14+
- Added safeguard and warning notification for application project configurations with no `architect`, `architect.build` or `architect.build.options` properties in the `angular.json` ([#2](https://github.com/GraphLens/graphlens/issues/2))
15+
- Improved other config safeguards
16+
- Added notification for case of missing HTML entry point
17+
- Improved readability of notification messages
18+
19+
### Documentation
20+
21+
#### Updated README
22+
- Enhanced and simplified the "Disclaimer" section
23+
- Clarified the "Current Limitations" section by adding "Configurations" entry
24+
- Refined descriptions for "Project Types", "Monorepos", and "Frameworks"
25+
26+
927
## [0.1.7] - 2026-01-04
1028

1129
### Documentation

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<h1>GraphLens</h1>
55
<p align="center">
66
<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" />
88
</a>
99
<a href="https://github.com/GraphLens/graphlens">
1010
<img src="https://img.shields.io/badge/status-Public%20Beta-orange.svg" alt="status" />
@@ -40,9 +40,9 @@
4040

4141
### ⚠️ Disclaimer
4242

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.
4444

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.
4646

4747
---
4848

@@ -146,11 +146,12 @@ GraphLens leverages VS Code's built-in capabilities to find definitions and refe
146146
## 4. Current Limitations
147147

148148
- **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.
151152
- **Manual Refresh:** The graphs do not update automatically upon file save. See the [Manual Refresh](#25-manual-refresh) section for details.
152153
- **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.
154155
- **IDE Support:** Available for **Visual Studio Code** only. Extension version for JetBrains IDEs (WebStorm, IntelliJ IDEA) is planned for future releases.
155156

156157

0 commit comments

Comments
 (0)