File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.7.0 (2025-05-06)
4
+
5
+ * Feature: Improve template types to support typed handler arguments.
6
+ (#51 by @clue )
7
+
8
+ * Feature: Run tests on PHP 8.3 + PHP 8.4 and update test environment.
9
+ (#46 by @yadaiio and #50 by @PaulRotmann )
10
+
11
+ * Improve documentation and examples and minor changes.
12
+ (#47 by @yadaiio and #44 @szepeviktor )
13
+
3
14
## 1.6.0 (2023-07-28)
4
15
5
16
* Feature: Improve Promise v3 support and use template types.
Original file line number Diff line number Diff line change @@ -492,7 +492,7 @@ This project follows [SemVer](https://semver.org/).
492
492
This will install the latest supported version:
493
493
494
494
``` bash
495
- composer require clue/mq-react:^1.6
495
+ composer require clue/mq-react:^1.7
496
496
```
497
497
498
498
See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments