You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: apps/oxlint/CHANGELOG.md
+18
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,24 @@ All notable changes to this package will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project does not adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) until v1.0.0.
6
6
7
+
## [0.16.1] - 2025-03-20
8
+
9
+
### Features
10
+
11
+
- 8e3d9be linter: Support `--report-unused-disable-directive` (#9223) (1zumii)
12
+
13
+
### Bug Fixes
14
+
15
+
- e6f7c74 linter: Import and fix tests for typescript::no_unnecessary_parameter_property_assignment (#9720) (Ulrich Stark)
16
+
17
+
### Performance
18
+
19
+
- 84fa538 minify: Use mimalloc-safe to replace mimalloc (#9810) (LongYinan)
Copy file name to clipboardexpand all lines: crates/oxc_language_server/CHANGELOG.md
+13
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,19 @@ All notable changes to this package will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project does not adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) until v1.0.0.
6
6
7
+
## [0.16.1] - 2025-03-20
8
+
9
+
- b3ce925 data_structures: [**BREAKING**] Put all parts behind features (#9849) (overlookmotel)
10
+
11
+
### Features
12
+
13
+
- 0973356 editor: Support nested configs (#9743) (Nicholas Rayburn)
14
+
- ea7e3f0 oxc_language_server: Support nested configs (#9739) (Nicholas Rayburn)
15
+
16
+
### Documentation
17
+
18
+
- 8bc70b3 language_server: Tell about Initialization options + didChangeWatchedFiles for nested configuration (#9876) (Alexander S.)
Copy file name to clipboardexpand all lines: crates/oxc_linter/CHANGELOG.md
+39
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,45 @@ All notable changes to this package will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project does not adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) until v1.0.0.
6
6
7
+
## [0.16.1] - 2025-03-20
8
+
9
+
- ce6808a parser: [**BREAKING**] Rename `type_parameters` to `type_arguments` where needed (#9815) (hi-ogawa)
10
+
11
+
### Features
12
+
13
+
- 8e3d9be linter: Support `--report-unused-disable-directive` (#9223) (1zumii)
Copy file name to clipboardexpand all lines: editors/vscode/CHANGELOG.md
+6
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.
4
4
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project does not adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) until v1.0.0.
6
6
7
+
## [0.16.1] - 2025-03-20
8
+
9
+
### Features
10
+
11
+
- 0973356 editor: Support nested configs (#9743) (Nicholas Rayburn)
0 commit comments