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.6.0 (2023-07-28)
4+
5+ * Feature: Improve Promise v3 support and use template types.
6+ (#41 and #42 by @clue )
7+
8+ * Feature: Improve PHP 8.2+ support by refactoring queuing logic.
9+ (#43 by @clue )
10+
11+ * Improve test suite, ensure 100% code coverage and report failed assertions.
12+ (#37 and #39 by @clue )
13+
314## 1.5.0 (2022-09-30)
415
516* Feature: Forward compatibility with upcoming Promise v3.
Original file line number Diff line number Diff line change @@ -486,7 +486,7 @@ This project follows [SemVer](https://semver.org/).
486486This will install the latest supported version:
487487
488488``` bash
489- composer require clue/mq-react:^1.5
489+ composer require clue/mq-react:^1.6
490490```
491491
492492See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments