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 9fc13e6 commit 902b81dCopy full SHA for 902b81d
CHANGELOG.md
@@ -8,6 +8,7 @@
8
environment.
9
10
## v0.28.1 - 2023-04-10
11
+
12
- The `iterator` module gains the `each` function.
13
- Fixed a bug in maps when running on JavaScript where value membership could be
14
incorrectly stated in some cases.
gleam.toml
@@ -1,5 +1,5 @@
1
name = "gleam_stdlib"
2
-version = "0.28.1"
+version = "0.28.2"
3
licences = ["Apache-2.0"]
4
description = "A standard library for the Gleam programming language"
5
0 commit comments