diff --git a/implementations.md b/implementations.md index b2eb879..e7272b2 100644 --- a/implementations.md +++ b/implementations.md @@ -410,6 +410,11 @@ The "Promise Objects" section of the ECMAScript specification has many additiona Simple Promises/A+ implementation, good for learning 1.0 + + jPromise + A simple and fast Promises/A+ implementation. + 1.0 +