Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Format | Louis Pilfold | 2023-12-17 |
| | |||
* | Update version | Louis Pilfold | 2023-12-17 |
| | |||
* | Simplify random | Louis Pilfold | 2023-12-17 |
| | |||
* | Remove more target usage | Louis Pilfold | 2023-12-11 |
| | |||
* | Remove target usage | Louis Pilfold | 2023-12-11 |
| | |||
* | Remove unused | Louis Pilfold | 2023-12-09 |
| | |||
* | iterator.index: change to #(a, Int) | Julian Schurhammer | 2023-12-09 |
| | |||
* | list.index_map: change callback signature | Julian Schurhammer | 2023-12-09 |
| | |||
* | Fix to_graphemes on JS when Intl.Segmenter not available | Louis Pilfold | 2023-12-02 |
| | |||
* | docs: Add string.byte_size example | Erika Rowland | 2023-12-02 |
| | |||
* | Fix git mistake | Louis Pilfold | 2023-11-30 |
| | |||
* | Fix inexhaustive match | Louis Pilfold | 2023-11-30 |
| | |||
* | Fix inexhaustive cases | Louis Pilfold | 2023-11-27 |
| | |||
* | Yet more renaming | Louis Pilfold | 2023-11-21 |
| | |||
* | Rename in JS FFI | Louis Pilfold | 2023-11-21 |
| | |||
* | map -> dict | Louis Pilfold | 2023-11-21 |
| | |||
* | Add bool.lazy_guard | tynanbe | 2023-11-18 |
| | |||
* | Separate examples for tuple5 | Alex Rothuis | 2023-11-13 |
| | |||
* | Fix docs formatting for dynamic.tuple4 examples | Alex Rothuis | 2023-11-13 |
| | |||
* | JS impl | Louis Pilfold | 2023-11-11 |
| | |||
* | Improve string inspect map formatting | Louis Pilfold | 2023-11-11 |
| | |||
* | Document division by zero | Louis Pilfold | 2023-11-11 |
| | |||
* | Update string.gleam | inoas | 2023-11-05 |
| | |||
* | fix-example | inoas | 2023-11-05 |
| | |||
* | Correctly print non-byte aligned bit arrays | Louis Pilfold | 2023-10-31 |
| | |||
* | Hex! | Louis Pilfold | 2023-10-26 |
| | |||
* | Remove unneeded | Louis Pilfold | 2023-10-26 |
| | |||
* | Deprecate gleam/base | Louis Pilfold | 2023-10-26 |
| | |||
* | Rename to bit array | Louis Pilfold | 2023-10-26 |
| | |||
* | inspect for JS now lives in this package | Louis Pilfold | 2023-10-26 |
| | |||
* | No longer depend on the .is* JS prelude methods | Louis Pilfold | 2023-10-26 |
| | |||
* | Add labels | Louis Pilfold | 2023-10-26 |
| | |||
* | bytes_builder | Louis Pilfold | 2023-10-26 |
| | |||
* | Run gleam fix, make bit_array module | Louis Pilfold | 2023-10-26 |
| | |||
* | Remove unused | Louis Pilfold | 2023-10-26 |
| | |||
* | docs: Fix list.group example | Erika Rowland | 2023-10-24 |
| | |||
* | use consistent naming for predicate function arguments | Giacomo Cavalieri | 2023-10-23 |
| | |||
* | rename `set.filter` label from `for` to `keeping` | Giacomo Cavalieri | 2023-10-23 |
| | |||
* | rename `map.filter` label from `for` to `keeping` | Giacomo Cavalieri | 2023-10-23 |
| | |||
* | 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 |
| | |||
* | list.key_filter | Louis Pilfold | 2023-10-02 |
| | |||
* | add `iterator.map2` | Giacomo Cavalieri | 2023-09-27 |
| | |||
* | Fix typos | Adi Salimgereev | 2023-09-27 |
| | |||
* | 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 |
| |