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 75a0965 commit 07ba220Copy full SHA for 07ba220
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## 1.3.0 (2019-02-20)
4
+
5
+* Feature: Cancellation support, timeout option and improve long paginations.
6
+ (#14 by @clue)
7
8
+* Improve documentation and update project homepage.
9
+ (#12 and #13 by @clue)
10
11
## 1.2.0 (2018-04-15)
12
13
* Feature: Forward compatibility with updated clue/buzz-react.
README.md
@@ -231,7 +231,7 @@ This project follows [SemVer](https://semver.org/).
231
This will install the latest supported version:
232
233
```bash
234
-$ composer require clue/packagist-api-react:^1.2
+$ composer require clue/packagist-api-react:^1.3
235
```
236
237
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
0 commit comments