| Age | Commit message (Expand) | Author |
| 2024-10-27 | Finish deprecating stack refs with & | Bruce Hill |
| 2024-09-16 | Have Text:matches() return an optional array of matches | Bruce Hill |
| 2024-09-15 | Add a Byte datatype | Bruce Hill |
| 2024-09-15 | Improve automatic text quoting so it minimizes escape sequences when | Bruce Hill |
| 2024-09-12 | Change unicode escape to \{name} and add escape for ANSI CSI sequences: | Bruce Hill |
| 2024-09-09 | Add Text.starts_with() and Text.ends_with() | Bruce Hill |
| 2024-09-07 | Add unicode name escapes: \U[penguin] | Bruce Hill |
| 2024-09-06 | Fix test | Bruce Hill |
| 2024-09-06 | Text overhaul | Bruce Hill |
| 2024-09-06 | Add Text.trim() | Bruce Hill |
| 2024-09-05 | Fix stability of concatenation | Bruce Hill |
| 2024-09-04 | Add Text:repeat() | Bruce Hill |
| 2024-09-04 | Add Text.map(pat, fn) | Bruce Hill |
| 2024-09-04 | Add Text:matches() for convenience and performance | Bruce Hill |
| 2024-09-03 | Add recursive mode to text replacement and update docs | Bruce Hill |
| 2024-09-03 | Clean up text replacement API to use backrefs instead of match_chain() | Bruce Hill |
| 2024-09-03 | Add Text.replace_all({Pattern:Text}) and tweak API for replacement to | Bruce Hill |
| 2024-09-03 | Change pattern syntax from [..pat] to {pat} | Bruce Hill |
| 2024-09-03 | Syntax overhaul (comments back to `#`, print statments to `!!`), | Bruce Hill |
| 2024-09-03 | Better behavior for invalid character names | Bruce Hill |
| 2024-09-03 | Fix codepoint names by falling back to block names | Bruce Hill |
| 2024-09-03 | Fix for missing codepoint names | Bruce Hill |
| 2024-09-03 | Update docs | Bruce Hill |
| 2024-09-02 | Add text slicing | Bruce Hill |
| 2024-09-02 | Fix some stuff around Text:find() and text indexing | Bruce Hill |
| 2024-09-02 | Add Text:find_all() | Bruce Hill |
| 2024-09-02 | Fix splitting an empty string | Bruce Hill |
| 2024-09-02 | Add Text:join() and tests | Bruce Hill |
| 2024-09-02 | Add Text:split() and use that with an empty pattern instead of Text:clusters() | Bruce Hill |
| 2024-09-02 | Add Text:lines() | Bruce Hill |
| 2024-09-02 | Improve test | Bruce Hill |
| 2024-09-02 | WIP fixes for synthetic graphemes and adding some text conversion | Bruce Hill |
| 2024-09-02 | Fix test | Bruce Hill |
| 2024-09-02 | Text fixes | Bruce Hill |
| 2024-09-02 | Fixing string methods | Bruce Hill |
| 2024-08-18 | Deprecate `#` operator in favor of .length and fix up some issues | Bruce Hill |
| 2024-08-18 | Improved syntax for dollar-string literals | Bruce Hill |
| 2024-08-11 | Add channels and threads | Bruce Hill |
| 2024-07-05 | Tweak syntax for debug prints | Bruce Hill |
| 2024-07-04 | Add `!!` statement for printing text | Bruce Hill |
| 2024-07-01 | Add multiline string literal test | Bruce Hill |
| 2024-05-20 | Hook up Text.has(), Text.trimmed(), Text.without() | Bruce Hill |
| 2024-04-28 | Syntax tweak: use ':' for blocks | Bruce Hill |
| 2024-04-12 | Introducing the main() function | Bruce Hill |
| 2024-03-09 | Add langs to the language | Bruce Hill |
| 2024-03-04 | Fix some bugs relating to NUL termination of strings | Bruce Hill |
| 2024-03-03 | Add methods for text:clusters(), text:codepoints(), text:bytes() | Bruce Hill |
| 2024-03-03 | Unicode normalization for equality, hashing, tests, and printing | Bruce Hill |
| 2024-03-03 | Rename string test to text | Bruce Hill |