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 11# Changelog
22
3- ## Unreleased
3+ ## v0.30.0 - 2023-07-16
44
55- The ` list ` module gains the ` list.map2 ` function.
66- ` reverse ` has been renamed to ` negate ` in the ` order ` module.
1616
1717## v0.29.1 - 2023-06-01
1818
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.
2325- The ` pair ` module gains the ` new ` function.
2426
2527## v0.29.0 - 2023-05-23
Original file line number Diff line number Diff line change 11name = " gleam_stdlib"
2- version = " 0.29.2 "
2+ version = " 0.30.0 "
33licences = [" Apache-2.0" ]
44description = " A standard library for the Gleam programming language"
55
You can’t perform that action at this time.
0 commit comments