Releases: requirejs/alameda
Releases · requirejs/alameda
1.2.1
1.2.0
1.1.0
Ports fixes from requirejs 2.3 so that alameda passes the requirejs 2.3 tests, except for the ones previously noted as unsupported.
1.0.0
Ports fixes from requirejs 2.2 so that alameda passes the requirejs 2.2 tests, except for the ones previously noted as unsupported.
0.3.2
0.3.1
0.3.0, moving to native promises
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.