|
2 | 2 |
|
3 | 3 | ## Unreleased
|
4 | 4 |
|
5 |
| -- `map_dict` module gains `update`, `merge` and `delete` functions. |
| 5 | +- The `map_dict` module gains `update`, `merge` and `delete` functions. |
| 6 | +- The `bool` module gains a `compare` function. |
| 7 | +- The `int` module gains a `compare` function. |
| 8 | +- The `list` module gains a `range` function. |
6 | 9 |
|
7 | 10 | ## v0.1.2 - 2019-04-25
|
8 | 11 |
|
9 |
| -- `list` module gains `at`, `all`, `any`, `index_map`, `intersperse`, `sort`, |
| 12 | +- The `list` module gains `at`, `all`, `any`, `index_map`, `intersperse`, `sort`, |
10 | 13 | `unique`, and `zip` functions.
|
11 | 14 | - `map_dict:Map` renamed to `map_dict:MapDict`.
|
12 |
| -- `map_dict` module gains `drop`, and `take` functions. |
13 |
| -- `str` module gains `append` function and loses `from_int`, `parse_int`, |
| 15 | +- The `map_dict` module gains `drop`, and `take` functions. |
| 16 | +- The `str` module gains `append` function and loses `from_int`, `parse_int`, |
14 | 17 | `from_float`, `parse_float`, and `base_from_int`.
|
15 | 18 | - `int` module created with `parse`, `to_string`, and `to_base_string`.
|
16 | 19 | - `float` module created with `ceiling`, `floor`, `round`, `truncate`,
|
|
0 commit comments