We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81e5d2b commit e76fa24Copy full SHA for e76fa24
CHANGELOG.md
@@ -2,6 +2,7 @@
2
3
## Updating from 1.0.0 to 2.0.0
4
- Overall php version requirement was bumped from `5.5` to `7.3`
5
+ - ReactPHP dependencies have been upped to their latest versions
6
- Fluent interfaces in `Dataloader::prime()`,`DataLoader::clear` and `DataLoader::clearAll()` were removed. So change usages like:
7
```php
8
$dataloader->clear('A')->prime('A', 'Y');
@@ -11,4 +12,4 @@
11
12
$dataloader->clear('A');
13
$dataloader->prime('A', 'Y');
14
```
- - All classes in the library have been marked as final.
15
+ - All classes in the library have been marked as final.
0 commit comments