Jason Kurian
Jason Kurian
@RangerMauve bluebird is a [drop-in replacement](http://bluebirdjs.com/docs/coming-from-other-libraries.html) for native promises, so I think it would be better to have a consistent Promise object returned rather than depending on the version of...
I did just notice #26 though, apologies for duplicating.
I'm not sure about [Bluebird swallowing uncaught errors](http://jamesknelson.com/are-es6-promises-swallowing-your-errors/), but if you're talking about the [`.then(success, fail)` anti-pattern](https://github.com/petkaantonov/bluebird/wiki/Promise-anti-patterns#the-thensuccess-fail-anti-pattern), you should just have `.catch`es across the board IMO.