Skip to content

Releases: starfederation/datastar-typescript

v1.0.0

24 Apr 22:09
5edffe9

Choose a tag to compare

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

03 Dec 01:55

Choose a tag to compare

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