Releases: putyourlightson/craft-datastar
Releases · putyourlightson/craft-datastar
1.0.2
1.0.1
1.0.0
1.0.0-RC.12
- The package now includes Datastar 1.0.0-RC.8.
1.0.0-RC.11
- Reverted running callable functions before flushing content, which was resulting in duplicate patch events (#25).
1.0.0-RC.10
- Added the
shouldCloseSessionconfig setting that determines whether the session should be closed when the event stream begins. - The event stream now runs callable functions before flushing any content (#24).
- The package now includes Datastar 1.0.0-RC.7.
1.0.0-RC.9
Note
The Datastar syntax has changed in this release. Please see the release notes and modify your code accordingly.
- The package now includes Datastar 1.0.0-RC.6.
1.0.0-RC.8
- Fixed a bug in which headers were being accessed for console requests.
1.0.0-RC.7
- The package now includes Datastar 1.0.0-RC.5.
- Improved error handling.
- Fixed a bug in which options were being double JSON encoded.
1.0.0-RC.6
- It’s now possible to pass options in as string, for cases when JSON encoding is not desirable.
- Renamed the
Sseservice toSseService. - Renamed the
SseTraittrait toSse.