From 26be3f5ec135f125820f6e21ca826137b7ed48f9 Mon Sep 17 00:00:00 2001 From: galaxyzen Date: Tue, 12 Nov 2024 15:18:16 +0800 Subject: [PATCH] Add Promizen to implementations.md --- implementations.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/implementations.md b/implementations.md index b2eb879..b348c10 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 + + Promizen + Promizen: a promise implementation of Promises/A+ specification (MIT license) + 1.1 +