Skip to content

Releases: requirejs/alameda

1.2.1

22 Nov 23:23
Compare
Choose a tag to compare

1.2.0

12 Jun 04:42
Compare
Choose a tag to compare

Extra compatibility with requirejs, tracked in the fixed issues.

1.1.0

05 Sep 00:04
Compare
Choose a tag to compare

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

17 Mar 17:28
Compare
Choose a tag to compare

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

30 Jan 23:47
Compare
Choose a tag to compare

Main issue was restoring the errback behavior to match requirejs. 0.3.0 did something different, but this release restores the previous behavior.

0.3.1

30 Jan 01:59
Compare
Choose a tag to compare

0.3.0, moving to native promises

30 Jan 01:33
Compare
Choose a tag to compare

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.