| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-08-30 | Add test for ends-with fix | Laurenz | |
| 2023-08-26 | Implement `rev()` method on string (#2013) | Kevin K | |
| 2023-08-04 | Bytes type | Laurenz | |
| - Moves `Bytes` from `util` to `eval` module - Accepts bytes in `str` function for bytes -> str conversion - Adds `bytes` function for str | array -> bytes conversion - Adds `array` function for bytes -> array conversion - Adds `len`, `at`, and `slice` methods for bytes - Adds `encoding` parameter to `read` function | |||
| 2023-05-29 | Fix `.at(default: ...)` for strings and content (#1339) | Pg Biel | |
| 2023-05-24 | Rework delimiter errors | Laurenz | |
| Fixes #572 | |||
| 2023-05-19 | Update string doc: index can be negative (#1198) | Leedehai | |
| 2023-05-03 | Implement default values for at() (#995) | Michael Lohr | |
| 2023-05-03 | [Feature] Allow function as argument for string.replace (#944) | dvdvgt | |
| 2023-04-20 | Add `quo`, `trunc` and `fract` calculation methods and rename `mod` to `rem` ↵ | HarmoGlace | |
| (#890) | |||
| 2023-02-17 | Fix error handling after hashtag | Laurenz | |
| 2023-02-17 | Add `clusters` and `codepoints` methods | Laurenz | |
| 2023-02-17 | Check char boundaries in string methods | Laurenz | |
| 2023-01-30 | Add calc module | Martin Haug | |
| 2023-01-27 | Hashtags everywhere! | Laurenz | |
| 2022-12-30 | Remove index syntax in favor of accessor methods | Laurenz | |
