Skip to content

Releases: putyourlightson/craft-datastar

1.0.2

14 Jun 20:42
1.0.2
e411f88

Choose a tag to compare

  • The plugin now includes Datastar 1.0.2.

1.0.1

20 Apr 14:53
1.0.1
9f7fac2

Choose a tag to compare

  • The plugin now includes Datastar 1.0.1.

1.0.0

16 Apr 18:29
1.0.0
489fa9c

Choose a tag to compare

  • The plugin now includes Datastar 1.0.0.

1.0.0-RC.12

14 Apr 16:06
1.0.0-RC.12
15e8341

Choose a tag to compare

1.0.0-RC.12 Pre-release
Pre-release

1.0.0-RC.11

04 Jan 15:17
1.0.0-RC.11
3d58e0d

Choose a tag to compare

1.0.0-RC.11 Pre-release
Pre-release
  • Reverted running callable functions before flushing content, which was resulting in duplicate patch events (#25).

1.0.0-RC.10

20 Dec 23:29
1.0.0-RC.10
7b4de9a

Choose a tag to compare

1.0.0-RC.10 Pre-release
Pre-release
  • Added the shouldCloseSession config 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

26 Oct 13:32
1.0.0-RC.9
f58f07b

Choose a tag to compare

1.0.0-RC.9 Pre-release
Pre-release

Note

The Datastar syntax has changed in this release. Please see the release notes and modify your code accordingly.

1.0.0-RC.8

20 Sep 08:55
1.0.0-RC.8
3f95169

Choose a tag to compare

1.0.0-RC.8 Pre-release
Pre-release
  • Fixed a bug in which headers were being accessed for console requests.

1.0.0-RC.7

19 Aug 17:53
1.0.0-RC.7
ac66b29

Choose a tag to compare

1.0.0-RC.7 Pre-release
Pre-release
  • 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

10 Aug 06:36
1.0.0-RC.6
6a464c3

Choose a tag to compare

1.0.0-RC.6 Pre-release
Pre-release
  • It’s now possible to pass options in as string, for cases when JSON encoding is not desirable.
  • Renamed the Sse service to SseService.
  • Renamed the SseTrait trait to Sse.