File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## Unreleased
3
+ ## v0.30.0 - 2023-07-16
4
4
5
5
- The ` list ` module gains the ` list.map2 ` function.
6
6
- ` reverse ` has been renamed to ` negate ` in the ` order ` module.
16
16
17
17
## v0.29.1 - 2023-06-01
18
18
19
- - Fixed a bug on target JavaScript where ` regex.check ` would not correctly execute
20
- while using the same regular expression in consecutive calls.
21
- - The ` zip ` function's second argument in the ` list ` module gains the ` with ` label.
22
- - The ` strict_zip ` function's second argument in the ` list ` module gains the ` with ` label.
19
+ - Fixed a bug on target JavaScript where ` regex.check ` would not correctly
20
+ execute while using the same regular expression in consecutive calls.
21
+ - The ` zip ` function's second argument in the ` list ` module gains the ` with `
22
+ label.
23
+ - The ` strict_zip ` function's second argument in the ` list ` module gains the
24
+ ` with ` label.
23
25
- The ` pair ` module gains the ` new ` function.
24
26
25
27
## v0.29.0 - 2023-05-23
Original file line number Diff line number Diff line change 1
1
name = " gleam_stdlib"
2
- version = " 0.29.2 "
2
+ version = " 0.30.0 "
3
3
licences = [" Apache-2.0" ]
4
4
description = " A standard library for the Gleam programming language"
5
5
You can’t perform that action at this time.
0 commit comments