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
10 changes: 5 additions & 5 deletions Cargo.lock

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

14 changes: 14 additions & 0 deletions apps/oxfmt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ 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).

## [0.14.0] - 2025-11-17

### πŸš€ Features

- 99823ad oxfmt: Print nothing for default(write) mode (#15583) (leaysgur)

### ⚑ Performance

- d99a83f oxfmt: Use simdutf8 based read_to_string (#15614) (leaysgur)

### πŸ“š Documentation

- 3d15805 linter: Reformat doc comments (#15670) (overlookmotel)

## [0.12.0] - 2025-11-10

### πŸš€ Features
Expand Down
2 changes: 1 addition & 1 deletion apps/oxfmt/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oxfmt"
version = "0.13.0"
version = "0.14.0"
authors.workspace = true
categories.workspace = true
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion apps/oxfmt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oxfmt",
"version": "0.13.0",
"version": "0.14.0",
"private": true,
"type": "module",
"main": "dist/index.js",
Expand Down
104 changes: 52 additions & 52 deletions apps/oxfmt/src-js/bindings.js

Large diffs are not rendered by default.

34 changes: 34 additions & 0 deletions apps/oxlint/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,40 @@ 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

- e01c551 oxlint: Add `--lsp` flag to run the language server (#15611) (Sysix)
- f5d9abb oxlint: Add enabled? column to --rules cli output (#15213) (Wren)
- 6b5205c linter/plugins: Implement deprecated `SourceCode#getJSDocComment` method (#15653) (overlookmotel)
- 5eccff1 linter/plugins: Implement deprecated `SourceCode` tokens methods (#15645) (overlookmotel)
- 0d52a5e linter/plugins: Implement `Context#parserOptions` getter (#15632) (overlookmotel)
- 287a538 linter/plugins: Implement `Context#get*` deprecated methods (#15606) (overlookmotel)

### πŸ› Bug Fixes

- 7c4a916 linter: Restores `oxlint --rules -f=json` functionality. (#15689) (Wren)
- 24d00f4 linter/plugins: Add types for suggested fixes (#15636) (overlookmotel)
- 257360f linter/plugins: Fill in TS type def for `RuleMeta` (#15629) (overlookmotel)
- bb5f8ca oxlint: Fix type annotation for big-endian (#15561) (Sysix)

### ⚑ Performance

- e2a0997 linter/plugins: Recycle empty visitor object in ESLint compat mode (#15693) (overlookmotel)
- 54061e9 linter/plugins: Avoid implicit boolean coercion in `initLines` (#15641) (overlookmotel)

### πŸ“š Documentation

- a5feebc linter: `oxlint-disable` not `eslint-disable` (#15672) (overlookmotel)
- 3d15805 linter: Reformat doc comments (#15670) (overlookmotel)
- 16fcba6 linter: Remove "experimental" from description of stable features (#15669) (overlookmotel)
- e62fd98 linter: Correct comment on what `EnablePlugins` does (#15668) (overlookmotel)
- a25d31e linter: Fix grammar (#15666) (overlookmotel)
- f5f452f linter: Add missing `perf` category (#15667) (overlookmotel)
- a210b12 linter/plugins: Improve JSDoc comment for `RuleOptionsSchema` (#15642) (overlookmotel)
- 3aabfac linter/plugins: Alter comments on `FILE_CONTEXT` used in ESLint-compat `Context` shim (#15605) (overlookmotel)

## [1.27.0] - 2025-11-10

### πŸš€ Features
Expand Down
2 changes: 1 addition & 1 deletion apps/oxlint/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oxlint"
version = "1.28.0"
version = "1.29.0"
authors.workspace = true
categories.workspace = true
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion apps/oxlint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oxlint",
"version": "1.28.0",
"version": "1.29.0",
"private": true,
"type": "module",
"main": "dist/index.js",
Expand Down
104 changes: 52 additions & 52 deletions apps/oxlint/src-js/bindings.js

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions crates/oxc_formatter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@ 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).

## [0.14.0] - 2025-11-17

### πŸš€ Features

- 84de1ca oxlint,oxfmt: Allow comments and also commas for vscode-json-ls (#15612) (leaysgur)
- 25a0163 formatter/sort_imports: Sort imports by `Array<Array<string>>` groups (#15578) (leaysgur)

### πŸ› Bug Fixes

- bf20cf5 formatter: `CRLF` issue in the member chain (#15764) (Dunqing)
- 5d688a0 formatter: Measuring multiline text in `fits_text` is incorrect (#15762) (Dunqing)
- e306958 formatter: Regression case for test call (#15760) (Dunqing)
- c42d983 formatter: Re-fix all cases that fail after `AstNode::Argument` was removed (#15676) (Dunqing)

### ⚑ Performance

- 128e186 formatter/sort_imports: Precompute import metadata (#15580) (leaysgur)
- cd31cc1 formatter/sort_imports: Use `Vec::with_capacity` for `next_elements` (#15579) (leaysgur)

## [0.12.0] - 2025-11-10

### πŸš€ Features
Expand Down
2 changes: 1 addition & 1 deletion crates/oxc_formatter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oxc_formatter"
version = "0.13.0"
version = "0.14.0"
authors.workspace = true
categories.workspace = true
edition.workspace = true
Expand Down
12 changes: 12 additions & 0 deletions crates/oxc_language_server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ 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

- ac5c2ab lsp/fmt: Support ignore files & patterns (#15647) (Sysix)
- 4c62ffa language_server: Add `run_server` helper for CLI tools (#15609) (Sysix)

### ⚑ Performance

- 7528db4 language_server: Pass file content as a referenced `String` (#15568) (Sysix)
- ccfd935 language_server: Avoid `Mutex` in `ServerLinter` (#15516) (Sysix)

## [1.27.0] - 2025-11-10

### πŸ› Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion crates/oxc_language_server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oxc_language_server"
version = "1.28.0"
version = "1.29.0"
authors.workspace = true
categories.workspace = true
edition.workspace = true
Expand Down
33 changes: 33 additions & 0 deletions crates/oxc_linter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,39 @@ 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

- c199e38 linter: Implement config for all tsgolint rules supporting options (#15659) (camchenry)
- 7598b3e linter: Allow configuring tsgolint rules (#15286) (camchenry)
- e50a9bf linter: Add unicorn/prefer-response-static-json rule (#15692) (Mikhail Baev)
- f5d9abb oxlint: Add enabled? column to --rules cli output (#15213) (Wren)
- 84de1ca oxlint,oxfmt: Allow comments and also commas for vscode-json-ls (#15612) (leaysgur)
- e763919 linter: Add test to enforce schema documentation for rules with configuration options (#15234) (Connor Shea)
- 6cd0b5f linter/no-callback-in-promise: Add support for `timeoutsErr` option (#15507) (Li Wei)

### πŸ› Bug Fixes

- 1decd57 linter/no-empty-named-blocks: Only search within node for comma token (#15751) (camc314)
- 17c3d6d linter: Improve docs, diagnostic message, and implementation of typescript/consistent-indexed-object-style rule. (#15750) (connorshea)
- 78a6df2 linter/no-empty-named-blocks: Skip comments when searching for token (#15735) (camc314)
- 042befd linter/require-await: Skip comments when searching for token (#15734) (camc314)
- 7a78220 linter/no-async-await: Skip comments when searching for token (#15733) (camc314)
- 23b9ad1 linter/consistent-type-specifier-style: Skip comments when searching for token (#15732) (camc314)
- 440a977 ast: Include rest properties when using `get_binding_identifiers` (#15710) (camc314)
- 516d14e linter/no-namespace: Skip comments when searching for token (#15716) (camc314)
- b5aaace linter/prefer-namespace-keyword: Skip comments when searching for token (#15715) (camc314)
- 9f991a4 linter: Reverse extends overrides priority (#14939) (Peter Wagenet)
- 81e179c linter: Allow file extensions without a dot in react/jsx-filename-extension rule (#15574) (Connor Shea)
- 7a0e931 linter: Update the unicorn/prefer-add-event-listener rule with new JavaScript APIs (#15581) (connorshea)

### πŸ“š Documentation

- 3ab750a linter: Clarify react-in-jsx-scope rule docs. (#15749) (connorshea)
- 2c58952 linter: Add config docs for no-restricted-globals rule. (#15662) (connorshea)
- fd58aea linter: Fix a typo in the docs for react/no-is-mounted. (#15575) (Connor Shea)

## [1.28.0] - 2025-11-10

### πŸš€ Features
Expand Down
2 changes: 1 addition & 1 deletion crates/oxc_linter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oxc_linter"
version = "1.28.0"
version = "1.29.0"
authors.workspace = true
categories.workspace = true
edition.workspace = true
Expand Down
11 changes: 11 additions & 0 deletions editors/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ 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

- e77f2ce vscode: Support `oxlint --lsp` (#15680) (Sysix)
- e01c551 oxlint: Add `--lsp` flag to run the language server (#15611) (Sysix)

### πŸ› Bug Fixes

- 4eb9fa6 editor: Execute `oxc.path.server` in win32 with shell (#14203) (Sysix)

## [1.27.0] - 2025-11-10

### πŸš€ Features
Expand Down
2 changes: 1 addition & 1 deletion editors/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "oxc-vscode",
"description": "oxc vscode extension",
"license": "MIT",
"version": "1.28.0",
"version": "1.29.0",
"icon": "icon.png",
"publisher": "oxc",
"displayName": "Oxc",
Expand Down
6 changes: 6 additions & 0 deletions npm/oxfmt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

## [0.14.0] - 2025-11-17

### πŸš€ Features

- 84de1ca oxlint,oxfmt: Allow comments and also commas for vscode-json-ls (#15612) (leaysgur)

Comment on lines +11 to +12
Copy link

Copilot AI Nov 17, 2025

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:

  • 84de1ca oxlint,oxfmt: Allow comments and also commas for vscode-json-ls
  • 99823ad oxfmt: Print nothing for default(write) mode
  • 25a0163 formatter/sort_imports: Sort imports by Array<Array<string>> groups

And several bug fixes and performance improvements. The changelog appears incomplete compared to what's listed in the full oxc_formatter changelog.

Suggested change
- 84de1ca oxlint,oxfmt: Allow comments and also commas for vscode-json-ls (#15612) (leaysgur)
- 84de1ca oxlint,oxfmt: Allow comments and also commas for vscode-json-ls (#15612) (leaysgur)
- 99823ad oxfmt: Print nothing for default(write) mode (#15612) (leaysgur)
- 25a0163 formatter/sort_imports: Sort imports by `Array<Array<string>>` groups (#15612) (leaysgur)
### πŸ› Bug Fixes & Performance
- Various bug fixes and performance improvements from oxc_formatter v0.14.0 (#15612) (leaysgur)

Copilot uses AI. Check for mistakes.
## [0.12.0] - 2025-11-10

### πŸš€ Features
Expand Down
2 changes: 1 addition & 1 deletion npm/oxfmt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oxfmt",
"version": "0.13.0",
"version": "0.14.0",
"type": "module",
"description": "Formatter for the JavaScript Oxidation Compiler",
"keywords": [],
Expand Down
6 changes: 6 additions & 0 deletions npm/oxlint/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Copy link

Copilot AI Nov 17, 2025

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, oxlint v1.29.0 should include multiple features such as:

  • c199e38 linter: Implement config for all tsgolint rules supporting options
  • 7598b3e linter: Allow configuring tsgolint rules
  • e77f2ce vscode: Support oxlint --lsp
  • e01c551 oxlint: Add --lsp flag to run the language server
  • ac5c2ab lsp/fmt: Support ignore files & patterns
  • e50a9bf linter: Add unicorn/prefer-response-static-json rule
  • f5d9abb oxlint: Add enabled? column to --rules cli output
  • And several more...

The changelog appears incomplete compared to what's listed in the full oxc_linter changelog.

Suggested change
- 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)

Copilot uses AI. Check for mistakes.
## [1.26.0] - 2025-11-05

### πŸš€ Features
Expand Down
2 changes: 1 addition & 1 deletion npm/oxlint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oxlint",
"version": "1.28.0",
"version": "1.29.0",
"type": "module",
"description": "Linter for the JavaScript Oxidation Compiler",
"keywords": [],
Expand Down
Loading