Skip to content

v0.5.0

Compare
Choose a tag to compare
@mcg-web mcg-web released this 15 Feb 08:03
· 84 commits to master since this release

v0.5.0 (2017-02-15)

Optimize DataLoader::await method (#13):

DataLoader::await first tries to get the fulfilled value
or the rejected reason directly from the promise
otherwise calls promise adapter await
to complete promise.
Now DataLoader::await will not throw "no active
dataLoader instance" exception when Promise entry is null.