Releases: starfederation/datastar-typescript
Releases · starfederation/datastar-typescript
v1.0.0
First stable release. Compatible with Datastar v1.0.1.
Added
- `namespace` dataline for `patchElements` (supports `html`, `svg`, `mathml`; default `html`) per Datastar RC.7 (#13, #12)
- `DELETE` method support in `readSignals` — signals are read from query string, matching the v1.0.0 ADR (#14)
Changed
- Bumped datastar CDN refs in examples/tests from `@1.0.0-RC.7` → `@1.0.1`
- `examples/deno` and `test/deno` modernized to `Deno.serve` (dropped deprecated `std@0.140.0/http/server`)
Fixed
- Node `readSignals` type error where `IncomingMessage.method` is `string | undefined`
Release v1.0.0-RC.3
What's Changed
- Add GitHub Actions workflow for npm publishing by @eduwass in #3
- feat: flexible send return type by @raibis in #7
- feat: add close() method to ServerSentEventGenerator by @eduwass in #11
New Contributors
Full Changelog: https://github.com/starfederation/datastar-typescript/commits/v1.0.0-RC.3