| Age | Commit message (Expand) | Author |
|---|---|---|
| 2025-03-17 | Fully rename array to list | Bruce Hill |
| 2025-03-17 | Switch types to use wordier syntax `[T]` -> `List(T)` etc | Bruce Hill |
| 2025-01-02 | Replace threads with generic mutexed datastructures. | Bruce Hill |
| 2024-12-07 | Rename "NONE" to "none" | Bruce Hill |
| 2024-11-24 | Clean up some more null->none renames and fix the documentation. Also | Bruce Hill |
| 2024-11-24 | Rename "NULL" to "NONE" | Bruce Hill |
| 2024-11-21 | Add `NULL` as a syntax for null values. | Bruce Hill |
| 2024-09-16 | Deprecate :or_else()/:or_fail()/:or_exit() in favor of the `or` operator | Bruce Hill |
| 2024-09-15 | Add optional:or_exit(...) | Bruce Hill |
| 2024-09-11 | Add optional:or_else(fallback) and optional:or_fail(message) | Bruce Hill |
| 2024-09-11 | Placeholder docs for optionals | Bruce Hill |
