Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix type | 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 percent encode and decode for JS | Louis Pilfold | 2021-09-07 |
| | |||
* | Remove should module | Louis Pilfold | 2021-09-05 |
| | |||
* | Tweak formatting | Louis Pilfold | 2021-09-05 |
| | |||
* | JS parse query | Louis Pilfold | 2021-09-04 |
| | |||
* | Gleam URI parsing | Louis Pilfold | 2021-09-04 |
| | |||
* | Use undefined as set token on JS | Louis Pilfold | 2021-09-01 |
| | |||
* | Move Map impl to Gleam and a JS class | Louis Pilfold | 2021-09-01 |
| | |||
* | Avoid building array | Louis Pilfold | 2021-09-01 |
| | |||
* | JS Set tests | Louis Pilfold | 2021-09-01 |
| | |||
* | Add caching for Map hashcodes | Louis Pilfold | 2021-09-01 |
| | |||
* | Improve map implementation | Matthew McMillan | 2021-09-01 |
| | |||
* | First attempt at map implementation | Matthew McMillan | 2021-09-01 |
| | |||
* | Dynamic JS | Louis Pilfold | 2021-08-29 |
| | |||
* | Regex Erlang fix | Louis Pilfold | 2021-08-27 |
| | |||
* | 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 |
| | |||
* | Fix codepoint | Louis Pilfold | 2021-08-26 |
| | |||
* | Update for bit string length | Louis Pilfold | 2021-08-26 |
| | |||
* | Update for bit string prelude | Louis Pilfold | 2021-08-26 |
| | |||
* | Remove extra export | Louis Pilfold | 2021-08-24 |
| | |||
* | Update for new prelude | Louis Pilfold | 2021-08-24 |
| | |||
* | Fix io.print crash bug | Louis Pilfold | 2021-08-23 |
| | | | | Closes https://github.com/gleam-lang/stdlib/issues/228 | ||
* | 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 |
| | |||
* | Use spread syntax for field override | Michael Jones | 2021-08-13 |
| | | | | Co-authored-by: Louis Pilfold <louis@lpil.uk> | ||
* | Fix incorrect error name | Michael Jones | 2021-08-13 |
| | | | | As noted by Louis. | ||
* | 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. | ||
* | Update doc comments/results | Michael Jones | 2021-08-13 |
| | | | | | | I had failed to update them for the new format. Some of them seem to be inconsistent as well. Not sure though. | ||
* | 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 | ||
* | comment change list to iterator | Robert Attard | 2021-08-11 |
| | |||
* | pipe continuation | Robert Attard | 2021-08-11 |
| | |||
* | iterator.try_fold | Robert Attard | 2021-08-11 |
| | |||
* | Remove unused named parameter | Michael Jones | 2021-08-09 |
| | | | | | As rebar3 errors when attempting to run these tests. We might want to keep these anyway but they technically fail. | ||
* | Fix doc tests | Michael Jones | 2021-08-09 |
| | | | | Various tests that are incorrect and can be adjusted to pass. |