diff options
author | Louis Pilfold <louis@lpil.uk> | 2021-08-29 17:18:37 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2021-08-29 17:18:37 +0100 |
commit | c2d25106df806fd9de96f1ab3186102ba27dceab (patch) | |
tree | 833f17fd6e3821f6ee2d536ecdef96cc3418d944 /CHANGELOG.md | |
parent | 08bf033063a8d3ce789939bac36ed39fc6bc2eca (diff) | |
download | javascript-c2d25106df806fd9de96f1ab3186102ba27dceab.tar.gz javascript-c2d25106df806fd9de96f1ab3186102ba27dceab.zip |
Promises
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 4 insertions, 2 deletions
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. |