feat(utilityservers): add injectReload and noCache options and enable dev features by default

This commit is contained in:
2026-02-24 22:26:45 +00:00
parent 14c8d83ab5
commit aa748e0d82
3 changed files with 15 additions and 4 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-02-24 - 8.4.0 - feat(utilityservers)
add injectReload and noCache options and enable dev features by default
- Adds optional configuration properties 'injectReload' and 'noCache' to the website server options interface.
- Dev features (injectReload and noCache) are no longer only enabled when serveDir is set; they now default to true when not explicitly provided.
- This changes default runtime behavior: live-reload injection and disabled browser caching may be enabled for servers that previously did not have them — consumers should set options explicitly to preserve previous behavior.
## 2026-02-24 - 8.3.1 - fix(typedserver)
no changes detected — no version bump needed