2.8.0
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)