Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Use Erlang uri parser | Louis Pilfold | 2021-09-15 |
| | |||
* | uri.parse returns a result | Louis Pilfold | 2021-09-15 |
| | |||
* | Include set tests in JS | Louis Pilfold | 2021-09-11 |
| | |||
* | Flip arguments of reducers | Louis Pilfold | 2021-09-11 |
| | | | | Closes https://github.com/gleam-lag/gleam/issues/1258 | ||
* | Remove extra imports | Louis Pilfold | 2021-09-11 |
| | |||
* | JS decode field for maps | Louis Pilfold | 2021-09-11 |
| | |||
* | JS decode field for objects | Louis Pilfold | 2021-09-11 |
| | |||
* | Optional | Louis Pilfold | 2021-09-10 |
| | |||
* | JS result decoding | Louis Pilfold | 2021-09-10 |
| | |||
* | JS map decoding | Louis Pilfold | 2021-09-10 |
| | |||
* | JS list decoding | Louis Pilfold | 2021-09-10 |
| | |||
* | JS tuple decoding | Louis Pilfold | 2021-09-10 |
| | |||
* | Move tuple decoding into Gleam | Louis Pilfold | 2021-09-09 |
| | |||
* | Improve error messages | Louis Pilfold | 2021-09-09 |
| | |||
* | Negative indexes in Erlang | Louis Pilfold | 2021-09-09 |
| | |||
* | JS dynamic element | Louis Pilfold | 2021-09-09 |
| | |||
* | JS dynamic bit string | Louis Pilfold | 2021-09-09 |
| | |||
* | JS dynamic bool | Louis Pilfold | 2021-09-09 |
| | |||
* | Remove dynamic thunk function | Louis Pilfold | 2021-09-09 |
| | |||
* | JS dynamic int and float | Louis Pilfold | 2021-09-09 |
| | |||
* | JS dynamic string | Louis Pilfold | 2021-09-09 |
| | |||
* | base64 decode in JS | Louis Pilfold | 2021-09-07 |
| | |||
* | base64 encode in JS | Louis Pilfold | 2021-09-07 |
| | |||
* | uri parse segments | Louis Pilfold | 2021-09-07 |
| | |||
* | URI percent encode and decode for JS | Louis Pilfold | 2021-09-07 |
| | |||
* | Remove should module | Louis Pilfold | 2021-09-05 |
| | |||
* | JS parse query | Louis Pilfold | 2021-09-04 |
| | |||
* | Gleam URI parsing | Louis Pilfold | 2021-09-04 |
| | |||
* | Move Map impl to Gleam and a JS class | Louis Pilfold | 2021-09-01 |
| | |||
* | Improve map implementation | Matthew McMillan | 2021-09-01 |
| | |||
* | First attempt at map implementation | Matthew McMillan | 2021-09-01 |
| | |||
* | Regex scan | Louis Pilfold | 2021-08-27 |
| | |||
* | Regex split | Louis Pilfold | 2021-08-27 |
| | |||
* | Regex compile and check | Louis Pilfold | 2021-08-27 |
| | |||
* | Regex compile | Louis Pilfold | 2021-08-27 |
| | |||
* | Remove war reference | Louis Pilfold | 2021-08-23 |
| | |||
* | Full uri printing | Louis Pilfold | 2021-08-23 |
| | |||
* | Fragment | Louis Pilfold | 2021-08-23 |
| | |||
* | Handle empty host | Louis Pilfold | 2021-08-23 |
| | |||
* | Start URI printing | Louis Pilfold | 2021-08-23 |
| | |||
* | 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 |
| |