File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## 1.0.0 (2018-05-25)
4+
5+ * First stable release, following SemVer
6+
7+ I'd like to thank [ @geertvanbommel ] ( https://github.com/geertvanbommel ) ,
8+ a fellow software architect specializing in database batch processing and
9+ API development, for sponsoring the first release! 🎉
10+ Thanks to sponsors like this, who understand the importance of open source
11+ development, I can justify spending time and focus on open source development
12+ instead of traditional paid work.
13+
14+ > Did you know that I offer custom development services and issuing invoices for
15+ sponsorships of releases and for contributions? Contact me (@clue ) for details.
Original file line number Diff line number Diff line change @@ -49,8 +49,6 @@ much any API that already uses Promises.
4949* [ License] ( #license )
5050* [ More] ( #more )
5151
52- > Note: This project is in an early alpha stage! Feel free to report any issues you encounter.
53-
5452## Quickstart example
5553
5654Once [ installed] ( #install ) , you can use the following code to process an example
@@ -432,12 +430,15 @@ $uploader = new Transformer(10, function ($data) use ($http) {
432430The recommended way to install this library is [ through Composer] ( https://getcomposer.org ) .
433431[ New to Composer?] ( https://getcomposer.org/doc/00-intro.md )
434432
433+ This project follows [ SemVer] ( https://semver.org/ ) .
435434This will install the latest supported version:
436435
437436``` bash
438- $ composer require clue/reactphp-flux:dev-master
437+ $ composer require clue/reactphp-flux:^1.0
439438```
440439
440+ See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
441+
441442This project aims to run on any platform and thus does not require any PHP
442443extensions and supports running on legacy PHP 5.3 through current PHP 7+ and
443444HHVM.
You can’t perform that action at this time.
0 commit comments