release: WRNexusJS 0.8.0
This commit is contained in:
@@ -22,6 +22,24 @@ entry in the CLI migration registry.
|
||||
- Made the VS Code embedded compiler freshness check deterministic across TypeScript patch
|
||||
versions, Windows/Linux line endings, and workspace environments by verifying normalized source
|
||||
and generator fingerprints while retaining exact-output checks for the same TypeScript version.
|
||||
- Fixed the VS Code language-server bundle so it executes under Node instead of exiting after
|
||||
defining an uninvoked Bun CommonJS wrapper, and added request-level crash containment.
|
||||
- Scoped HTML diagnostics to `view` blocks, ignored TypeScript generic syntax and WRN expressions,
|
||||
and preserved JavaScript-looking documentation inside `<pre><code>` examples.
|
||||
- Fixed formatter corruption of preformatted examples, balanced compact sibling markup, long bare
|
||||
tags, and repeated format-on-save indentation drift.
|
||||
- Fixed component prop intelligence for dynamic boolean/union expressions, boolean string literals,
|
||||
literal-union runtime types, and reserved prop names such as `class`.
|
||||
- Prevented bundled editor type checking from publishing TypeScript standard-library path failures or
|
||||
unmapped synthetic virtual-document diagnostics.
|
||||
- Fixed language-server virtual TypeScript inference for untyped dynamic handler parameters and
|
||||
indexed output dispatch, while retaining strict diagnostics for explicitly typed parameters.
|
||||
- Made bundled editor type checking resolve TypeScript standard libraries from the active workspace,
|
||||
and added a regression test that proves semantic diagnostics are actually running.
|
||||
- Fixed final release-gate lint failures by removing the obsolete editor `stripComments` helper and
|
||||
importing Node `Buffer` explicitly in the language-server bundle generator.
|
||||
- Reviewed the UI visual-contract change caused only by corrected `AuthForm.wrn` indentation and
|
||||
regenerated the 0.8 baseline after confirming no rendered component behavior changed.
|
||||
|
||||
## 0.8.0 - 2026-08-02
|
||||
|
||||
|
||||
Reference in New Issue
Block a user