Files
WRNexusJS/CHANGELOG.md
T
Clintchiz 4cebacadfe
Quality / quality (ubuntu-latest) (push) Failing after 12m9s
Quality / quality (windows-latest) (push) Canceled after 0s
release: WRNexusJS 0.8.3
2026-08-03 19:47:30 +05:30

1.9 KiB

Changelog

All notable framework changes are recorded here. Every release must also include an idempotent entry in the CLI migration registry.

0.8.3 - 2026-08-03

  • Bundled hydrated browser modules so package aliases and filesystem imports do not leak into browser-native modules.
  • Fixed SSR computed values, Async branch aliases, typed object props in loops, reactive route state, loader invalidation, realtime identity isolation, and client-function hydration.
  • Fixed template-literal parsing in the reactive fallback evaluator and removed the unsupported default unload Permissions Policy directive.
  • Made official package components compatible with strict explicit imports and added regression coverage for the TeamSpace application failures.
  • Fixed Bun 1.3.14 and TypeScript 5.9 release-gate compatibility in client bundling, alias resolution, and Happy DOM event tests.
  • Fixed ESLint compatibility in Node release scripts by declaring Node globals and using explicit regex space quantifiers.
  • Fixed package component import validation after workspace installation by excluding generated and dependency directories such as nested node_modules from first-party source scans.
  • 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.

0.8.0 - 2026-08-02

  • Added package-owned helper and component kits across all 39 framework packages.
  • Added standalone realtime and package-aware auth, i18n, image, uploader, validation, JWT, encryption, database, and CAPTCHA improvements.
  • Added whole-application WRN syntax, import, and formatting modernization to the CLI update.
  • Added Windows/Linux CI, read-only package audits, governance documents, and security gates.