You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**`eval --store <path>`**: `eval` now accepts a `--store` flag to use `.cat`, `.append`, `.cas` against a store directory directly.
9
9
-**`ICONIFY`**: Use any of 200k+ icons from [Iconify](https://iconify.design): `ICONIFY "lucide:copy"`, `ICONIFY "mdi:home"`.
10
10
-**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).
12
12
-**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.
13
13
-**`href`**: Mount-aware link helper. `$req | href "/about"` returns `/blog/about` when mounted at `/blog`.
0 commit comments