Skip to content

Commit eb84723

Browse files
committed
1.0.0-beta.5
1 parent e7a5eb7 commit eb84723

File tree

7 files changed

+28
-38
lines changed

7 files changed

+28
-38
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-beta.5 - 2025-02-25
4+
5+
### Changed
6+
7+
- Update the Datastar library to version 1.0.0-beta.8.
8+
39
## 1.0.0-beta.4 - 2025-02-14
410

511
### Changed

README.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -283,23 +283,7 @@ $this->location('/guide');
283283
Renders a Datastar view.
284284

285285
```php
286-
namespace App\Http\Controllers;
287-
288-
use Illuminate\Routing\Controller;
289-
use Putyourlightson\Datastar\DatastarEventStream;
290-
use Symfony\Component\HttpFoundation\StreamedResponse;
291-
292-
class MyController extends Controller
293-
{
294-
use DatastarEventStream;
295-
296-
public function index(): StreamedResponse
297-
{
298-
return $this->getStreamedResponse(function() {
299-
$this->renderDatastarView('datastar.toggle', ['enabled' => true]);
300-
});
301-
}
302-
}
286+
$this->renderDatastarView('datastar.toggle', ['enabled' => true]);
303287
```
304288

305289
### Signals

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "putyourlightson/laravel-datastar",
33
"description": "A reactive hypermedia framework for Laravel.",
4-
"version": "1.0.0-beta.4",
4+
"version": "1.0.0-beta.5",
55
"type": "library",
66
"license": "mit",
77
"require": {

public/datastar/1.0.0-beta.7/datastar.js

Lines changed: 0 additions & 13 deletions
This file was deleted.

public/datastar/1.0.0-beta.7/datastar.js.map

Lines changed: 0 additions & 7 deletions
This file was deleted.

public/datastar/1.0.0-beta.8/datastar.js

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/datastar/1.0.0-beta.8/datastar.js.map

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)