release: WRNexusJS 0.5.10

This commit is contained in:
2026-07-30 13:36:29 +05:30
parent 8fc6f15402
commit d1b0c55b53
159 changed files with 7509 additions and 604 deletions
+26
View File
@@ -1103,6 +1103,32 @@ const MIGRATIONS: Migration[] = [
// Syntax and compiler support are package-managed; existing applications remain compatible.
},
},
{
version: "0.5.2",
id: "multiline-wrn-json-and-stable-gateway-runtime",
description:
"Supports formatted multiline array and object state initializers and keeps gateway children on the matching framework runtime.",
apply() {
// Syntax, compiler, and gateway fixes are package-managed; no application rewrite is required.
},
},
{
version: "0.5.3",
id: "public-workspace-origins-and-schema-backed-auth-forms",
description:
"Keeps cross-app redirects on configured public origins and enables schema-backed auth forms with active navigation states.",
apply() {
// Gateway, helper, validation, and UI improvements are package-managed.
},
},
{
version: "0.5.10",
id: "latest-release-after-upgrade",
description: "Latest New Packages and release ready packages",
apply() {
// Gateway, helper, validation, and UI improvements are package-managed.
},
},
];
/** Release tooling uses this to require an explicit migration entry per version. */