Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | rename `iterator.filter` label from `for` to `keeping` | Giacomo Cavalieri | 2023-10-23 | |
| | ||||
* | rename `list.filter` label from `for` to `keeping` | Giacomo Cavalieri | 2023-10-23 | |
| | ||||
* | Update result.gleam to remove inoperable examples | Gavin McGimpsey | 2023-10-19 | |
| | ||||
* | Update result.gleam to clarify try and add examples of use | Gavin McGimpsey | 2023-10-19 | |
| | | | I found result.try confusing when I had not realized that it could "replace" an `Ok` with an `Error`. I also did not understand its use in function chaining because I hadn't seen an example of a function call creating the result that it takes as input. This changes the language to offer a more specific description of what result.try does, and to show examples of use that will hopefully demonstrate its value more clearly. | |||
* | Fix map equality checking when the amount of keys differs | Mikko Ahlroth | 2023-10-17 | |
| | ||||
* | Improve pop_grapheme perf on JS | Louis Pilfold | 2023-10-03 | |
| | ||||
* | Changes! | Louis Pilfold | 2023-10-02 | |
| | ||||
* | list.key_filter | Louis Pilfold | 2023-10-02 | |
| | ||||
* | Fix changelog | Louis Pilfold | 2023-09-27 | |
| | ||||
* | add `iterator.map2` | Giacomo Cavalieri | 2023-09-27 | |
| | ||||
* | Fix typos | Adi Salimgereev | 2023-09-27 | |
| | ||||
* | v0.31.0v0.31.0 | Louis Pilfold | 2023-09-25 | |
| | ||||
* | Update string.slice docs | Mikko Ahlroth | 2023-09-11 | |
| | | | The slice function docs implied it could get two indexes, when it should get a start index and a length. | |||
* | Remove extra wrapping | Louis Pilfold | 2023-09-04 | |
| | ||||
* | Changes! | Louis Pilfold | 2023-09-04 | |
| | ||||
* | Bitwise int functions | Louis Pilfold | 2023-09-04 | |
| | ||||
* | review comments | Giacomo Cavalieri | 2023-09-04 | |
| | ||||
* | Readme! | Giacomo Cavalieri | 2023-09-04 | |
| | ||||
* | swap `iterator.flatten` and `iterator.concat` | Giacomo Cavalieri | 2023-09-04 | |
| | ||||
* | Change `iterator.flatten`'s type | Giacomo Cavalieri | 2023-09-04 | |
| | ||||
* | Remove the deprecation notice from `list.flatten` | Giacomo Cavalieri | 2023-09-04 | |
| | ||||
* | Rename `iterator.flatten` into `iterator.concat` | Giacomo Cavalieri | 2023-09-04 | |
| | ||||
* | v0.30.2v0.30.2 | Louis Pilfold | 2023-08-31 | |
| | ||||
* | Changes! | Louis Pilfold | 2023-08-31 | |
| | ||||
* | Fix crash | Louis Pilfold | 2023-08-31 | |
| | ||||
* | Remove need for reverse in `list.range` | Dmitrii Maganov | 2023-08-25 | |
| | ||||
* | Simplify random functions | Louis Pilfold | 2023-08-19 | |
| | ||||
* | v0.30.1v0.30.1 | Louis Pilfold | 2023-08-06 | |
| | ||||
* | oh, old | McKayla Washburn | 2023-08-03 | |
| | ||||
* | fix `tuple6` example | McKayla Washburn | 2023-08-03 | |
| | ||||
* | Specify Gleam version | Louis Pilfold | 2023-07-29 | |
| | ||||
* | Fix error in `error.values`'s doc | Giacomo Cavalieri | 2023-07-27 | |
| | ||||
* | yield documentation | Louis Pilfold | 2023-07-27 | |
| | ||||
* | iterator.yield | Louis Pilfold | 2023-07-27 | |
| | ||||
* | Changes! | Louis Pilfold | 2023-07-23 | |
| | ||||
* | Show atom function in string.inspect | Louis Pilfold | 2023-07-23 | |
| | ||||
* | Tweak | Louis Pilfold | 2023-07-23 | |
| | ||||
* | Changes! | Louis Pilfold | 2023-07-23 | |
| | ||||
* | Gleam fix | Louis Pilfold | 2023-07-23 | |
| | ||||
* | Handle inspect on Erlang atoms (that can be created from strings in Gleam), ↵ | inoas | 2023-07-23 | |
| | | | | that are invalid in Gleam. (#479) | |||
* | Bump CI versions | Louis Pilfold | 2023-07-23 | |
| | ||||
* | Remove special character from `map2`'s doc | Giacomo Cavalieri | 2023-07-23 | |
| | ||||
* | break at line 80 | inoas | 2023-07-20 | |
| | ||||
* | v0.30.0v0.30.0 | Louis Pilfold | 2023-07-16 | |
| | ||||
* | `order.reverse` (#476) | Kayla Washburn | 2023-07-16 | |
| | ||||
* | Add deprecated version | Louis Pilfold | 2023-07-13 | |
| | ||||
* | rename `list.flatten` to `list.concat` (#477) | Kayla Washburn | 2023-07-13 | |
| | ||||
* | Test for other types | Louis Pilfold | 2023-06-24 | |
| | ||||
* | Revert "Add `list.map3`" | Giacomo Cavalieri | 2023-06-24 | |
| | | | | This reverts commit c228035cb43bc72da6b68c3b9067c314046279e9. | |||
* | Add `list.map3` | Giacomo Cavalieri | 2023-06-24 | |
| |