github-actions
released this
16 May 03:16
·
95 commits
to main
since this release
Minor Changes
- f1a43ff: Cleanup mixed use of
takeCodePoint
andString.prototype.codePointAt
grapheme
: UseString.prototype.codePointAt
grapheme
: Optimize character length checking, also reduce the size a bitutils
: AddisBMP
andisSMP
util to check a codepoint number is being BMP(Basic Multilingual Plane) rangeutils
: DeprecatedtakeCodePoint
andtakeChar
in favor of ES6String.prototype.codePointAt
andString.fromCodePoint
utils
:takeChar
is no longer depends onString.fromCodePoint
internally