Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | 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 | |
| | ||||
* | `dynamic.tupleN/2` optimization | rubytree | 2023-05-13 | |
| | ||||
* | Fixes #420 | rubytree | 2023-05-13 | |
| | ||||
* | Do not reverse the result of `result.partition` | Giacomo Cavalieri | 2023-05-10 | |
| | ||||
* | Change `partition`'s return type to return both oks and errors in a pair | Giacomo Cavalieri | 2023-05-10 | |
| | ||||
* | `result.partition` test and implementation | Giacomo Cavalieri | 2023-05-10 | |
| | ||||
* | `optional_field` tests | Giacomo Cavalieri | 2023-04-29 | |
| | ||||
* | Fix `dynamic.field` behaviour | Giacomo Cavalieri | 2023-04-29 | |
| | ||||
* | fix decode_map throwing when `null` is being passed in (#432) | Danny Martini | 2023-04-29 | |
| | ||||
* | list.try_each returns the error | Louis Pilfold | 2023-04-21 | |
| | ||||
* | Use `should.equal` instead of `let assert` | Giacomo Cavalieri | 2023-04-21 | |
| | ||||
* | try_each tests | Giacomo Cavalieri | 2023-04-21 | |
| | ||||
* | then tests | Louis Pilfold | 2023-04-19 | |
| | ||||
* | Fix format | Louis Pilfold | 2023-04-19 | |
| | ||||
* | deprecate result.then in favour of result.try | inoas | 2023-04-19 | |
| | ||||
* | PMap property test | Louis Pilfold | 2023-04-10 | |
| | ||||
* | Peter's bug | Louis Pilfold | 2023-04-10 | |
| | ||||
* | `iterator.each` (#431) | Kayla Washburn | 2023-04-04 | |
| | ||||
* | Make iterator.any/all TCO eligible in JavaScript | Chuck Daniels | 2023-03-23 | |
| | | | | Fixes #427 | |||
* | make `regex.scan`'s behavior consistent across targets (#423) | shayan javani | 2023-03-14 | |
| | ||||
* | format | Julian Schurhammer | 2023-03-13 | |
| | ||||
* | js map: allow entries in array nodes | Julian Schurhammer | 2023-03-13 | |
| | | | | to reduce the number of nodes created | |||
* | map: add bitstring test | Julian Schurhammer | 2023-03-13 | |
| | ||||
* | js maps: add more tests and fix stuff | Julian Schurhammer | 2023-03-13 | |
| | ||||
* | javascript hashCode: handle uint8array | Julian Schurhammer | 2023-03-13 | |
| | ||||
* | implement hashCode for maps in javascript | Julian Schurhammer | 2023-03-13 | |
| | ||||
* | Add iterator length test case | Ethan Pang | 2023-03-02 | |
| | ||||
* | Run fix | Louis Pilfold | 2023-02-26 | |
| | ||||
* | Rework bool.guard | Louis Pilfold | 2023-02-26 | |
| |