-
-
Notifications
You must be signed in to change notification settings - Fork 508
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
Release oxlint v0.5.0 (#3940)
## [0.5.0] - 2024-06-27 - 6796891 ast: [**BREAKING**] Rename all instances of `BigintLiteral` to `BigIntLiteral`. (#3898) (rzvxa) - ae09a97 ast: [**BREAKING**] Remove `Modifiers` from ts nodes (#3846) (Boshen) - 1af5ed3 ast: [**BREAKING**] Replace `Modifiers` with `declare` and `const` on `EnumDeclaration` (#3845) (Boshen) - ee6ec4e ast: [**BREAKING**] Replace `Modifiers` with `declare` and `abstract` on `Class` (#3841) (Boshen) - 4456034 ast: [**BREAKING**] Add `IdentifierReference` to `ExportSpecifier` (#3820) (Boshen) - 0537d29 cfg: [**BREAKING**] Move control flow to its own crate. (#3728) (rzvxa) - 5c38a0f codegen: [**BREAKING**] New code gen API (#3740) (Boshen) - 4bce59d semantic/cfg: [**BREAKING**] Re-export `petgraph` as `control_flow::graph`. (#3722) (rzvxa) ### Features - 3ae2628 linter: Change `no-import-assign` to correctness (#3928) (Boshen) - a89d501 linter: Implement @typescript-eslint/no-non-null-asserted-nulli… (#3850) (kaykdm) - fc48cb4 linter: �eslint-plugin-jest/prefer-jest-mocked (#3865) (cinchen) - 63b98bd linter: Accept multiple fixes when fix code (#3842) (mysteryven) - 328445b linter: Support `vitest/no-disabled-tests` (#3717) (mysteryven) - 8c61f9c linter: Implement @typescript-eslint/no-non-null-assertion (#3825) (kaykdm) - 080ecbd linter: Add `no-fallthrough`. (#3673) (rzvxa) - 9493fbe linter: Add `oxc/no-optional-chaining` rule (#3700) (mysteryven) - 139adfe linter: Add `@typescript-eslint/no-import-type-side_effects` (#3699) (mysteryven) - 5f84500 linter/eslint-plugin-react: Implement prefer-es6-class (#3812) (Jelle van der Waa) - fafe67c linter/import: Implement max-dependencies (#3814) (Jelle van der Waa) - d5f6aeb semantic: Check for illegal symbol modifiers (#3838) (Don Isaac) ### Bug Fixes - 4bd2c88 linter: Fix and promote `getter-return` to correctness. (#3777) (rzvxa) - 1190dee linter: False positives with setters in the `getter-return` rule. (#3714) (rzvxa) - de0690f linter: Do not run getter-return in typescript (#3693) (Boshen) - cf71c23 linter: Edge case with infinite loops. (#3672) (rzvxa) - 5902331 oxlint: Properly report error (#3889) (Luca Bruno) - 99a40ce semantic: `export default foo` should have `ExportLocalName::Default(NameSpan)` entry (#3823) (Boshen) - abd6ac8 semantic/cfg: Discrete finalization path after `NewFunction`s. (#3671) (rzvxa) ### Performance - 4f7ff7e Do not pass `&Atom` to functions (#3818) (overlookmotel) ### Refactor - 4d2b7f1 linter: `LintContext` can now only be constructed with a cfg enabled semantic. (#3761) (rzvxa) - 7302429 linter/prefer_number_properties: Remove the unused `IdentifierName` check (#3822) (Boshen) - d8ad321 semantic: Make control flow generation optional. (#3737) (rzvxa) ### Testing - 887da40 linter: Enable `no-fallthrough` test with `disable-next-line`. (#3766) (rzvxa) Co-authored-by: Boshen <[email protected]>
- oxlint_v0.15.11
- oxlint_v0.15.10
- oxlint_v0.15.9
- oxlint_v0.15.8
- oxlint_v0.15.7
- oxlint_v0.15.6
- oxlint_v0.15.5
- oxlint_v0.15.4
- oxlint_v0.15.3
- oxlint_v0.15.2
- oxlint_v0.15.1
- oxlint_v0.15.0
- oxlint_v0.14.1
- oxlint_v0.14.0
- oxlint_v0.13.2
- oxlint_v0.13.1
- oxlint_v0.13.0
- oxlint_v0.12.0
- oxlint_v0.11.1
- oxlint_v0.11.0
- oxlint_v0.10.3
- oxlint_v0.10.2
- oxlint_v0.10.1
- oxlint_v0.10.0
- oxlint_v0.9.10
- oxlint_v0.9.9
- oxlint_v0.9.8
- oxlint_v0.9.7
- oxlint_v0.9.6
- oxlint_v0.9.5
- oxlint_v0.9.4
- oxlint_v0.9.3
- oxlint_v0.9.2
- oxlint_v0.9.1
- oxlint_v0.9.0
- oxlint_v0.8.0
- oxlint_v0.7.2
- oxlint_v0.7.1
- oxlint_v0.7.0
- oxlint_v0.6.1
- oxlint_v0.6.0
- oxlint_v0.5.3
- oxlint_v0.5.2
- oxlint_v0.5.1
- oxlint_v0.5.0
- crates_v0.51.0
- crates_v0.50.0
- crates_v0.49.0
- crates_v0.48.2
- crates_v0.48.1
- crates_v0.48.0
- crates_v0.47.1
- crates_v0.47.0
- crates_v0.46.0
- crates_v0.45.0
- crates_v0.44.0
- crates_v0.43.0
- crates_v0.42.0
- crates_v0.41.0
- crates_v0.40.1
- crates_v0.40.0
- crates_v0.39.0
- crates_v0.38.0
- crates_v0.37.0
- crates_v0.36.0
- crates_v0.35.0
- crates_v0.34.0
- crates_v0.33.0
- crates_v0.32.0
- crates_v0.31.0
- crates_v0.30.5
- crates_v0.30.4
- crates_v0.30.3
- crates_v0.30.2
- crates_v0.30.1
- crates_v0.30.0
- crates_v0.29.0
- crates_v0.28.0
- crates_v0.27.0
- crates_v0.26.0
- crates_v0.25.0
- crates_v0.24.3
- crates_v0.24.2
- crates_v0.24.1
- crates_v0.24.0
- crates_v0.23.1
- crates_v0.23.0
- crates_v0.22.1
- crates_v0.22.0
- crates_v0.21.0
- crates_v0.20.0
- crates_v0.19.0
- crates_v0.18.0
- crates_v0.17.2
- crates_v0.17.1
- crates_v0.17.0
- crates_v0.16.3
- crates_v0.16.2
- crates_v0.16.1
- crates_v0.16.0
1 parent
75592e0
commit 06e4ce4
Showing
7 changed files
with
71 additions
and
6 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters