Version 0.19.1
If you were providing a polyfill for Promise
and were getting the error "Unsupported implementation of Promises/A+", this release should fix it. The library was checking for the existence of a function that is not part of the Promises/A+ standard, but used to be defined when the check was introduced.