| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add peek() to Grapheme.Iterator | 2024-11-02 | 1 | -0/+69 | |
| | | | | | | This does the expected thing: returns the next ?Grapheme without mutation of the iteration state. | ||||
| * | grapheme: export grapheme.State struct | 2024-04-11 | 1 | -1/+1 | |
| | | | | | | | The public function `graphemeBreak` requires a reference to a State struct, however this type is not exported. Export the type to allow users of zg to use this type and call graphemeBreak. | ||||
| * | Split out Unicode tests to separate file | 2024-03-28 | 1 | -65/+0 | |
| | | |||||
| * | ScriptsData and made all Datas const | 2024-03-27 | 1 | -2/+2 | |
| | | |||||
| * | GraphemeData and Normalize non-pub fns | 2024-03-26 | 1 | -7/+7 | |
| | | |||||
| * | Using separate data struct model. | 2024-02-26 | 1 | -41/+32 | |
| | | |||||
| * | Cleaned up directory structure | 2024-02-19 | 1 | -1/+1 | |
| | | |||||
| * | Grapheme -> grapheme | 2024-02-18 | 1 | -0/+332 | |