Skip to content

Version Packages #85

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 6, 2025
Merged

Version Packages #85

merged 1 commit into from
Aug 6, 2025

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jul 31, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

[email protected]

Minor Changes

  • cbd1a07: Deprecated unicode-segmenter/utils entry.

    Never used internally anymore. It's too simple, better to inline if needed.

Patch Changes

  • dbca35f: Improve runtime perf on the Unicode text processing.

    By using a precomputed lookup table for the grapheme categries of BMP characters, it improves perf by more than 10% for common cases, even ~30% for some extream cases.

    The lookup table consumes an additional 64 KB of memory, which is acceptable for most JavaScript runtime environments.

    This optimization is introduced by OpenCode w/ OpenAI's GPT-OSS-120B. It is the second successful attempt at meaningful optimization in this library.
    (The first one was the Claude Code w/ Claude Opus 4.0)

  • 782290b: Several minor perf improvements and internal cleanup.

    Even with the new optimization paths, the bundle size has barely increased.

@github-actions github-actions bot force-pushed the changeset-release/main branch from e8891e6 to b838ec1 Compare August 6, 2025 16:51
@github-actions github-actions bot force-pushed the changeset-release/main branch from b838ec1 to 4261554 Compare August 6, 2025 16:59
@cometkim cometkim merged commit 5269397 into main Aug 6, 2025
1 check passed
@cometkim cometkim deleted the changeset-release/main branch August 6, 2025 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant