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
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,16 @@ 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.9.10] - 2024-10-07
8
+
9
+
### Bug Fixes
10
+
11
+
- 9e9808b linter: Fix regression when parsing ts in vue files (#6336) (Boshen)
Copy file name to clipboardExpand all lines: crates/oxc_linter/CHANGELOG.md
+50Lines changed: 50 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,56 @@ 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.9.10] - 2024-10-07
8
+
9
+
- 5a73a66 regular_expression: [**BREAKING**] Simplify public APIs (#6262) (leaysgur)
Copy file name to clipboardExpand all lines: editors/vscode/CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,13 @@ 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.9.10] - 2024-10-07
8
+
9
+
### Features
10
+
11
+
- f272137 editors/vscode: Clear diagnostics on file deletion (#6326) (dalaoshu)
12
+
- 1a5f293 editors/vscode: Update VSCode extention to use project's language server (#6132) (dalaoshu)
0 commit comments