v1.0.4
- Trigger PHP errors when invalid callback is passed.
- Fully resolve rejection value before calling rejection handler.
- Add
When::lazy()to create lazy promises which will be initialized once a consumer calls thethen()method.
When::lazy() to create lazy promises which will be initialized once a consumer calls the then() method.