| CARVIEW |
Navigation Menu
-
Notifications
You must be signed in to change notification settings - Fork 23
Releases: requirejs/alameda
1.2.1
Assets 2
1.2.0
Extra compatibility with requirejs, tracked in the fixed issues.
Assets 2
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.
Assets 2
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.
Assets 2
0.3.2
Main issue was restoring the errback behavior to match requirejs. 0.3.0 did something different, but this release restores the previous behavior.
Assets 2
0.3.1
Assets 2
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.