release: WRNexusJS 0.5.10
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user