Skip to content

Commit 6a464c3

Browse files
committed
1.0.0-RC.6
1 parent ef251ca commit 6a464c3

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release Notes for Datastar
22

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+
39
## 1.0.0-RC.5 - 2025-08-09
410

511
- Added the `Sse::shouldCloseSession()` method that determines whether the session should be closed when the event stream begins.

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.5",
4+
"version": "1.0.0-RC.6",
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.6"
10+
"putyourlightson/craft-datastar-module": "^1.0.0-RC.7"
1111
},
1212
"require-dev": {
1313
"craftcms/ecs": "dev-main",

0 commit comments

Comments
 (0)