release: WRNexusJS 0.8.0
Quality / quality (ubuntu-latest) (push) Failing after 21s
Quality / quality (windows-latest) (push) Canceled after 0s

This commit is contained in:
2026-08-02 23:18:51 +05:30
parent 87507edf59
commit 586a6db8ff
625 changed files with 243608 additions and 11210 deletions
+8
View File
@@ -1,5 +1,13 @@
# Changelog
## 0.8.0
- Fixed excessive extension-host and language-server memory growth in large workspaces.
- Activate only when a WRN document is used and removed the unused unrestricted workspace watcher.
- Added bounded, ignored-directory-aware workspace indexing with a short-lived completion cache.
- Debounced TypeScript diagnostics during typing, bounded open-document state, and skipped compiler
graph creation for WRN files larger than 1 MiB.
## 0.5.1
- Updated compiler-backed diagnostics for native array and object state values.