Releases: WyriHaximus/TickingPromise
Releases · WyriHaximus/TickingPromise
3.1.0
Support react/promise
v3 and add the required template types for it. Also raised the minimum PHP version to 8.2.
3.1.0
- Total issues resolved: 0
- Total pull requests resolved: 19
- Total contributors: 3
Dependencies 📦,Enhancement ✨
- 86: PHP 8.2+ thanks to @WyriHaximus
Dependencies 📦
- 82: Update github/super-linter Docker tag to v5 - autoclosed thanks to @renovate[bot]
- 81: Update dependency wyrihaximus/async-test-utilities to v7 - autoclosed thanks to @renovate[bot]
- 80: Update dependency react/promise to v3 thanks to @renovate[bot]
- 78: Update actions/cache action to v3 - autoclosed thanks to @renovate[bot]
- 77: Update github/super-linter Docker tag to v2.2.2 - autoclosed thanks to @renovate[bot]
- 75: Bump react/promise from 2.8.0 to 2.10.0 thanks to @dependabot[bot]
- 67: Bump react/promise from 2.8.0 to 2.9.0 thanks to @dependabot[bot]
- 66: Bump wyrihaximus/async-test-utilities from 4.2.0 to 4.2.1 thanks to @dependabot[bot]
- 65: Bump wyrihaximus/async-test-utilities from 4.0.8 to 4.2.0 thanks to @dependabot[bot]
- 64: Bump wyrihaximus/async-test-utilities from 4.0.8 to 4.1.0 thanks to @dependabot[bot]
- 63: Bump wyrihaximus/async-test-utilities from 4.0.7 to 4.0.8 thanks to @dependabot[bot]
- 62: Bump wyrihaximus/async-test-utilities from 4.0.0 to 4.0.7 thanks to @dependabot[bot]
- 61: Bump wyrihaximus/async-test-utilities from 4.0.0 to 4.0.6 thanks to @dependabot[bot]
- 60: Bump wyrihaximus/async-test-utilities from 4.0.0 to 4.0.5 thanks to @dependabot[bot]
- 59: Bump wyrihaximus/async-test-utilities from 4.0.0 to 4.0.4 thanks to @dependabot[bot]
- 56: Bump wyrihaximus/async-test-utilities from 4.0.0 to 4.0.1 thanks to @dependabot[bot]
- 55: Bump wyrihaximus/async-test-utilities from 3.4.24 to 4.0.0 thanks to @dependabot[bot]
Enhancement ✨
- 84: Use Shared WorkFlows thanks to @WyriHaximus
3.0.0
Major new release defaulting to using the global loop accessor that came with react/eventloop
1.2.
This changes current code from this:
<?php
declare(strict_types=1);
use React�ventLoop\Factory;
use function WyriHaximus\ReactuturePromise;
$loop = Factory::create();
futurePromise($loop)->then(static function (): void {
echo 'Done', PHP_EOL;
});
futurePromise($loop)->then(static function (string $message): void {
echo $message, PHP_EOL;
}, 'Also done');
$loop->run();
To this:
<?php
declare(strict_types=1);
use function WyriHaximus\ReactuturePromise;
futurePromise()->then(static function (): void {
echo 'Done', PHP_EOL;
});
futurePromise()->then(static function (string $message): void {
echo $message, PHP_EOL;
}, 'Also done');
No more passing in the loop to any of the functions
3.0.0
- Total issues resolved: 0
- Total pull requests resolved: 26
- Total contributors: 2
Documentation 📚,MarkDown 📝
- 54: Update readme examples thanks to @WyriHaximus
Dependencies 📦,JSON 👨💼,PHP 🐘,Source 🔮,Tests 🧪
Dependencies 📦,PHP 🐘
- 52: Bump composer/composer from 1.10.21 to 1.10.22 thanks to @dependabot[bot]
- 51: Bump wyrihaximus/async-test-utilities from 3.4.22 to 3.4.24 thanks to @dependabot[bot]
- 49: Bump wyrihaximus/async-test-utilities from 3.4.21 to 3.4.22 thanks to @dependabot[bot]
- 48: Bump wyrihaximus/async-test-utilities from 3.4.20 to 3.4.21 thanks to @dependabot[bot]
- 47: Bump wyrihaximus/async-test-utilities from 3.4.18 to 3.4.20 thanks to @dependabot[bot]
- 45: Bump wyrihaximus/async-test-utilities from 3.4.16 to 3.4.18 thanks to @dependabot[bot]
- 44: Bump wyrihaximus/async-test-utilities from 3.4.15 to 3.4.16 thanks to @dependabot[bot]
- 43: Bump wyrihaximus/async-test-utilities from 3.4.13 to 3.4.15 thanks to @dependabot[bot]
- 42: Bump wyrihaximus/async-test-utilities from 3.4.12 to 3.4.13 thanks to @dependabot[bot]
- 41: Bump wyrihaximus/async-test-utilities from 3.4.11 to 3.4.12 thanks to @dependabot[bot]
- 40: Bump wyrihaximus/async-test-utilities from 3.4.10 to 3.4.11 thanks to @dependabot[bot]
- 39: Bump wyrihaximus/async-test-utilities from 3.4.8 to 3.4.10 thanks to @dependabot[bot]
- 38: Bump wyrihaximus/async-test-utilities from 3.4.7 to 3.4.8 thanks to @dependabot[bot]
- 37: Bump wyrihaximus/async-test-utilities from 3.4.6 to 3.4.7 thanks to @dependabot[bot]
- 36: Bump wyrihaximus/async-test-utilities from 3.4.5 to 3.4.6 thanks to @dependabot[bot]
- 35: Bump wyrihaximus/async-test-utilities from 3.4.4 to 3.4.5 thanks to @dependabot[bot]
- 34: Bump wyrihaximus/async-test-utilities from 3.4.3 to 3.4.4 thanks to @dependabot[bot]
- 33: Bump wyrihaximus/async-test-utilities from 3.4.2 to 3.4.3 thanks to @dependabot[bot]
- 32: Bump wyrihaximus/async-test-utilities from 3.4.1 to 3.4.2 thanks to @dependabot[bot]
- 31: Bump wyrihaximus/async-test-utilities from 3.4.0 to 3.4.1 thanks to @dependabot[bot]
- 30: Bump wyrihaximus/async-test-utilities from 3.3.3 to 3.4.0 thanks to @dependabot[bot]
- 29: Bump wyrihaximus/async-test-utilities from 3.3.2 to 3.3.3 thanks to @dependabot[bot]
- 28: Bump wyrihaximus/async-test-utilities from 3.3.1 to 3.3.2 thanks to @dependabot[bot]
- 27: Bump wyrihaximus/async-test-utilities from 3.1.0 to 3.3.1 thanks to @dependabot[bot]
2.1.0
The release adds PHP 8 support!
2.1.0
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
CI 🚧,Configuration ⚙,Dependencies 📦,JSON 👨💼,PHP 🐘,YAML 🍄
- 26: Add PHP 8 support thanks to @WyriHaximus
2.0.0
Main features in this release are dropping PHP 5.x support and this adapting to all shiny PHP 7 features. The function nextPromise
has also been removed in this release after being deprecated.
2.0.0
- Total issues resolved: 0
- Total pull requests resolved: 5
- Total contributors: 2
Dependencies 📦,PHP 🐘
Documentation 📚,MarkDown 📝
- 24: Update readme thanks to @WyriHaximus
CI 🚧,Configuration ⚙,Dependencies 📦,JSON 👨💼,NEON 🦹♂️,PHP 🐘,Source 🔮,Tests 🧪,YAML 🍄,enhancement
- 23: Next Gen QA thanks to @WyriHaximus
Dependencies 📦,JSON 👨💼,PHP 🐘
-
22: Bump to PHP 7.4+ thanks to @WyriHaximus
-
21: GitHub configuration thanks to @WyriHaximus
1.6.3
- Support event loop 0.5 part two
1.6.2
- Support event loop 0.5 part one
1.6.1
Merge remote-tracking branch 'origin/master'
1.6.0
Added an iterations parameter to tickingFuturePromise that can be use…
1.5.2
- Conditionally require functions.php
1.5.1
Merge remote-tracking branch 'origin/master'