release: WRNexusJS 0.8.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@wrnexus/cli",
|
||||
"version": "0.8.3",
|
||||
"version": "0.8.4",
|
||||
"type": "module",
|
||||
"main": "src/index.ts",
|
||||
"exports": {
|
||||
|
||||
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user