-
-
Notifications
You must be signed in to change notification settings - Fork 734
release(apps): oxlint v1.29.0 && oxfmt v0.14.0 #15772
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -4,6 +4,12 @@ All notable changes to this package will be documented in this file. | |||||||||||||||||
|
|
||||||||||||||||||
| The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0). | ||||||||||||||||||
|
|
||||||||||||||||||
| ## [1.29.0] - 2025-11-17 | ||||||||||||||||||
|
|
||||||||||||||||||
| ### π Features | ||||||||||||||||||
|
|
||||||||||||||||||
| - 84de1ca oxlint,oxfmt: Allow comments and also commas for vscode-json-ls (#15612) (leaysgur) | ||||||||||||||||||
|
|
||||||||||||||||||
|
||||||||||||||||||
| - c199e38 linter: Implement config for all tsgolint rules supporting options (#15610) (contributor) | |
| - 7598b3e linter: Allow configuring tsgolint rules (#15609) (contributor) | |
| - e77f2ce vscode: Support `oxlint --lsp` (#15608) (contributor) | |
| - e01c551 oxlint: Add `--lsp` flag to run the language server (#15607) (contributor) | |
| - ac5c2ab lsp/fmt: Support ignore files & patterns (#15606) (contributor) | |
| - e50a9bf linter: Add unicorn/prefer-response-static-json rule (#15605) (contributor) | |
| - f5d9abb oxlint: Add enabled? column to --rules cli output (#15604) (contributor) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changelog entry shows only one feature from the PR description (commit 84de1ca), but according to the PR description, oxfmt v0.14.0 should include multiple features such as:
Array<Array<string>>groupsAnd several bug fixes and performance improvements. The changelog appears incomplete compared to what's listed in the full oxc_formatter changelog.