Skip to content

Release v1.8

Compare
Choose a tag to compare
@DigitalFlow DigitalFlow released this 22 Oct 11:16
· 233 commits to master since this release

Promise is being exported by WebApiClient now, too.
This is a fix for Promise not being available in IE. Normal attaching to .then and .catch would have been possible previously, but now you can also do things like Promise.all without having to attach bluebird or another Promise framework yourself.