Skip to content

Releases: jokeyrhyme/requirejs-promise

v1.2.0

03 May 03:13
Compare
Choose a tag to compare
  • now supports RSVP 3.x and native ES6 promises! (#5 - thanks @nfeldman)

v1.1.0

03 May 03:15
Compare
Choose a tag to compare
  • if Promise implementation offers a done method, use it instead of then for better error notification (#4 - thanks @staeke)