Skip to content

Commit 8d8cd4f

Browse files
Version Packages (#59)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e7a8b1d commit 8d8cd4f

File tree

4 files changed

+19
-21
lines changed

4 files changed

+19
-21
lines changed

.changeset/fast-singers-switch.md

-15
This file was deleted.

.changeset/wild-plants-pump.md

-5
This file was deleted.

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# unicode-segmenter
22

3+
## 0.11.0
4+
5+
### Minor Changes
6+
7+
- ffb41fb: Code size is signaficantly reduced, minified JS now works in half
8+
9+
There are also some performance improvements.
10+
Not that much, but getting improvement on size without giving it up is a huge win.
11+
12+
- Compress Unicode data more in Base36
13+
14+
- Changed the internal representation into TypedArray to improve its access pattern.
15+
16+
- Shrank the grapheme lookup table size.
17+
This does not impact performance except for some edges like Hindi and Demonic, but it does reduce the bundle size.
18+
19+
- 9e0feca: Update to Unicode® 16.0.0
20+
321
## 0.10.1
422

523
### Patch Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unicode-segmenter",
3-
"version": "0.10.1",
3+
"version": "0.11.0",
44
"type": "module",
55
"description": "A lightweight implementation of the Unicode Text Segmentation (UAX #29)",
66
"license": "MIT",

0 commit comments

Comments
 (0)