File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 4.3.0 (2024-06-04)
4+
5+ * Feature: Improve performance by avoiding unneeded references in ` FiberMap ` .
6+ (#88 by @clue )
7+
8+ * Feature: Improve PHP 8.4+ support by avoiding implicitly nullable type declarations.
9+ (#87 by @clue )
10+
11+ * Improve type safety for test environment.
12+ (#86 by @SimonFrings )
13+
314## 4.2.0 (2023-11-22)
415
516* Feature: Add Promise v3 template types for all public functions.
6- (#40 by @WyriHaximus )
17+ (#40 by @WyriHaximus and @ clue )
718
819 All our public APIs now use Promise v3 template types to guide IDEs and static
920 analysis tools (like PHPStan), helping with proper type usage and improving
2435## 4.1.0 (2023-06-22)
2536
2637* Feature: Add new `delay()` function to delay program execution.
27- (#69 by @clue)
38+ (#69 and #78 by @clue)
2839
2940 ```php
3041 echo 'a';
Original file line number Diff line number Diff line change @@ -623,7 +623,7 @@ This project follows [SemVer](https://semver.org/).
623623This will install the latest supported version from this branch:
624624
625625``` bash
626- composer require react/async:^4.2
626+ composer require react/async:^4.3
627627```
628628
629629See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments