Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Remove list.at | Louis Pilfold | 2024-05-24 | |
| | ||||
* | The `dict` module gains the `combine` function | Giacomo Cavalieri | 2024-05-24 | |
| | ||||
* | fixed test to float.negate after changes to OTP | thorhj | 2024-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 | |||
* | Test and implement set.symmetric_difference | Luci Phillips | 2024-05-21 | |
| | ||||
* | Implement and test set.is_disjoint | Luci Phillips | 2024-05-20 | |
| | ||||
* | Implement and test set.is_subset | Luci Phillips | 2024-05-20 | |
| | ||||
* | Fix `bit_array` slices of slices on JavaScript | Richard Viney | 2024-05-20 | |
| | ||||
* | Add `dict.each` | Ryan M. Moore | 2024-05-17 | |
| | ||||
* | Escape form feed control character in string.inspect on Erlang | Richard Viney | 2024-05-13 | |
| | ||||
* | iterator.find_map (#573) | Vladislav Botvin | 2024-05-01 | |
| | ||||
* | Add `list.wrap` | Ryan M. Moore | 2024-04-30 | |
| | ||||
* | Format | Louis Pilfold | 2024-04-19 | |
| | ||||
* | fix matching split returning list with Nil on JS | PgBiel | 2024-04-19 | |
| | ||||
* | Fix test and warnings | Louis Pilfold | 2024-04-04 | |
| | ||||
* | Remove broken assertion | Louis Pilfold | 2024-04-04 | |
| | ||||
* | Add tests | Kryštof Řezáč | 2024-04-04 | |
| | ||||
* | Implement `iterator.filter_map` | Danik Vitek | 2024-03-18 | |
| | ||||
* | Add `order.break_tie` and `order.lazy_break_tie` | Giacomo Cavalieri | 2024-03-13 | |
| | ||||
* | Tests | Louis Pilfold | 2024-03-04 | |
| | ||||
* | Remove unused | Louis Pilfold | 2024-02-26 | |
| | ||||
* | Fix: do not crash w/ TypeError when field decodes a null object (possibly ↵ | Kero van Gelder | 2024-02-26 | |
| | | | | obtained via JSON) | |||
* | Deprecate constant, compose | Louis Pilfold | 2024-02-22 | |
| | ||||
* | 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 | |
| |