Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Rework javascript trim behaviour to match erlang behaviour | Brad Lewis | 2024-06-05 | |
| | ||||
* | Add test for javascript and erlang trimming mismatch | Brad Lewis | 2024-06-05 | |
| | ||||
* | Remove doc | Louis Pilfold | 2024-06-02 | |
| | ||||
* | do no use outdated | inoas | 2024-06-02 | |
| | ||||
* | fix tests, improve changelog | inoas | 2024-06-02 | |
| | ||||
* | changelog | inoas | 2024-06-02 | |
| | ||||
* | createupsert | inoas | 2024-06-02 | |
| | ||||
* | Fix incorrect example in the `iterator.last` docs | Joshua Hall | 2024-06-01 | |
| | ||||
* | update CHANGELOG.md | Gioele Bucci | 2024-05-29 | |
| | ||||
* | add -1 test for list.window | Gioele Bucci | 2024-05-29 | |
| | ||||
* | Fix infinite recursion loop in `list.window` when `by` is 0 | Gioele Bucci | 2024-05-29 | |
| | | | | | The function would enter an endless loop if 0 was passed as second argument, for e.g `list.window([1, 2], 0) // endless loop!` | |||
* | updates changelog | thorhj | 2024-05-29 | |
| | ||||
* | adds count function for list | thorhj | 2024-05-29 | |
| | ||||
* | Update CI version | Louis Pilfold | 2024-05-29 | |
| | ||||
* | Format | Louis Pilfold | 2024-05-29 | |
| | ||||
* | Changes! | Louis Pilfold | 2024-05-29 | |
| | ||||
* | Update changelog with JS changes | Michael Mark | 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 | |||
* | Update CHANGELOG.md | Michael Mark | 2024-05-29 | |
| | ||||
* | Updated CHANGELOG.md edits to new unreleased section | Michael Mark | 2024-05-29 | |
| | ||||
* | 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. | |||
* | Added tests for \b, \v, \e, \f | Michael Mark | 2024-05-29 | |
| | ||||
* | Escape control character (\e) handling | Michael Mark | 2024-05-29 | |
| | ||||
* | Update changelog with \b and \v changes | 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 | |
| | ||||
* | Add set.is_empty | Ruslan Ustits | 2024-05-29 | |
| | ||||
* | Modify changelog | 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 | |
| | ||||
* | v0.38.0v0.38.0 | Louis Pilfold | 2024-05-24 | |
| | ||||
* | Changes! | Louis Pilfold | 2024-05-24 | |
| | ||||
* | Remove deprecated | Louis Pilfold | 2024-05-24 | |
| | ||||
* | Correct CI version | Louis Pilfold | 2024-05-24 | |
| | ||||
* | Update CI version | 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. | |||
* | fixed test to float.negate after changes to OTP | thorhj | 2024-05-24 | |
| | | | | | | | | OTP v27.0 changed floating point behavior, such that 0.0 and -0.0 have distinct internal representations and are no longer considered equal. Details: https://erlang.org/documentation/doc-15.0-rc1/doc/upcoming_incompatibilities.html#0-0-and-0-0-will-no-longer-be-exactly-equal | |||
* | Update changelog | Luci Phillips | 2024-05-21 | |
| | ||||
* | Test and implement set.symmetric_difference | Luci Phillips | 2024-05-21 | |
| | ||||
* | Update changelog | Luci Phillips | 2024-05-20 | |
| | ||||
* | 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 | |
| |