Skip to content

Commit

Permalink
Add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
bencroker committed Jan 1, 2025
1 parent 6696ba0 commit 17ebba6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Release Notes for Datastar

## 1.0.0-beta.3 - Unreleased

### Added

- Added `datastar.get()`, `datastar.post()`, `datastar.put()`, `datastar.patch()` and `datastar.delete()` methods.

### Changed

- The `datastar.sse()` argument signature is now `(template, variables, options)`.
- 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).

## 1.0.0-beta.2 - 2024-12-17

### Added
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "putyourlightson/craft-datastar",
"description": "A real-time, template-driven hypermedia framework for Craft.",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"type": "craft-plugin",
"license": "mit",
"require": {
"php": "^8.2",
"craftcms/cms": "^5.0",
"putyourlightson/craft-datastar-module": "^1.0.0-beta.2"
"putyourlightson/craft-datastar-module": "^1.0.0-beta.3"
},
"require-dev": {
"craftcms/ecs": "dev-main",
Expand Down
2 changes: 1 addition & 1 deletion src/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 17ebba6

Please sign in to comment.