Skip to content

2.0.6

Compare
Choose a tag to compare
@kelunik kelunik released this 27 Jan 19:19
· 413 commits to 3.x since this release
v2.0.6
  • Resolution methods are now hidden in the Promise returned from Deferred::promise(). Their exposure was an implementation detail and never promised by the return type of Deferred::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.