Skip to content

Commit a45aef2

Browse files
committed
docs: clarify SCRIPT-DATASTAR serves from binary
1 parent 5888561 commit a45aef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

changes/v0.14.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ https://github.com/cablehead/http-nu/releases/tag/v0.14.0
88
- **`eval --store <path>`**: `eval` now accepts a `--store` flag to use `.cat`, `.append`, `.cas` against a store directory directly.
99
- **`ICONIFY`**: Use any of 200k+ icons from [Iconify](https://iconify.design): `ICONIFY "lucide:copy"`, `ICONIFY "mdi:home"`.
1010
- **Clean SSE shutdown**: SSE connections now close immediately on Ctrl+C instead of hanging for 10 seconds.
11-
- **Datastar SDK update**: `from datastar-signals` now handles DELETE like GET — signals come from query params, matching the [updated ADR](https://github.com/starfederation/datastar/pull/1146). Also adds `SCRIPT-DATASTAR` as a shorthand for including the client script.
11+
- **Datastar SDK update**: `from datastar-signals` now handles DELETE like GET — signals come from query params, matching the [updated ADR](https://github.com/starfederation/datastar/pull/1146). Also adds `SCRIPT-DATASTAR` to emit the client script tag (served from the binary, no CDN needed).
1212
- **New examples**: A [blog example](https://http-nu.cross.stream/examples/blog/) showing routing, layouts, and HTML composition, plus a reworked [stor example](https://http-nu.cross.stream/examples/stor/) that demonstrates in-memory SQLite by logging its own page views.
1313
- **`href`**: Mount-aware link helper. `$req | href "/about"` returns `/blog/about` when mounted at `/blog`.

0 commit comments

Comments
 (0)