Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Update examples for `dict.to_list` | Ryan M. Moore | 2024-05-01 | |
| | ||||
* | Add `list.wrap` | Ryan M. Moore | 2024-04-30 | |
| | ||||
* | Add doc comment to set.drop | Samu Kumpulainen | 2024-04-29 | |
| | ||||
* | Add space | Louis Pilfold | 2024-04-20 | |
| | ||||
* | format-docblocks | inoas | 2024-04-20 | |
| | ||||
* | Format | Louis Pilfold | 2024-04-19 | |
| | ||||
* | fix matching split returning list with Nil on JS | PgBiel | 2024-04-19 | |
| | ||||
* | map -> dict | Louis Pilfold | 2024-04-18 | |
| | | | | Closes https://github.com/gleam-lang/stdlib/issues/564 | |||
* | fix: typo in `decode1` | Roman Wagner | 2024-04-16 | |
| | ||||
* | Corrected set.from_list example | trag1c | 2024-04-12 | |
| | ||||
* | typo fix | Vladislav Botvin | 2024-04-10 | |
| | ||||
* | Deprecate `bool.min` and `bool.max` | Giacomo Cavalieri | 2024-04-08 | |
| | ||||
* | Fix test and warnings | Louis Pilfold | 2024-04-04 | |
| | ||||
* | Change order of classify | Kryštof Řezáč | 2024-04-04 | |
| | ||||
* | fix code example output of io.println_error() | Samuel Burkhardt | 2024-03-22 | |
| | | | | this fixes a small inconsistency on https://hexdocs.pm/gleam_stdlib/gleam/io.html#println_error | |||
* | Update int.gleam | Arnav K | 2024-03-22 | |
| | ||||
* | Format | Louis Pilfold | 2024-03-21 | |
| | ||||
* | Clarify use | Louis Pilfold | 2024-03-21 | |
| | ||||
* | Add note about side-effects in guard | sarna | 2024-03-18 | |
| | ||||
* | Implement `iterator.filter_map` | Danik Vitek | 2024-03-18 | |
| | ||||
* | Deprecate list.at | Louis Pilfold | 2024-03-17 | |
| | ||||
* | fix typo in iterator.gleam | Satoshi Yoshikawa | 2024-03-16 | |
| | ||||
* | Add `order.break_tie` and `order.lazy_break_tie` | Giacomo Cavalieri | 2024-03-13 | |
| | ||||
* | Remove some indirection | Louis Pilfold | 2024-03-05 | |
| | ||||
* | Remove mistakenly public function | Louis Pilfold | 2024-03-05 | |
| | | | | Closes https://github.com/gleam-lang/stdlib/issues/532 | |||
* | Remove mismatch | Louis Pilfold | 2024-03-04 | |
| | ||||
* | Update for latest Gleam | Louis Pilfold | 2024-03-04 | |
| | ||||
* | Document option/result | Louis Pilfold | 2024-03-04 | |
| | ||||
* | Update reference to gleam/map in Set docs | Wesley Moore | 2024-02-26 | |
| | | | | | Map was renamed to Dict in 6139295179325810d53613879613b4181188d56a | |||
* | Fix: do not crash w/ TypeError when field decodes a null object (possibly ↵ | Kero van Gelder | 2024-02-26 | |
| | | | | obtained via JSON) | |||
* | fix: use `dict` instead of `map` in dynamic->dict examples | James Hillyerd | 2024-02-26 | |
| | ||||
* | Deprecate constant, compose | Louis Pilfold | 2024-02-22 | |
| | ||||
* | Fix warning | Louis Pilfold | 2024-02-15 | |
| | ||||
* | Changes | Louis Pilfold | 2024-02-15 | |
| | ||||
* | Make bit_array.inspect work on JS | Richard Viney | 2024-02-15 | |
| | ||||
* | Switch to string accumulator | Richard Viney | 2024-02-15 | |
| | ||||
* | Remove base16 variant. Add support for partial bytes. | Richard Viney | 2024-02-15 | |
| | ||||
* | Add bit_array.inspect and bit_array.inspect_base16 | Richard Viney | 2024-02-15 | |
| | ||||
* | Remove trailing whitespace | Joseph T. Lyons | 2024-02-08 | |
| | ||||
* | Fix typo in iterator | Joseph T. Lyons | 2024-02-08 | |
| | ||||
* | Use optional_field in optional_field docs | Michael Jones | 2024-01-20 | |
| | ||||
* | Format! | Louis Pilfold | 2024-01-16 | |
| | ||||
* | Remove deprecated | Louis Pilfold | 2024-01-16 | |
| | ||||
* | change doc example style | Giacomo Cavalieri | 2024-01-07 | |
| | ||||
* | Add set difference function | Doug Tykocki | 2024-01-04 | |
| | ||||
* | uri doc examples | Giacomo Cavalieri | 2024-01-02 | |
| | ||||
* | string doc examples | Giacomo Cavalieri | 2024-01-02 | |
| | ||||
* | string_builder doc examples | Giacomo Cavalieri | 2024-01-02 | |
| | ||||
* | set doc examples | Giacomo Cavalieri | 2024-01-02 | |
| | ||||
* | result doc examples | Giacomo Cavalieri | 2024-01-02 | |
| |