Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Move atom module to gleam_erlang library | Louis Pilfold | 2021-07-31 |
| | |||
* | Bit string JS funtions | Louis Pilfold | 2021-07-30 |
| | |||
* | Bit string JS functions | Louis Pilfold | 2021-07-28 |
| | |||
* | Gleam native string padding. Iterator tests | Louis Pilfold | 2021-07-26 |
| | |||
* | Complete string module conversion | Louis Pilfold | 2021-07-26 |
| | |||
* | Convert more string functions | Louis Pilfold | 2021-07-22 |
| | |||
* | Unicode split test | Louis Pilfold | 2021-07-21 |
| | |||
* | Convert more string functions | Louis Pilfold | 2021-07-21 |
| | |||
* | Convert some string functions | Louis Pilfold | 2021-07-21 |
| | |||
* | Port int module to JS (#219) | Peter Saxton | 2021-07-20 |
| | |||
* | JS option module | Louis Pilfold | 2021-07-19 |
| | |||
* | JS queue module | Louis Pilfold | 2021-07-19 |
| | |||
* | Result functions on JS | Louis Pilfold | 2021-07-18 |
| | |||
* | Remove function.rescue function | Louis Pilfold | 2021-07-18 |
| | | | | Closes https://github.com/gleam-lang/gleam/issues/1196 | ||
* | JS list support | Louis Pilfold | 2021-07-18 |
| | |||
* | Remove os module | Louis Pilfold | 2021-07-18 |
| | |||
* | JS pair module support | Louis Pilfold | 2021-07-16 |
| | |||
* | bool and order JS support | Louis Pilfold | 2021-07-16 |
| | |||
* | move into if erlang block | Robert Attard | 2021-07-13 |
| | |||
* | iterator.fold_until | Robert Attard | 2021-07-13 |
| | |||
* | map.update uses option | Louis Pilfold | 2021-07-13 |
| | |||
* | JavaScript test runner | Louis Pilfold | 2021-07-13 |
| | |||
* | Support unicode in env variables | Marcin Puc | 2021-05-12 |
| | |||
* | Add list.transpose and list.interleave | Sebastian Porto | 2021-05-11 |
| | |||
* | Add option.all | Sebastian Porto | 2021-05-11 |
| | |||
* | Add list.flat_map (#202) | Sebastian Porto | 2021-05-07 |
| | |||
* | Add option.values (#203) | Sebastian Porto | 2021-05-07 |
| | |||
* | Add result.values (#204) | Sebastian Porto | 2021-05-07 |
| | |||
* | Reformat to new tuple syntax | Marcin Puc | 2021-05-07 |
| | |||
* | Rename combination_by_2 to combination_pairs | Sebastian | 2021-04-29 |
| | |||
* | Rename combinations_by to combinations | Sebastian | 2021-04-29 |
| | |||
* | Add list.combinations | Sebastian Porto | 2021-04-29 |
| | |||
* | Add iterator.interleave | Marcin Puc | 2021-04-16 |
| | |||
* | Use iterator.empty in tests and examples | Marcin Puc | 2021-04-16 |
| | |||
* | Add iterator.{empty, once, single} | Marcin Puc | 2021-04-16 |
| | |||
* | Add {iterator, list}.last | Marcin Puc | 2021-04-15 |
| | |||
* | add list.scan | Robert Attard | 2021-04-14 |
| | |||
* | Rename `map_reduce` to `map_fold` | Marcin Puc | 2021-04-13 |
| | |||
* | Add {iterator. list}.reduce | Marcin Puc | 2021-04-13 |
| | |||
* | rename string.drop_before to string.crop; use erl_contains instead of ↵ | Robert Attard | 2021-04-09 |
| | | | | split_once and then concat | ||
* | add string.drop_before #131 | Robert Attard | 2021-04-09 |
| | |||
* | Flip order of args passed to fn in map_reduce. Item first and memo second. | Sebastian Porto | 2021-04-09 |
| | |||
* | Add list.map_reduce | Sebastian Porto | 2021-04-09 |
| | |||
* | Add iterator.group | Marcin Puc | 2021-04-06 |
| | |||
* | Add iterator.{any, all} | Marcin Puc | 2021-03-28 |
| | |||
* | Add iterator.intersperse | Marcin Puc | 2021-03-25 |
| | |||
* | Add iterator.sized_chunk and list.sized_chunk | Marcin Puc | 2021-03-20 |
| | |||
* | Rename chunk_by to chunk | Marcin Puc | 2021-03-20 |
| | |||
* | Add list.chunk_by | Marcin Puc | 2021-03-20 |
| | |||
* | Add iterator.chunk_by | Marcin Puc | 2021-03-20 |
| |