File tree Expand file tree Collapse file tree 3 files changed +12
-11
lines changed
Expand file tree Collapse file tree 3 files changed +12
-11
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# unicode-segmenter
22
3+ ## 0.14.2
4+
5+ ### Patch Changes
6+
7+ - b7a6e12: Optimizing grapheme break category lookup for better runtime trade-offs.
8+
9+ See [ issue] ( https://github.com/cometkim/unicode-segmenter/issues/104 ) for the explanation.
10+
11+ With this change, the library's constant memory footprint is reduced from 64 KB to 14 KB without performance regressions.
12+ However, the code size increases slightly due to inlining. It's still relatively small.
13+
314## 0.14.1
415
516### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " unicode-segmenter" ,
3- "version" : " 0.14.1 " ,
3+ "version" : " 0.14.2 " ,
44 "type" : " module" ,
55 "description" : " A lightweight implementation of the Unicode Text Segmentation (UAX #29)" ,
66 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments