Skip to content

Commit 2ae0e1c

Browse files
authored
Update README.md
1 parent 535c8ec commit 2ae0e1c

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,19 @@
77

88
A lightweight implementation of the [Unicode Text Segmentation (UAX \#29)](https://www.unicode.org/reports/tr29)
99

10-
- **Zero-dependencies**: It doesn't bloat `node_modules` or the networks tab.
10+
- **Verified spec-compliance**: Up-to-date Unicode data, passes the official Unicode test suites, verifies full compliance with the `Intl.Segmenter` API via additional property-based testing, maintaining 100% coverage.
1111

12-
- **Excellent compatibility**: It works well on older browsers, edge runtimes, and embedded JavaScript runtimes like [Hermes] and [QuickJS].
12+
- **Excellent compatibility**: It works well on older browsers, edge runtimes, and React Native (Hermes).
1313

14-
- **Small bundle size**: It effectively compresses Unicode data and provides a tree-shakeable format, allowing unnecessary codes to be eliminated.
14+
- **Zero-dependencies**: It doesn't bloat `node_modules` or the networks tab. Just a small minimal snippet.
15+
16+
- **Small bundle size**: It effectively compresses Unicode data and provides a tree-shakeable format, eliminating unused codes.
1517

1618
- **Extremely efficient**: It's carefully optimized for performance, making it the fastest one in the ecosystem—outperforming even the built-in `Intl.Segmenter`.
1719

1820
- **TypeScript**: It's fully type-checked, and provides definitions with JSDoc.
1921

20-
- **ESM-first**: It natively supports ES Modules, also supports CommonJS too.
22+
- **ESM-first**: It natively supports ES Modules, and still supports CommonJS.
2123

2224
## Unicode® Version
2325

0 commit comments

Comments
 (0)