File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Release Notes for Datastar
2
2
3
+ ## 1.0.0-RC.6 - 2025-08-10
4
+
5
+ - It’s now possible to pass options in as string, for cases when JSON encoding is not desirable.
6
+ - Renamed the ` Sse ` service to ` SseService ` .
7
+ - Renamed the ` SseTrait ` trait to ` Sse ` .
8
+
3
9
## 1.0.0-RC.5 - 2025-08-09
4
10
5
11
- Added the ` Sse::shouldCloseSession() ` method that determines whether the session should be closed when the event stream begins.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " putyourlightson/craft-datastar" ,
3
3
"description" : " A reactive hypermedia framework for Craft." ,
4
- "version" : " 1.0.0-RC.5 " ,
4
+ "version" : " 1.0.0-RC.6 " ,
5
5
"type" : " craft-plugin" ,
6
6
"license" : " mit" ,
7
7
"require" : {
8
8
"php" : " ^8.2" ,
9
9
"craftcms/cms" : " ^5.4" ,
10
- "putyourlightson/craft-datastar-module" : " ^1.0.0-RC.6 "
10
+ "putyourlightson/craft-datastar-module" : " ^1.0.0-RC.7 "
11
11
},
12
12
"require-dev" : {
13
13
"craftcms/ecs" : " dev-main" ,
You can’t perform that action at this time.
0 commit comments