1.0.0-RC.3
Pre-release
Pre-release
·
4 commits
to develop
since this release
- The plugin now includes Datastar 1.0.0-RC.3.
- Added the ability to pass controller actions to backend requests by passing an action path that starts with the action trigger to
datastar.get()
(and equivalent Twig functions). - Server sent events are now only sent when generated inside a callable passed to
getEventStream()
. - Renamed the
getStreamedResponse()
method togetEventStream()
.