Lines Matching +full:- +full:- +full:no +full:- +full:progress
4 ## 2.11.0 (2023-11-16)
13 ## 2.10.0 (2023-05-02)
27 * 2.9.0 (2022-02-11)
33 $promise->otherwise(function (OverflowException|UnderflowException $e) {
34 echo 'Error: ' . $e->getMessage() . PHP_EOL;
42 $promise->otherwise(function (OverflowException&CacheException $e) {
43 echo 'Error: ' . $e->getMessage() . PHP_EOL;
51 * 2.8.0 (2020-05-12)
78 * 2.7.1 (2018-01-07)
85 * 2.7.0 (2018-06-13)
90 * 2.6.0 (2018-06-11)
94 binding to promise, clean up canceller function reference when they are no longer
99 no longer cause any internal circular references which could cause some unexpected
104 * Mark legacy progress support / notification API as deprecated
117 * 2.5.1 (2017-03-25)
122 * 2.5.0 (2016-12-22)
135 ->always(function() use ($promises) {
138 $promise->cancel();
147 * 2.4.1 (2016-05-03)
152 * 2.4.0 (2016-03-31)
160 * 2.3.0 (2016-03-24)
166 * 2.2.2 (2016-02-26)
170 * 2.2.1 (2015-07-03)
175 * 2.2.0 (2014-12-30)
181 * Add new `progress()` method (part of the `ExtendedPromiseInterface`).
182 * Rename `Deferred::progress` to `Deferred::notify` to avoid confusion with
183 `ExtendedPromiseInterface::progress` (a `Deferred::progress` alias is
187 * 2.1.0 (2014-10-15)
192 * 2.0.0 (2013-12-10)
196 [ES6 promises specification](https://github.com/domenic/promises-unwrapping/).
208 * BC break: `Deferred::resolve()` and `Deferred::reject()` no longer return