aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* v0.38.0v0.38.0Louis Pilfold2024-05-24
|
* Changes!Louis Pilfold2024-05-24
|
* Remove deprecatedLouis Pilfold2024-05-24
|
* Correct CI versionLouis Pilfold2024-05-24
|
* Update CI versionLouis Pilfold2024-05-24
|
* Remove list.atLouis Pilfold2024-05-24
|
* The `dict` module gains the `combine` functionGiacomo Cavalieri2024-05-24
|
* Fix set.symmetric_difference docsKevin2024-05-24
| | | | It seems like the return value for this example is wrong here even though I haven't run the code locally to double-check yet.
* fixed test to float.negate after changes to OTPthorhj2024-05-24
| | | | | | | | OTP v27.0 changed floating point behavior, such that 0.0 and -0.0 have distinct internal representations and are no longer considered equal. Details: https://erlang.org/documentation/doc-15.0-rc1/doc/upcoming_incompatibilities.html#0-0-and-0-0-will-no-longer-be-exactly-equal
* Update changelogLuci Phillips2024-05-21
|
* Test and implement set.symmetric_differenceLuci Phillips2024-05-21
|
* Update changelogLuci Phillips2024-05-20
|
* Implement and test set.is_disjointLuci Phillips2024-05-20
|
* Implement and test set.is_subsetLuci Phillips2024-05-20
|
* Format set moduleLuci Phillips2024-05-20
|
* Fix `bit_array` slices of slices on JavaScriptRichard Viney2024-05-20
|
* Changes!Louis Pilfold2024-05-17
|
* DeprecateLouis Pilfold2024-05-17
|
* Add `dict.each`Ryan M. Moore2024-05-17
|
* Improve performance of `list.sort` for (pre)sorted listsGiacomo Cavalieri2024-05-15
|
* Escape form feed control character in string.inspect on ErlangRichard Viney2024-05-13
|
* Fewer examplesLouis Pilfold2024-05-10
|
* Make dynamic warning strongerLouis Pilfold2024-05-09
|
* iterator.find_map (#573)Vladislav Botvin2024-05-01
|
* Update examples for `dict.to_list`Ryan M. Moore2024-05-01
|
* Changes!Louis Pilfold2024-04-30
|
* Add `list.wrap`Ryan M. Moore2024-04-30
|
* Add doc comment to set.dropSamu Kumpulainen2024-04-29
|
* Add spaceLouis Pilfold2024-04-20
|
* format-docblocksinoas2024-04-20
|
* FormatLouis Pilfold2024-04-19
|
* v0.37.0v0.37.0Louis Pilfold2024-04-19
|
* Update CI versionLouis Pilfold2024-04-19
|
* update CHANGELOGPgBiel2024-04-19
|
* fix matching split returning list with Nil on JSPgBiel2024-04-19
|
* map -> dictLouis Pilfold2024-04-18
| | | | Closes https://github.com/gleam-lang/stdlib/issues/564
* fix: typo in `decode1`Roman Wagner2024-04-16
|
* Corrected set.from_list exampletrag1c2024-04-12
|
* typo fixVladislav Botvin2024-04-10
|
* Deprecate `bool.min` and `bool.max`Giacomo Cavalieri2024-04-08
|
* Fix test and warningsLouis Pilfold2024-04-04
|
* Remove broken assertionLouis Pilfold2024-04-04
|
* Add testsKryštof Řezáč2024-04-04
|
* Change order of classifyKryštof Řezáč2024-04-04
|
* fix code example output of io.println_error()Samuel Burkhardt2024-03-22
| | | | this fixes a small inconsistency on https://hexdocs.pm/gleam_stdlib/gleam/io.html#println_error
* Update int.gleamArnav K2024-03-22
|
* FormatLouis Pilfold2024-03-21
|
* Clarify useLouis Pilfold2024-03-21
|
* Add note about side-effects in guardsarna2024-03-18
|
* Implement `iterator.filter_map`Danik Vitek2024-03-18
|