| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2025-04-30 | Merge NormData with Normalize | 1 | -37/+0 | ||
| 2025-04-29 | All the std.mem.Allocators that were stored just for init and deinit | 1 | -10/+10 | ||
| methods were removed, mem.Allocators were added to deinit as arguments. | |||||
| 2024-04-02 | NormData init now takes pointer to uninitialized Self to avoid stack copy ↵ | 1 | -4/+1 | ||
| issues. | |||||
| 2024-03-28 | PropsData and errdefers for init fns | 1 | -13/+18 | ||
| 2024-03-27 | ScriptsData and made all Datas const | 1 | -1/+1 | ||
| 2024-03-01 | Moved case fold stuff to src/Caser.zig | 1 | -3/+0 | ||
| 2024-03-01 | Normalizer.eqlIgnoreCase compatibility caseless matching | 1 | -0/+4 | ||
| 2024-02-27 | Using NormPropsData in NormData; No Ziglyph deps in NOrmalizer | 1 | -0/+4 | ||
| 2024-02-27 | Using HangulData in NormData | 1 | -0/+4 | ||
| 2024-02-26 | Using NormData nfkd | 1 | -2/+6 | ||
| 2024-02-26 | Using NormData and CanonData in Normalizer | 1 | -0/+22 | ||