Skip to content

chore(release): new release#205

Merged
alexander-akait merged 1 commit intomainfrom
changeset-release/main
Apr 23, 2026
Merged

chore(release): new release#205
alexander-akait merged 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Apr 22, 2026

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

  • Add Source.prototype.buffers() that returns the source as Buffer[]. ConcatSource, CachedSource, and CompatSource implement it without allocating an intermediate concatenated buffer, allowing consumers that can write multiple buffers at once (e.g. via writev) to avoid the overhead of Buffer.concat in deeply nested sources. (by @alexander-akait in #204)

Patch Changes

  • fix: use Int32Array for signed VLQ delta accumulation in readMappings so cumulative values that go negative are preserved instead of wrapping to a large unsigned integer (by @alexander-akait in #206)

  • Improved performance in many places. (by @alexander-akait in #209)

@github-actions github-actions Bot force-pushed the changeset-release/main branch 4 times, most recently from b2e50c4 to 7ca7e3a Compare April 22, 2026 17:34
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 7ca7e3a to 8e300ab Compare April 22, 2026 18:39
@alexander-akait alexander-akait merged commit 7c520c2 into main Apr 23, 2026
1 check passed
@alexander-akait alexander-akait deleted the changeset-release/main branch April 23, 2026 11:58
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