Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/shared-file-buffers.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unified-brotli-encoder.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/update-wasm-runtime.md

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @medicomind/rolldown-compression

## 2.5.2

### Patch Changes

- [`cb1cfe8`](https://github.com/Medico-Mind/rolldown-compression/commit/cb1cfe835554389b92b3b79f9e57480911ed7498) Thanks [@Mnwa](https://github.com/Mnwa)! - Pass each source file to Rust once per batch and share its buffer across compression algorithms, with algorithm settings sent separately.

- [`b1fbdfe`](https://github.com/Medico-Mind/rolldown-compression/commit/b1fbdfef82174a8cc8aa8ff3e326d9735c5267b6) Thanks [@Mnwa](https://github.com/Mnwa)! - Use the same Brotli encoder for single-section and parallel compression.

- [`f8b39cb`](https://github.com/Medico-Mind/rolldown-compression/commit/f8b39cbbd62cfc3f5ca3805182efd3d58804168c) Thanks [@Mnwa](https://github.com/Mnwa)! - Update the WebAssembly runtime dependency to @napi-rs/wasm-runtime 1.2.4.

## 2.5.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medicomind/rolldown-compression-darwin-arm64",
"version": "2.5.1",
"version": "2.5.2",
"cpu": [
"arm64"
],
Expand Down Expand Up @@ -33,4 +33,4 @@
"os": [
"darwin"
]
}
}
4 changes: 2 additions & 2 deletions npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medicomind/rolldown-compression-darwin-x64",
"version": "2.5.1",
"version": "2.5.2",
"cpu": [
"x64"
],
Expand Down Expand Up @@ -33,4 +33,4 @@
"os": [
"darwin"
]
}
}
4 changes: 2 additions & 2 deletions npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medicomind/rolldown-compression-linux-arm64-gnu",
"version": "2.5.1",
"version": "2.5.2",
"cpu": [
"arm64"
],
Expand Down Expand Up @@ -36,4 +36,4 @@
"libc": [
"glibc"
]
}
}
4 changes: 2 additions & 2 deletions npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medicomind/rolldown-compression-linux-x64-gnu",
"version": "2.5.1",
"version": "2.5.2",
"cpu": [
"x64"
],
Expand Down Expand Up @@ -36,4 +36,4 @@
"libc": [
"glibc"
]
}
}
4 changes: 2 additions & 2 deletions npm/linux-x64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medicomind/rolldown-compression-linux-x64-musl",
"version": "2.5.1",
"version": "2.5.2",
"cpu": [
"x64"
],
Expand Down Expand Up @@ -36,4 +36,4 @@
"libc": [
"musl"
]
}
}
2 changes: 1 addition & 1 deletion npm/wasm32-wasi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medicomind/rolldown-compression-wasm32-wasi",
"version": "2.5.1",
"version": "2.5.2",
"main": "rolldown-compression.wasi.cjs",
"files": [
"rolldown-compression.wasm32-wasi.wasm",
Expand Down
4 changes: 2 additions & 2 deletions npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medicomind/rolldown-compression-win32-x64-msvc",
"version": "2.5.1",
"version": "2.5.2",
"cpu": [
"x64"
],
Expand Down Expand Up @@ -33,4 +33,4 @@
"os": [
"win32"
]
}
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medicomind/rolldown-compression",
"version": "2.5.1",
"version": "2.5.2",
"description": "Fast native (Rust) gzip / brotli / zstd compression plugin for Rolldown, powered by napi-rs",
"keywords": [
"rolldown",
Expand Down