release: WRNexusJS 0.3.0

This commit is contained in:
2026-07-22 17:29:08 +05:30
parent 13dfa31d19
commit 07d8fb59d6
145 changed files with 9664 additions and 3881 deletions
+14
View File
@@ -1,5 +1,19 @@
# Changelog
## 0.3.0
- Added language support for `runtime`, `hydrate`, `computed`, `effect`, `security`,
`load server`, `load client`, and named `action` declarations.
- Added snippets and completion entries for execution boundaries, deferred hydration,
derived state, effects, data loading, actions, and security metadata.
- Updated root-member diagnostics to understand prefixed blocks without reporting
action names, HTTP methods, load targets, or realtime handler names as members.
- Rebuilt the bundled compiler from the shared 0.3 syntax package and added a
reproducible TypeScript-based bundle script.
- Fixed multiline tag formatting so long inline-closing elements remain
idempotent across repeated format-on-save passes.
- Aligned the extension version with the WRNexusJS 0.3.0 framework release.
## 0.2.14
- Added top-level ES module import highlighting, completion, snippets, formatting,