# Changelog
## 1.0.1.1
* Revert experimental `examples` sub-library introduced in 1.0.1.0 — it broke Hackage doc uploads. Examples remain in the repo as runnable executables.
## 1.0.1.0
* Add `Hypermedia.Datastar.Attributes` with typed helpers for Datastar `data-*` attributes
## 1.0.0.0
* Bump to Datastar 1.0.0
* Handle DELETE method in `ReadSignals`
## 0.1.0.2
* Bump to Datastar RC.8
* Add end-to-end testing with Playwright
## 0.1.0.1
* Add example apps: hello-world (warp/servant/channel), activity-feed, heap-view
* Add DatastarLogger to sseResponse for configurable logging
* Add ExecuteScript and PatchSignals test specs
* Move repo to starfederation/datastar-haskell
* Add hie.yaml for HLS multi-component support
## 0.1.0.0
* Initial release.