feat(wrn): support native structured prop expressions

This commit is contained in:
2026-07-29 16:46:18 +05:30
parent 6afe32f63f
commit 8fc6f15402
68 changed files with 210 additions and 118 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@wrnexus/cli",
"version": "0.5.0",
"version": "0.5.1",
"type": "module",
"main": "src/index.ts",
"exports": {
+9
View File
@@ -1094,6 +1094,15 @@ const MIGRATIONS: Migration[] = [
// Package, component, and development-runtime improvements apply automatically.
},
},
{
version: "0.5.1",
id: "native-wrn-json-expressions",
description:
"Adds native array and object state initializers plus JSX-style expression props in WRN component markup.",
apply() {
// Syntax and compiler support are package-managed; existing applications remain compatible.
},
},
];
/** Release tooling uses this to require an explicit migration entry per version. */