Lines Matching full:now
7 * Now requires PHP 5.5!
9 * Aside from the `Promise\all()` function, there's now also `Promise\race()`.
11 * Now 100% compatible with the Ecmascript 6 Promise.
17 * This package now requires PHP 5.5.
24 * BC Break: Promises now use the EventLoop to run "then"-events in a separate
27 * Promises now have a `wait()` method. Allowing you to make a promise
48 * Added: When calling emit, it's now possible to specify a callback that will be
52 * Changed: EventEmitter::listeners now returns just the callbacks for an event,
53 and no longer returns the list by reference. The list is now automatically
56 * Updated: It's now possible to remove all listeners for every event.
57 * Changed: Now uses psr-4 autoloading.