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 11# Changelog
22
3+ ## 1.7.0 (2025-05-23)
4+
5+ * Feature: Improve template types to support typed handler arguments.
6+ (#51 by @clue )
7+
8+ * Improve documentation and examples.
9+ (#47 by @yadaiio and #44 @szepeviktor )
10+
11+ * Improve test suite, run tests on PHP 8.3 + PHP 8.4 and update test environment.
12+ (#46 by @yadaiio and #50 by @PaulRotmann )
13+
314## 1.6.0 (2023-07-28)
415
516* 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/).
492492This will install the latest supported version:
493493
494494``` bash
495- composer require clue/mq-react:^1.6
495+ composer require clue/mq-react:^1.7
496496```
497497
498498See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments