Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | adds count function for list | thorhj | 2024-05-29 | |
| | ||||
* | Replaced `JSON.stringify` with new `inspectString` | Michael Mark | 2024-05-29 | |
| | | | | | This should be an O(n) implementation, unless string concatenation is doing something I'm not expecting. This code should be reviewed. | |||
* | gleam format | Michael Mark | 2024-05-29 | |
| | ||||
* | Changed u-ification function to use `io_lib:format` | Michael Mark | 2024-05-29 | |
| | ||||
* | Control characters 128-159 are now escaped | Michael Mark | 2024-05-29 | |
| | | | | Also added tests for this new case | |||
* | Generalized escape handling for all chars < 32 | Michael Mark | 2024-05-29 | |
| | | | | | | | | | Also some minor improvements like more tests, correcting codes in format \u{xx} to \u{xxxx}, and escaping code 127. Now, all characters with an ASCII code of less than 32 are automatically converted into \u{xxxx} syntax in string.inspect. Now, the only way that string.inspect will show two strings as identical when they're not is if they use copycat unicodes, such as greek question mark or accent modifiers. | |||
* | Escape control character (\e) handling | Michael Mark | 2024-05-29 | |
| | ||||
* | Backspace and vertical tab escape handling | Michael Mark | 2024-05-29 | |
| | ||||
* | Add set.is_empty | Ruslan Ustits | 2024-05-29 | |
| | ||||
* | Rename variables | Ruslan Ustits | 2024-05-29 | |
| | ||||
* | Add is_empty to dict | Ruslan Ustits | 2024-05-29 | |
| | ||||
* | Deprecate min and max | Louis Pilfold | 2024-05-24 | |
| | ||||
* | Remove deprecated | Louis Pilfold | 2024-05-24 | |
| | ||||
* | Remove list.at | Louis Pilfold | 2024-05-24 | |
| | ||||
* | The `dict` module gains the `combine` function | Giacomo Cavalieri | 2024-05-24 | |
| | ||||
* | Fix set.symmetric_difference docs | Kevin | 2024-05-24 | |
| | | | | It seems like the return value for this example is wrong here even though I haven't run the code locally to double-check yet. | |||
* | Test and implement set.symmetric_difference | Luci Phillips | 2024-05-21 | |
| | ||||
* | Implement and test set.is_disjoint | Luci Phillips | 2024-05-20 | |
| | ||||
* | Implement and test set.is_subset | Luci Phillips | 2024-05-20 | |
| | ||||
* | Format set module | Luci Phillips | 2024-05-20 | |
| | ||||
* | Fix `bit_array` slices of slices on JavaScript | Richard Viney | 2024-05-20 | |
| | ||||
* | Deprecate | Louis Pilfold | 2024-05-17 | |
| | ||||
* | Add `dict.each` | Ryan M. Moore | 2024-05-17 | |
| | ||||
* | Improve performance of `list.sort` for (pre)sorted lists | Giacomo Cavalieri | 2024-05-15 | |
| | ||||
* | Escape form feed control character in string.inspect on Erlang | Richard Viney | 2024-05-13 | |
| | ||||
* | Fewer examples | Louis Pilfold | 2024-05-10 | |
| | ||||
* | Make dynamic warning stronger | Louis Pilfold | 2024-05-09 | |
| | ||||
* | iterator.find_map (#573) | Vladislav Botvin | 2024-05-01 | |
| | ||||
* | Update examples for `dict.to_list` | Ryan M. Moore | 2024-05-01 | |
| | ||||
* | Add `list.wrap` | Ryan M. Moore | 2024-04-30 | |
| | ||||
* | Add doc comment to set.drop | Samu Kumpulainen | 2024-04-29 | |
| | ||||
* | Add space | Louis Pilfold | 2024-04-20 | |
| | ||||
* | format-docblocks | inoas | 2024-04-20 | |
| | ||||
* | Format | Louis Pilfold | 2024-04-19 | |
| | ||||
* | fix matching split returning list with Nil on JS | PgBiel | 2024-04-19 | |
| | ||||
* | map -> dict | Louis Pilfold | 2024-04-18 | |
| | | | | Closes https://github.com/gleam-lang/stdlib/issues/564 | |||
* | fix: typo in `decode1` | Roman Wagner | 2024-04-16 | |
| | ||||
* | Corrected set.from_list example | trag1c | 2024-04-12 | |
| | ||||
* | typo fix | Vladislav Botvin | 2024-04-10 | |
| | ||||
* | Deprecate `bool.min` and `bool.max` | Giacomo Cavalieri | 2024-04-08 | |
| | ||||
* | Fix test and warnings | Louis Pilfold | 2024-04-04 | |
| | ||||
* | Change order of classify | Kryštof Řezáč | 2024-04-04 | |
| | ||||
* | fix code example output of io.println_error() | Samuel Burkhardt | 2024-03-22 | |
| | | | | this fixes a small inconsistency on https://hexdocs.pm/gleam_stdlib/gleam/io.html#println_error | |||
* | Update int.gleam | Arnav K | 2024-03-22 | |
| | ||||
* | Format | Louis Pilfold | 2024-03-21 | |
| | ||||
* | Clarify use | Louis Pilfold | 2024-03-21 | |
| | ||||
* | Add note about side-effects in guard | sarna | 2024-03-18 | |
| | ||||
* | Implement `iterator.filter_map` | Danik Vitek | 2024-03-18 | |
| | ||||
* | Deprecate list.at | Louis Pilfold | 2024-03-17 | |
| | ||||
* | fix typo in iterator.gleam | Satoshi Yoshikawa | 2024-03-16 | |
| |