We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69b0e8e commit 8da3facCopy full SHA for 8da3fac
CHANGELOG.md
@@ -2,12 +2,14 @@
2
3
## Unreleased
4
5
-- Syntax has been for Gleam v0.5.
+- Syntax has been updated for Gleam v0.5.
6
- Labels have been added to functions throughout the stdlib.
7
- `map.fetch` has been renamed to `map.get` and `map.put` to `map.insert`.
8
- `list.find` has been renamed `list.find_map` and a new `list.find` has been
9
introduced.
10
- The `pair` module gains the `map_first`, and `map_second` functions.
11
+- The `pair.Pair` type has been replaced with a 2 element anonymous struct.
12
+- The `triple` module has been removed.
13
- The `string` module gains the `compare` function.
14
- The `float` module gains the `max`, and `min` functions.
15
- The `int` module gains the `max`, and `min` functions.
0 commit comments