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
+7
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.0] - 2024-08-26
8
+
9
+
- b894d3b linter: [**BREAKING**] Make `no-unused-vars` correctness (#5081) (DonIsaac)
Copy file name to clipboardexpand all lines: crates/oxc_linter/CHANGELOG.md
+51
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,57 @@ 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.0] - 2024-08-26
8
+
9
+
- 5946748 linter: [**BREAKING**] Parse and display syntax errors for regular expressions (#5214) (Boshen)
10
+
11
+
- b894d3b linter: [**BREAKING**] Make `no-unused-vars` correctness (#5081) (DonIsaac)
12
+
13
+
### Features
14
+
15
+
- 1ce9630 linter/config: Implement FromIterator for LintPluginOptions (#5102) (DonIsaac)
16
+
- 34bfaf6 linter/react: Add fixer to `jsx-props-no-spread-multi` (#5145) (camc314)
17
+
- 982bd6e linter/unicorn: Add fixer to `require-array-join-separator` (#5152) (camc314)
18
+
- a6704bd linter/unicorn: Add fixer to `prefer-set-size` (#5149) (camc314)
19
+
- ac7edcc linter/unicorn: Add fixer to `prefer-array-some` (#5153) (camc314)
20
+
- 1d01aa3 linter/unicorn: Add partial fixer for `prefer-array-flat` (#5143) (camc314)
21
+
- 22d57f9 linter/unicorn: Add fixer to `prefer-string-slice` (#5150) (Cameron)
22
+
- 2fe4415 linter/unicorn: Add fixer to `no-redundant-roles` (#5146) (Cameron)
23
+
- d35c6f5 linter/unicorn: Add fixer to `prefer-regexp-test` (#5151) (Cameron)
24
+
- 27db769 linter/unicorn: Add fixer to `text-encoding-identifier-case` (#5154) (Cameron)
25
+
- f7958c4 linter/unicorn: Add prefer-structured-clone (#5095) (Jelle van der Waa)
0 commit comments