oxc-project
sort-package-json
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
chore: release v0.0.10 (#44)
main
15 hours ago
chore: release v0.0.10
release-plz-2026-01-23T04-28-23Z
15 hours ago
chore: release v0.0.10
release-plz-2026-01-23T04-28-23Z
15 hours ago
fix: preserve `files` array order for negation patterns (#43)
main
15 hours ago
chore: fix formatting Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
fix/files-array-order
15 hours ago
fix: preserve `files` array order for negation patterns The `files` field in package.json supports glob patterns where order matters. Negation patterns (prefixed with `!`) must come after the patterns they negate. For example, `["dist", "!dist/temp"]` includes dist but excludes dist/temp. Previously, the `files` array was sorted by path depth, which would break negation patterns. Now it only deduplicates while preserving the original order, matching the behavior of keithamus/sort-package-json. Closes https://github.com/oxc-project/oxc/issues/18423 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
fix/files-array-order
15 hours ago
chore: release v0.0.10
release-plz-2026-01-23T04-19-14Z
15 hours ago
fix: preserve `files` array order for negation patterns The `files` field in package.json supports glob patterns where order matters. Negation patterns (prefixed with `!`) must come after the patterns they negate. For example, `["dist", "!dist/temp"]` includes dist but excludes dist/temp. Previously, the `files` array was sorted by path depth, which would break negation patterns. Now it only deduplicates while preserving the original order, matching the behavior of keithamus/sort-package-json. Closes https://github.com/oxc-project/oxc/issues/18423 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
main
15 hours ago
Active Branches
No pull requests found
As pull requests are created, their performance will appear here.
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs