stringCodepointSplitter/CHANGES

7 lines
186 B
Text
Raw Permalink Normal View History

2023-08-31 19:12:14 +08:00
## v0.0.2 (2023-08-30)
- add more tests
- optimalize the list processing
- disable dynamic linking to uutf
2023-08-27 12:43:35 +08:00
## v0.0.1 (2023-08-27)
2023-08-31 19:12:14 +08:00
- add `split_string_by_unicode_codepoint` initially