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
+10
View File
@@ -1,5 +1,15 @@
# Changelog
## 0.5.1
- Updated compiler-backed diagnostics for native array and object state values.
- Added support for unquoted component prop expressions such as `items={items}`,
inline arrays, and inline objects.
- Added readable, idempotent formatting for native JSON state values and direct
structured component props.
- Added extension release validation to prevent the bundled compiler from
drifting behind the framework parser.
## 0.3.0
- Added language support for `runtime`, `hydrate`, `computed`, `effect`, `security`,