File tree 2 files changed +12
-1
lines changed 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
14
## 1.5.0 (2022-09-30)
4
15
5
16
* 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/).
486
486
This will install the latest supported version:
487
487
488
488
``` bash
489
- composer require clue/mq-react:^1.5
489
+ composer require clue/mq-react:^1.6
490
490
```
491
491
492
492
See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments