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

This commit is contained in:
2026-08-04 12:19:09 +05:30
parent 4cebacadfe
commit 72e4d3eceb
108 changed files with 2276 additions and 532 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@wrnexus/cli",
"version": "0.8.3",
"version": "0.8.4",
"type": "module",
"main": "src/index.ts",
"exports": {
+14
View File
@@ -1999,6 +1999,20 @@ const MIGRATIONS: Migration[] = [
// The compile-cache generation changes automatically invalidate old artifacts.
},
},
{
version: "0.8.4",
id: "0.8.4-editor-language-support-stability",
description:
"Fixes WRNexus Language Server crashes, WRN formatting stability, false closing-tag diagnostics, typed event inference, dynamic component prop validation, and VS Code extension reliability.",
apply() {
// Compiler, diagnostics, formatter, language-server, and VS Code
// extension fixes require no application source migration.
//
// Existing projects receive the framework package changes through the
// dependency update. Developers must separately update/reinstall the
// WRNexus Language Support VS Code extension.
},
},
];
/** Release tooling uses this to require an explicit migration entry per version. */