aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
blob: 3bab9585087b4d605b404437382ab95013f0b960 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Changelog

## v0.1.0 - 2022-01-11

- The `javascript` module was created with the `TypeOf`, and `Symbol` types, and
  `find_symbol`, `make_reference`, `set_reference`, `update_reference`,
  `dereference`, 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
  `rescue`, `resolve`, `tap`, `map_try`, `map`, `then_try`, `await{2,6}`,
  `await_list`, `await_array`, and `then` functions.