blob: 556e28475af5b72fe4b64863a328c01a634fb92a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Changelog
## 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/promise` module was created with the `Promise(value)` type and
`resolve`, `map`, and `then` functions.
|