release: WRNexusJS 0.7.0

This commit is contained in:
2026-08-01 10:04:42 +05:30
parent c54144f2e4
commit 87507edf59
207 changed files with 12607 additions and 679 deletions
+15
View File
@@ -404,3 +404,18 @@ Comparison base: `WRNexusJS(4).zip`. Dependency directories, `.git`, and `.wrnex
- Prevented the UI reference generator from rewriting current files solely because of CRLF/LF differences.
- Added an executable regression test proving line-ending-only differences are ignored and real stale content is repaired.
## 0.7.0 R2 typecheck correction
- Removed leaked focused-typecheck shim files that polluted the root TypeScript program.
- Added a validation gate preventing those temporary files from entering future archives.
## 0.7.0 R4 Happy DOM event typing
- Fixed strict event-type compatibility in `packages/validation/test/validation.test.ts`.
- Improved `check:workspace` dry-run wording.
- Added a validation guard preventing browser DOM `Event` from being reintroduced as the Happy DOM helper return type.
## 0.7.0 R6 lint cleanup
See `FIXES-0.7.0-R6-LINT-CLEANUP.md` for the final lint and secure hydration corrections.