mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
4.6 KiB
4.6 KiB
Changelog
All notable changes to this package will be documented in this file.
The format is based on Keep a Changelog, and this project does not adhere to Semantic Versioning until v1.0.0.
[0.14.1] - 2024-12-06
Features
275d625linter: Output rules to json array (#7574) (camc314)
Bug Fixes
9761e94apps/oxlint: Incorrect matching in.oxlintignore(#7566) (dalaoshu)29db060linter: Detect typescript eslint alias rules (#7622) (Alexander S.)810671alinter: Detect vitest jest alias rules (#7567) (Alexander S.)
[0.14.0] - 2024-12-01
Features
32f860dlinter: Add support for ignorePatterns property within config file (#7092) (Nicholas Rayburn)
[0.13.1] - 2024-11-23
Features
9558087oxlint: Auto detect config file in CLI (#7348) (Alexander S.)
Bug Fixes
8507464linter: Hanging when source has syntax/is flow (#7432) (Cameron)e88cf1blinter: Makeoverridesglobs relative to config path (#7407) (camchenry)
[0.13.0] - 2024-11-21
878189cparser,linter: [BREAKING] AddParserReturn::is_flow_language; linter ignore flow error (#7373) (Boshen)
Features
[0.12.0] - 2024-11-20
Features
2268a0elinter: Supportoverridesconfig field (#6974) (DonIsaac)d3a0119oxlint: Addcwdproperty toLintRunner(#7352) (Alexander S.)
Bug Fixes
df5c535linter: Revert unmatched rule error (#7257) (Cameron A McHenry)
[0.11.0] - 2024-11-03
1f2a6c6linter: [BREAKING] Report unmatched rules with error exit code (#7027) (camchenry)
Features
2184588linter: Do not bail for unmatched rules yet (#7093) (Boshen)
Bug Fixes
38d1f78linter: Remove confusing help text for now (#7081) (Cam McHenry)
Refactor
a8dc75dlinter: Remove unused CLI result types (#7088) (camchenry)
[0.10.3] - 2024-10-26
Features
0acca58linter: Support--print-config allto print config file for project (#6579) (mysteryven)
[0.10.2] - 2024-10-22
Refactor
6ffdcc0oxlint: Lint/mod.rs -> lint.rs (#6746) (Boshen)
Testing
b03cec6oxlint: Add--fixtest case (#6747) (Boshen)
[0.10.1] - 2024-10-21
Refactor
d6609e9linter: Userun_on_jest_nodefor existing lint rules (#6722) (camchenry)
[0.10.0] - 2024-10-18
80266d8linter: [BREAKING] Support plugins in oxlint config files (#6088) (DonIsaac)
Features
[0.9.10] - 2024-10-07
Bug Fixes
9e9808blinter: Fix regression when parsing ts in vue files (#6336) (Boshen)
Refactor
ea908f7linter: Consolidate file loading logic (#6130) (DonIsaac)
[0.9.7] - 2024-09-23
Features
d24985elinter: Addoxc-security/api-keys(#5906) (DonIsaac)
[0.9.6] - 2024-09-18
Refactor
026ee6alinter: Decouple module resolution from import plugin (#5829) (dalaoshu)
[0.9.4] - 2024-09-12
Refactor
9e9435flinter: AddLintFilter(#5685) (DonIsaac)5ae9b48linter: Start internal/external split ofOxlintOptions(#5659) (DonIsaac)bac03e3linter: Make fields ofLintServiceOptionsprivate (#5593) (DonIsaac)20d0068oxlint: Move cli-related exports toclimodule (#5139) (DonIsaac)
[0.9.3] - 2024-09-07
Features
4473779linter/node: Implement no-exports-assign (#5370) (dalaoshu)
Styling
d8b29e7Add trailing line breaks to JSON files (#5544) (overlookmotel)
[0.9.0] - 2024-08-26
b894d3blinter: [BREAKING] Makeno-unused-varscorrectness (#5081) (DonIsaac)
Features
[0.7.2] - 2024-08-15
Documentation
955a4b4oxlint: Improve cli doc regarding fix and-D all(Boshen)
[0.7.0] - 2024-08-05
Features
b952942linter: Add eslint/no-unused-vars (⭐ attempt 3.2) (#4445) (DonIsaac)7afa1f0linter: Support suggestions and dangerous fixes (#4223) (DonIsaac)
Bug Fixes
fe1356dlinter: Change no-unused-vars to nursery (#4588) (DonIsaac)72337b1linter: Change typescript-eslint/no-namespace to restriction (#4539) (Don Isaac)732f4e2linter: Fixoxlintallocator cfg (#4527) (overlookmotel)
[0.6.1] - 2024-07-17
Features
1f8968alinter: Add eslint-plugin-promise rules: avoid-new, no-new-statics, params-names (#4293) (Jelle van der Waa)
[0.5.1] - 2024-06-29
Bug Fixes
750cb43oxlint: Gate custom allocators by feature flag (#3945) (Luca Bruno)
[0.5.0] - 2024-06-27
Features
328445blinter: Supportvitest/no-disabled-tests(#3717) (mysteryven)
Bug Fixes
5902331oxlint: Properly report error (#3889) (Luca Bruno)
[0.4.2] - 2024-05-28
Refactor
21505e8cli: Move crates/oxc_cli to apps/oxlint (#3413) (Boshen)