From c2d25106df806fd9de96f1ab3186102ba27dceab Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Sun, 29 Aug 2021 17:18:37 +0100 Subject: Promises --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index fe8e251..556e284 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,10 @@ ## Unreleased +- The `javascript` module was created with the `TypeOf`, and `Symbol` types, and + `find_symbol`, and `type_of` functions. - The `javascript/array` module was created with the `Array(element)` type and `to_list`, `from_list`, `map`, `fold`, `fold_right`, `get`, and `length` functions. -- The `javascript` module was created with the `TypeOf`, and `Symbol` types, and - `find_symbol`, and `type_of` functions. +- The `javascript/promise` module was created with the `Promise(value)` type and + `resolve`, `map`, and `then` functions. -- cgit v1.2.3