Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | In Gleam 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 | |
| | ||||
* | Fix type | Louis Pilfold | 2021-09-09 | |
| | ||||
* | Negative indexes in Erlang | Louis Pilfold | 2021-09-09 | |
| | ||||
* | JS dynamic element | Louis Pilfold | 2021-09-09 | |
| | ||||
* | URI percent encode and decode for JS | Louis Pilfold | 2021-09-07 | |
| | ||||
* | JS parse query | Louis Pilfold | 2021-09-04 | |
| | ||||
* | Regex Erlang fix | Louis Pilfold | 2021-08-27 | |
| | ||||
* | Regex compile | Louis Pilfold | 2021-08-27 | |
| | ||||
* | 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. | |||
* | 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 | |||
* | Bit string slice | Louis Pilfold | 2021-08-08 | |
| | ||||
* | bit_string.concat | Louis Pilfold | 2021-08-08 | |
| | ||||
* | Remove get line FFI | Louis Pilfold | 2021-07-31 | |
| | ||||
* | Move atom module to gleam_erlang library | Louis Pilfold | 2021-07-31 | |
| | ||||
* | Convert more string functions | Louis Pilfold | 2021-07-22 | |
| | ||||
* | Convert more string functions | Louis Pilfold | 2021-07-21 | |
| | ||||
* | JavaScript test runner | Louis Pilfold | 2021-07-13 | |
| | ||||
* | Add dynamic.tuple{3,4,5,6} (#165) | evuez | 2021-02-23 | |
| | ||||
* | Fix dialyzer error | Louis Pilfold | 2021-01-23 | |
| | ||||
* | Add io:get_line | Shritesh Bhattarai | 2021-01-21 | |
| | ||||
* | Fix typo `decoded4` -> `decode64` (#96) | Jechol Lee | 2020-08-14 | |
| | ||||
* | function.rescue | Louis Pilfold | 2020-07-15 | |
| | ||||
* | use bit_string fn | Peter Saxton | 2020-07-01 | |
| | ||||
* | Fix crash with unmodified bit builder | Louis Pilfold | 2020-06-30 | |
| | ||||
* | bit_string.{to_string, is_utf8} | Louis Pilfold | 2020-06-30 | |
| | ||||
* | Alter regex API | Louis Pilfold | 2020-06-30 | |
| | ||||
* | Remove Match.number | Erik Terpstra | 2020-06-25 | |
| | ||||
* | Return byte indexes | Erik Terpstra | 2020-06-25 | |
| | ||||
* | regex.split & regex.scan | Erik Terpstra | 2020-06-25 | |
| | ||||
* | encode and decode functions for bas64 | Peter Saxton | 2020-06-24 | |
| | ||||
* | Regex module | Erik Terpstra | 2020-06-20 | |
| | ||||
* | use is_bitstring | Peter Saxton | 2020-06-16 | |
| | ||||
* | add decode bit_string to dynamic | Peter Saxton | 2020-06-16 | |
| | ||||
* | binary -> bit string | Louis Pilfold | 2020-06-08 | |
| | ||||
* | Merge Erlang modules | Louis Pilfold | 2020-05-29 | |
| | ||||
* | Queue data type | Louis Pilfold | 2020-05-26 | |
| | ||||
* | string.next_grapheme | Erik Terpstra | 2020-05-22 | |
| | ||||
* | Remove some Erlang glue | Louis Pilfold | 2020-05-19 | |
| | ||||
* | dynamic.map | Louis Pilfold | 2020-05-19 | |
| | ||||
* | dynamic.{tuple2, tuple2_of} | Louis Pilfold | 2020-05-19 | |
| | ||||
* | string.pad_left & string.pad_right | Erik Terpstra | 2020-05-19 | |
| | ||||
* | string.starts_with & string.ends_with | Erik Terpstra | 2020-05-17 | |
| | ||||
* | Update string.trim to use Direction type and call external string.trim ↵ | Erik Terpstra | 2020-05-12 | |
| | | | | within the same file | |||
* | string.trim | Erik Terpstra | 2020-05-12 | |
| | ||||
* | Docs ready for v0.8 | Louis Pilfold | 2020-04-28 | |
| | ||||
* | Implementing String.contains and String.repeat | greggreg | 2020-04-16 | |
| | ||||
* | Rename gleam/expect to gleam/should (#27) | Jamie Luck | 2020-03-29 | |
| | ||||
* | Add leading underscore to unused Erlang arg | RJ Dellecese | 2019-12-20 | |
| |