stringCodepointSplitter/CHANGES
2023-08-31 19:12:14 +08:00

6 lines
186 B
Text

## v0.0.2 (2023-08-30)
- add more tests
- optimalize the list processing
- disable dynamic linking to uutf
## v0.0.1 (2023-08-27)
- add `split_string_by_unicode_codepoint` initially