Skip to content

Releases: requirejs/alameda

1.2.1

Choose a tag to compare

@jrburke jrburke released this 22 Nov 23:23

1.2.0

Choose a tag to compare

@jrburke jrburke released this 12 Jun 04:42

Extra compatibility with requirejs, tracked in the fixed issues.

1.1.0

Choose a tag to compare

@jrburke jrburke released this 05 Sep 00:04

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

Choose a tag to compare

@jrburke jrburke released this 17 Mar 17:28

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

Choose a tag to compare

@jrburke jrburke released this 30 Jan 23:47

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

Choose a tag to compare

@jrburke jrburke released this 30 Jan 01:59

0.3.0, moving to native promises

Choose a tag to compare

@jrburke jrburke released this 30 Jan 01:33

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.