Skip to content

Commit c06976d

Browse files
Version Packages (#105)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 13b4e09 commit c06976d

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

.changeset/five-seas-enjoy.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)