Skip to content

Commit ef251ca

Browse files
committed
1.0.0-RC.5
1 parent 32ffedb commit ef251ca

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
# Release Notes for Datastar
22

3+
## 1.0.0-RC.5 - 2025-08-09
4+
5+
- Added the `Sse::shouldCloseSession()` method that determines whether the session should be closed when the event stream begins.
6+
- Removed the `StreamedResponse` class. The `craft\web\Response` class is now used instead.
7+
38
## 1.0.0-RC.4 - 2025-08-06
49

510
- The plugin now includes Datastar [1.0.0-RC.4](https://github.com/starfederation/datastar/releases/tag/v1.0.0-RC.4).
6-
- Add fluent method chaining to the `Sse` service.
711
- The session is now closed by default when the `getEventStream()` method is called, to prevent session locking.
12+
- Added fluent method chaining to the `Sse` service.
813
- Replaced the `DatastarEventStream` trait with the `SseTrait` trait.
914

1015
## 1.0.0-RC.3 - 2025-07-31

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "putyourlightson/craft-datastar",
33
"description": "A reactive hypermedia framework for Craft.",
4-
"version": "1.0.0-RC.4",
4+
"version": "1.0.0-RC.5",
55
"type": "craft-plugin",
66
"license": "mit",
77
"require": {
88
"php": "^8.2",
99
"craftcms/cms": "^5.4",
10-
"putyourlightson/craft-datastar-module": "^1.0.0-RC.5"
10+
"putyourlightson/craft-datastar-module": "^1.0.0-RC.6"
1111
},
1212
"require-dev": {
1313
"craftcms/ecs": "dev-main",

0 commit comments

Comments
 (0)