Skip to content

2.8.0

Compare
Choose a tag to compare
@calvinmetcalf calvinmetcalf released this 22 Sep 23:46
· 66 commits to master since this release

Adds a couple things:

  • finally adds Promise.race static method which means that lie can be used as a polyfill
  • fixes a potential bug with the Promise.all implementation that mutable error objects were being cached.
  • updated the pre-built options in the dist folder
  • updated the readme
  • test now in phantomjs (which involved fixing the promise test suite to be browserifyiable)