2.0.6
- Resolution methods are now hidden in the
Promise
returned fromDeferred::promise()
. Their exposure was an implementation detail and never promised by the return type ofDeferred::promise()
. - A named class is now used for promises, so you don't end up with an anonymous class in
var_dump()
and stack traces, which can be confusing.