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
+22
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,28 @@ 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.15.14] - 2025-03-11
8
+
9
+
### Features
10
+
11
+
- 41f32ea linter: Allow adding more overrides via `extends` configs (#9475) (camchenry)
12
+
- fb7cf10 linter: Allowing `plugins` to be extended with `extends` (#9473) (camchenry)
13
+
- fc74849 linter: Inherit `rules` via the extended config files (#9308) (camchenry)
14
+
15
+
### Bug Fixes
16
+
17
+
- 4ca62ab linter: Output right file line and column for `.vue`, `.astro` and `.svelte` files (#9484) (Sysix)
18
+
- 3105159 linter: Do not output number of rules with nested configs (#9476) (camchenry)
19
+
- 5ecda01 linter: Support nested extending (#9472) (camchenry)
20
+
21
+
### Refactor
22
+
23
+
- 62bffed rust: Allow a few annoying clippy rules (#9588) (Boshen)
24
+
25
+
### Testing
26
+
27
+
- 934a387 linter: Remove test dependency on oxlint (#9513) (camchenry)
Copy file name to clipboardexpand all lines: crates/oxc_language_server/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.15.14] - 2025-03-11
8
+
9
+
### Features
10
+
11
+
- fc74849 linter: Inherit `rules` via the extended config files (#9308) (camchenry)
Copy file name to clipboardexpand all lines: crates/oxc_linter/CHANGELOG.md
+57
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,63 @@ 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.
Copy file name to clipboardexpand all lines: npm/oxlint/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.15.14] - 2025-03-11
8
+
9
+
### Features
10
+
11
+
- 3fce826 linter: Add support for `extends` property in oxlintrc (#9217) (camchenry)
0 commit comments