Skip to content

Commit

Permalink
Bump version to v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jreviews committed Apr 16, 2024
1 parent ab24d8c commit e39ee96
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# Changelog

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

## [0.9.1 (2024-04-16)](https://github.com/clickfwd/yoyo/compare/0.9.0...0.9.1)

- Fix Safari/iOS errors due to evt.target and evt.srcElement now being null.
- Add support for port in UrlStateManagerService.php
- PHP 8.2/8.3 compat
- Fix ResponseHeaders::refresh error due to missing parameter.
- Fix headers already sent error when setting status code in response
- Ensure components are compiled only once.
- Bump htmx to v1.9.4 and include new config options.
- New Request::set, Request::triggerName and Request::header methods.
- New Response::reselect method for the HX-Reselect header.
- New New Yoyo::actionArgs method.

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

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.9.0",
"version": "0.9.1",
"license": "MIT",
"homepage": "https://github.com/Clickfwd/yoyo",
"support": {
Expand Down

0 comments on commit e39ee96

Please sign in to comment.