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
+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.
Copy file name to clipboardexpand all lines: crates/oxc_linter/CHANGELOG.md
+68
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,74 @@ 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.7.0] - 2024-08-05
8
+
9
+
- 85a7cea semantic: [**BREAKING**] Remove name from `reference` (#4329) (Dunqing)
10
+
11
+
### Features
12
+
13
+
- aaee07e ast: Add `AstKind::AssignmentTargetPattern`, `AstKind::ArrayAssignmentTarget` and `AstKind::ObjectAssignmentTarget` (#4456) (Dunqing)
14
+
- 9df7b56 jsx-a11y/no-autofocus: Implement fixer support (#4171) (Jelle van der Waa)
- 06aec77 linter: Invalid binary expression with overflow (#4647) (DonIsaac)
44
+
- b2da22b linter: Invalid tags in rule docs (#4646) (DonIsaac)
45
+
- 94440ad linter: Panic on invalid lang in `a11y/lang`. (#4630) (rzvxa)
46
+
- e0b03f8 linter: Improve the boundary for eslint/for-direction (#4590) (heygsc)
47
+
- 70b8cfa linter: Missing return in no-obj-calls recursion (#4594) (DonIsaac)
48
+
- fe1356d linter: Change no-unused-vars to nursery (#4588) (DonIsaac)
49
+
- 72337b1 linter: Change typescript-eslint/no-namespace to restriction (#4539) (Don Isaac)
50
+
- 289dc39 linter: Overflow in no-obj-calls (#4397) (DonIsaac)
51
+
- a664715 linter/eslint: Fix invalid regexp in no_regex_spaces test (#4605) (Yuji Sugiura)
52
+
- 74fa75a linter/eslint: Drop quotes around max-params lint warning (#4608) (Jelle van der Waa)
53
+
- 9fcd9ae linter/eslint: Fix invalid regexp in no_control_regex test (#4544) (leaysgur)
54
+
- ac08de8 linter/react_perf: Allow new objects, array, fns, etc in top scope (#4395) (DonIsaac)
55
+
- 73d2558 oxlint: Fix oxlint failed to build due to missing feature (Boshen)
56
+
57
+
### Performance
58
+
59
+
- 6ff200d linter: Change react rules and utils to use `Cow` and `CompactStr` instead of `String` (#4603) (DonIsaac)
60
+
- f259df0 linter: Make img-redundant-alt only build a regex once (#4604) (DonIsaac)
61
+
- 7585e16 linter: Remove allocations for string comparisons (#4570) (DonIsaac)
62
+
- b60bdf1 linter: `no_shadow_restricted_names` only look up name in hashmap once (#4472) (overlookmotel)
63
+
- 81384f5 linter: Avoid unnecessary work in `nextjs:no_duplicate_head` rule (#4465) (overlookmotel)
64
+
- f7da22d linter: Disable lint rules by file type (#4380) (DonIsaac)
65
+
- 348c1ad semantic: Remove `span` field from `Reference` (#4464) (overlookmotel)
66
+
- 6a9f4db semantic: Reduce storage size for symbol redeclarations (#4463) (overlookmotel)- a207923 Replace some CompactStr usages with Cows (#4377) (DonIsaac)
67
+
68
+
### Refactor
69
+
70
+
- 7a75e0f linter: Use diagnostic codes in lint rules (#4349) (DonIsaac)
71
+
- ccb1835 semantic: Methods take `Span` as param, not `&Span` (#4470) (overlookmotel)
72
+
- 7cd53f3 semantic: Var hoisting (#4379) (Dunqing)
73
+
- c99b3eb syntax: Give `ScopeId` a niche (#4468) (overlookmotel)
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.7.0] - 2024-08-05
8
+
9
+
### Bug Fixes
10
+
11
+
- 0fba738 npm: SyntaxError caused by optional chaining in low version node (#4650) (heygsc)
0 commit comments