Skip to content

Commit

Permalink
Bump version to v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jreviews committed Feb 4, 2023
1 parent 0bb56f9 commit dee102a
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 3 deletions.
29 changes: 27 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,33 @@
# Changelog

## [Unreleased](https://github.com/clickfwd/yoyo/compare/0.8.2...develop)
## [Unreleased](https://github.com/clickfwd/yoyo/compare/0.9.0...develop)

## [0.8.0 (2021-07-07)](https://github.com/clickfwd/yoyo/compare/0.8.1...0.8.2)
## [0.9.0 (2023-04-02)](https://github.com/clickfwd/yoyo/compare/0.8.1...0.9.0)

## New

- Added Component::actionMatches method.
- Add response HX header methods that can via accessed in Yoyo component via $this->response:
- location
- pushUrl
- redirect
- refresh
- replace
- reswap
- retarget
- trigger
- triggerAfterSwap
- triggerAfterSettle

## Changed

- Added composer support for illuminate/container v9.0

## Fixed

- Regex replacement in Yoyo compiler causing issues due to incorrect replacements.

## [0.8.2 (2021-07-07)](https://github.com/clickfwd/yoyo/compare/0.8.1...0.8.2)

### Changed

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"framework",
"yoyo"
],
"version": "0.8.2",
"version": "0.9.0",
"license": "MIT",
"homepage": "https://github.com/Clickfwd/yoyo",
"support": {
Expand Down

0 comments on commit dee102a

Please sign in to comment.