Skip to content

Commit

Permalink
1.0.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bencroker committed Jan 2, 2025
1 parent 17ebba6 commit c9cf1fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Release Notes for Datastar

## 1.0.0-beta.3 - Unreleased
## 1.0.0-beta.3 - 2025-01-02

### Added

- Added `datastar.get()`, `datastar.post()`, `datastar.put()`, `datastar.patch()` and `datastar.delete()` methods.
- Added the `datastar.get()`, `datastar.post()`, `datastar.put()`, `datastar.patch()` and `datastar.delete()` methods, which replace `datastar.sse()`.

### Changed

- The `datastar.sse()` argument signature is now `(template, variables, options)`.
- The `datastar.sse()` method has been removed.
- Query and body params are no longer removed when the request content type is not JSON.
- The plugin now requires Datastar [v1.0.0-beta.1](https://github.com/starfederation/datastar/releases/tag/v1.0.0-beta.1).

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"require": {
"php": "^8.2",
"craftcms/cms": "^5.0",
"putyourlightson/craft-datastar-module": "^1.0.0-beta.3"
"putyourlightson/craft-datastar-module": "^1.0.0-beta.4"
},
"require-dev": {
"craftcms/ecs": "dev-main",
Expand Down

0 comments on commit c9cf1fb

Please sign in to comment.