| Commit message (Expand) | Author | Age |
... | |
* | Extra label | Louis Pilfold | 2023-02-02 |
* | product-of-empty-list-of-numbers-could-return-1 | inoas | 2023-02-01 |
* | Fix changelog | Louis Pilfold | 2023-02-01 |
* | implements the list group function (#400) | Dennis Schröder | 2023-02-01 |
* | Fix examples in regex docs (match -> check) | Michał Łępicki | 2023-01-27 |
* | only decode as map if plain object | Peter Saxton | 2023-01-18 |
* | decode javascript object as maps | Peter Saxton | 2023-01-18 |
* | add decode1 function | Peter Saxton | 2023-01-12 |
* | add drop function to set module | Peter Saxton | 2023-01-12 |
* | Decode Uint8Arrays | Louis Pilfold | 2023-01-08 |
* | Fix uri.to_string function doc example | Ethan Pang | 2022-12-30 |
* | Fix dynamic.decode8 decode9 function doc | Ethan Pang | 2022-12-30 |
* | Fix map.values function doc | Ethan Pang | 2022-12-30 |
* | fix erlang string.inspect and io.debug to correctly escape ", \, \r, \n, \r\n... | inoas | 2022-12-23 |
* | replace string.to_ints with string.utf_codepoint_to_int | inoas | 2022-12-22 |
* | tests | inoas | 2022-12-22 |
* | add string.to_ints | inoas | 2022-12-22 |
* | readd tests | inoas | 2022-12-22 |
* | fix link | inoas | 2022-12-22 |
* | add string.{to_utf_codepoints, from_utf_codepoints} | inoas | 2022-12-22 |
* | Add string.{to_utf_codepoints, from_utf_codepoints} | inoas | 2022-12-22 |
* | iterator: add transform() | Marcin Puc | 2022-12-22 |
* | Fix JS bug | Louis Pilfold | 2022-12-21 |
* | renamed from_base_string to base_parse, added documentation for base_parse | shayan javani | 2022-12-21 |
* | changed validation method for digits | shayan javani | 2022-12-21 |
* | Update gleam_stdlib.mjs | shayan javani | 2022-12-21 |
* | also check for NaN result | shayan javani | 2022-12-21 |
* | fixed javascript code for int_from_base_string | shayan javani | 2022-12-21 |
* | fixed argument type ofr do_from_base_string in javascript | shayan javani | 2022-12-21 |
* | return result | shayan javani | 2022-12-21 |
* | added from_base_string to int module | shayan javani | 2022-12-21 |
* | JS/Firefox: also match newlines in string.length and string.pop_grapheme (#385) | Kero van Gelder | 2022-12-08 |
* | Make list.at return an error given sub-zero index | Ivan Habunek | 2022-12-08 |
* | tweak names | McKayla Washburn | 2022-12-05 |
* | add e variants to gleam/io for printing to stderr | McKayla Washburn | 2022-12-05 |
* | wording | inoas | 2022-12-01 |
* | improve float loosely docs | inoas | 2022-12-01 |
* | add apply1-apply3 crosslinks | inoas | 2022-12-01 |
* | improve function.{curry2, .., curry6) docblocks | inoas | 2022-12-01 |
* | gleam format | inoas | 2022-11-27 |
* | difference | inoas | 2022-11-27 |
* | add float.loosely_equals | inoas | 2022-11-27 |
* | remove erlang ffi decode_thunk as it seems to be used nowhere | inoas | 2022-11-23 |
* | improve int.floor_divide | inoas | 2022-11-15 |
* | do not specify self's module name | inoas | 2022-11-14 |
* | make gleam docblocks consistent by separating them into executed blocks, mino... | inoas | 2022-11-14 |
* | no double empty lines in docblocks | inoas | 2022-11-14 |
* | 2nd pass | inoas | 2022-11-14 |
* | format docblocks | inoas | 2022-11-14 |
* | `string.split` will now return a list of graphemes if split on an empty | inoas | 2022-11-06 |