diff --git a/implementations.md b/implementations.md index b2eb879..5804248 100644 --- a/implementations.md +++ b/implementations.md @@ -30,6 +30,11 @@ The "Promise Objects" section of the ECMAScript specification has many additiona + + TP + Lightweight Promises/A+ implementation (~1.5kb minified) , write with ec5 only for wide compatibility + 1.1.1 + Adehun Light weight Promises/A+ implementation; good for learning about the Promise/A+ spec.