Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | string.to_option | Louis Pilfold | 2021-08-23 | |
| | ||||
* | Switch to upper case type names | Michael Jones | 2021-08-13 | |
| | | | | | | | | | | | | As suggested by Louis Pilfold. As Gleam generally uses upper case. Also adjust the string handling so that we don't return an error saying 'BitString'. Use 'String' instead of 'binary' as we want to lean towards Gleam terminology instead of exposing the underlying erlang names. | |||
* | Rename 'got' to 'found' | Michael Jones | 2021-08-13 | |
| | | | | I think that it might be clearer. | |||
* | Improve dynamic decoding error | Michael Jones | 2021-08-13 | |
| | | | | | | | | | | | Instead of returning a string we return a structured error. We update all the call sites and tests. I'm assuming that changing to <<>> string syntax is ok but I don't actually understand the ramifications. For gleam/issues#1226 | |||
* | Enable codepoint test | Louis Pilfold | 2021-08-12 | |
| | ||||
* | iterator.try_fold | Robert Attard | 2021-08-11 | |
| | ||||
* | Bit string slice | Louis Pilfold | 2021-08-08 | |
| | ||||
* | Pure Gleam bit builder | Louis Pilfold | 2021-08-08 | |
| | ||||
* | bit_string.concat | Louis Pilfold | 2021-08-08 | |
| | ||||
* | Remaining float functions for JS | Louis Pilfold | 2021-08-08 | |
| | ||||
* | JS float functions | Louis Pilfold | 2021-08-08 | |
| | ||||
* | Work around JS compiler bug | Louis Pilfold | 2021-08-06 | |
| | ||||
* | Fix JS versions hidden by eq error | Louis Pilfold | 2021-08-06 | |
| | ||||
* | float.parse | Louis Pilfold | 2021-08-06 | |
| | ||||
* | 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 | |
| |