| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2025-11-08 | Use takeDelimiterInclusive to support Zig 0.15.2 | 1 | -1/+2 | ||
| 2025-09-14 | Embed data files in scripts rather than relying on filesystem access for ↵ | 1 | -8/+3 | ||
| easier packaging | |||||
| 2025-09-14 | Update codebase to Zig 0.15.1. | 1 | -18/+20 | ||
| Removes compression support | |||||
| 2025-04-30 | Unicode 16.0 | 1 | -0/+7 | ||
| Went smoothly, needed to add some scripts and adjust the magic numbers, but other than that, all set. | |||||
| 2024-03-31 | Updated README | 1 | -3/+2 | ||
| 2024-03-27 | ScriptsData and made all Datas const | 1 | -45/+182 | ||
| 2024-03-27 | Friendly general category methods | 1 | -30/+30 | ||
| 2024-03-01 | Moved case fold stuff to src/Caser.zig | 1 | -1/+1 | ||
| 2024-02-27 | General Category with GenCatData | 1 | -18/+56 | ||
| 2024-02-27 | Using HangulData in NormData | 1 | -17/+26 | ||
| 2024-02-26 | Using separate data struct model. | 1 | -14/+11 | ||
| 2024-02-20 | Replaced ccc_map with table. 20ms faster | 1 | -0/+128 | ||