Skip to content

0.3.0, moving to native promises

Compare
Choose a tag to compare
@jrburke jrburke released this 30 Jan 01:33
· 49 commits to master since this release

With the 0.3.0 release, the work started in the native-promise branch has been moved into the master branch. This means alameda only works in JS environments with native promise support.

For those that need to support IE 10 and 11, try alameda-prim, which bundles a private Promise implementation to allow alameda to work in those environments.