Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Make bit_array.inspect work on JS | 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 |
| | |||
* | Format! | Louis Pilfold | 2024-01-16 |
| | |||
* | Remove deprecated | Louis Pilfold | 2024-01-16 |
| | |||
* | Add set difference function | Doug Tykocki | 2024-01-04 |
| | |||
* | Update version | Louis Pilfold | 2023-12-17 |
| | |||
* | Simplify random | Louis Pilfold | 2023-12-17 |
| | |||
* | iterator.index: change to #(a, Int) | Julian Schurhammer | 2023-12-09 |
| | |||
* | list.index_map: change callback signature | Julian Schurhammer | 2023-12-09 |
| | |||
* | Remove deprecated test modules | Louis Pilfold | 2023-11-27 |
| | |||
* | map -> dict | Louis Pilfold | 2023-11-21 |
| | |||
* | Panic on bool.lazy_guard test branches that shouldn't run | tynanbe | 2023-11-18 |
| | |||
* | Add bool.lazy_guard | tynanbe | 2023-11-18 |
| | |||
* | Improve string inspect map formatting | Louis Pilfold | 2023-11-11 |
| | |||
* | Correctly print non-byte aligned bit arrays | Louis Pilfold | 2023-10-31 |
| | |||
* | Hex! | Louis Pilfold | 2023-10-26 |
| | |||
* | Deprecate gleam/base | Louis Pilfold | 2023-10-26 |
| | |||
* | Rename to bit array | Louis Pilfold | 2023-10-26 |
| | |||
* | bytes_builder | Louis Pilfold | 2023-10-26 |
| | |||
* | Run gleam fix, make bit_array module | Louis Pilfold | 2023-10-26 |
| | |||
* | rename `set.filter` label from `for` to `keeping` | Giacomo Cavalieri | 2023-10-23 |
| | |||
* | Fix map equality checking when the amount of keys differs | Mikko Ahlroth | 2023-10-17 |
| | |||
* | list.key_filter | Louis Pilfold | 2023-10-02 |
| | |||
* | add `iterator.map2` | Giacomo Cavalieri | 2023-09-27 |
| | |||
* | Bitwise int functions | Louis Pilfold | 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 |
| | |||
* | Fix crash | Louis Pilfold | 2023-08-31 |
| | |||
* | iterator.yield | Louis Pilfold | 2023-07-27 |
| | |||
* | Show atom function in string.inspect | Louis Pilfold | 2023-07-23 |
| | |||
* | Tweak | 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) | ||
* | `order.reverse` (#476) | Kayla Washburn | 2023-07-16 |
| | |||
* | 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 |
| | |||
* | Add `list.map2` | Giacomo Cavalieri | 2023-06-24 |
| | |||
* | string.byte_size | Louis Pilfold | 2023-06-21 |
| | |||
* | Rename `result.recover` to `result.try_recover` | Giacomo Cavalieri | 2023-06-14 |
| | |||
* | Add `result.recover` | Giacomo Cavalieri | 2023-06-14 |
| | |||
* | Add `pair.new` | Giacomo Cavalieri | 2023-06-01 |
| | |||
* | Fix repeated `regex.check()` calls on the same regex on target javascript (#459) | inoas | 2023-05-29 |
| | |||
* | Replace occurrences of `list.head` in comments in favour of `list.first` | Giacomo Cavalieri | 2023-05-25 |
| | |||
* | Format | Louis Pilfold | 2023-05-13 |
| | |||
* | Fix coerce errors messages, js tuple from list fixes | rubytree | 2023-05-13 |
| |