File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed
Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.3.0 (2020-10-16)
4+
5+ * Enhanced documentation for ReactPHP's new HTTP client.
6+ (#20 by @SimonFrings )
7+
8+ * Improve test suite and add ` .gitattributes ` to exclude dev files from exports.
9+ Prepare PHP 8 support, update to PHPUnit 9 and simplify test matrix.
10+ (#16 , #18 and #19 by @SimonFrings )
11+
312## 1.2.0 (2020-04-17)
413
514* Feature: Add ` any() ` helper to await first successful fulfillment of operations.
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ much any API that already uses Promises.
3838
3939** Table of contents**
4040
41+ * [ Support us] ( #support-us )
4142* [ Quickstart example] ( #quickstart-example )
4243* [ Usage] ( #usage )
4344 * [ Transformer] ( #transformer )
@@ -51,6 +52,16 @@ much any API that already uses Promises.
5152* [ License] ( #license )
5253* [ More] ( #more )
5354
55+ ## Support us
56+
57+ We invest a lot of time developing, maintaining and updating our awesome
58+ open-source projects. You can help us sustain this high-quality of our work by
59+ [ becoming a sponsor on GitHub] ( https://github.com/sponsors/clue ) . Sponsors get
60+ numerous benefits in return, see our [ sponsoring page] ( https://github.com/sponsors/clue )
61+ for details.
62+
63+ Let's take these projects to the next level together! 🚀
64+
5465## Quickstart example
5566
5667Once [ installed] ( #install ) , you can use the following code to process an example
@@ -652,7 +663,7 @@ This project follows [SemVer](https://semver.org/).
652663This will install the latest supported version:
653664
654665``` bash
655- $ composer require clue/reactphp-flux:^1.2
666+ $ composer require clue/reactphp-flux:^1.3
656667```
657668
658669See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments