File tree 2 files changed +14
-3
lines changed
2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
14
## 4.2.0 (2023-11-22)
4
15
5
16
* Feature: Add Promise v3 template types for all public functions.
6
- (#40 by @WyriHaximus )
17
+ (#40 by @WyriHaximus and @ clue )
7
18
8
19
All our public APIs now use Promise v3 template types to guide IDEs and static
9
20
analysis tools (like PHPStan), helping with proper type usage and improving
24
35
## 4.1.0 (2023-06-22)
25
36
26
37
* Feature: Add new `delay()` function to delay program execution.
27
- (#69 by @clue)
38
+ (#69 and #78 by @clue)
28
39
29
40
```php
30
41
echo 'a';
Original file line number Diff line number Diff line change @@ -623,7 +623,7 @@ This project follows [SemVer](https://semver.org/).
623
623
This will install the latest supported version from this branch:
624
624
625
625
``` bash
626
- composer require react/async:^4.2
626
+ composer require react/async:^4.3
627
627
```
628
628
629
629
See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments