mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
## [0.13.4] - 2024-06-07 ### Features -5c8e16ccoverage: Second transformer build does not print typescript (#3561) (Dunqing) -646b993coverage/transformer: Handle @jsx option (#3553) (Dunqing) -a939dddtransformer/typescript: Remove more typescript ast nodes (#3563) (Dunqing) -e8a20f8transformer/typescript: Remove typescript ast nodes (#3559) (Dunqing) -ee9a215transformer/typescript: Handle namespace directive correctly (#3532) (Dunqing) ### Bug Fixes -affb2c8codegen: Print indentation before directive (#3512) (Dunqing) -f6939cbtransformer: Store `react_importer` in `Bindings` in JSX transform (#3551) (overlookmotel) -7982b93transformer: Correct spans for JSX transform (#3549) (overlookmotel) -c00598btransformer: JSX set `reference_id` on refs to imports (#3524) (overlookmotel) ### Performance -37cdc13transformer: Faster checks if JSX plugin enabled (#3577) (overlookmotel) -9f467b8transformer: Avoid fragment update where possible (#3535) (overlookmotel) -ac394f0transformer: JSX parse pragma only once (#3534) (overlookmotel) ### Documentation -1d3c0d7span: Add doc comments to `oxc_span::Span` (#3543) (Don Isaac) ### Refactor -f2113aetransformer: Reduce cloning and referencing `Rc`s (#3576) (overlookmotel) -0948124transformer: Pass `Rc`s by value (#3550) (overlookmotel) -e4d74actransformer: Remove `update_fragment` from JSX transform (#3541) (overlookmotel) -73b7864transformer: Combine import and usage in JSX transform (#3540) (overlookmotel) -6978269transformer/typescript: Replace reference collector with symbols references (#3533) (Dunqing) Co-authored-by: Boshen <Boshen@users.noreply.github.com>
5.9 KiB
5.9 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.13.4] - 2024-06-07
Bug Fixes
c00598btransformer: JSX setreference_idon refs to imports (#3524) (overlookmotel)
[0.13.1] - 2024-05-22
Features
e2dd8acsyntax: Exportis_reserved_keywordandis_global_objectmethod (#3384) (Boshen)
Bug Fixes
b4fa27atransformer: Do no add __self when the jsx is inside constructor (#3258) (Dunqing)
[0.13.0] - 2024-05-14
Features
f1ccbd4syntax: AddToJsInt32trait for f64 (#3132) (Boshen)870d11fsyntax: AddToJsStringtrait for f64 (#3131) (Boshen)46c02aetraverse: Add scope flags toTraverseCtx(#3229) (overlookmotel)
Bug Fixes
4e20b04traverse: Create scope for function nested in class method (#3234) (overlookmotel)
Refactor
a8af5desyntax: Move number related functions to number module (#3130) (Boshen)ae65613syntax: UseFxHashMapforModuleRecord::request_modules(#3124) (Boshen)
[0.12.5] - 2024-04-22
Features
e6d11c6syntax: Module graph visitor. (#3062) (Ali Rezvani)
Bug Fixes
1f7033esemantic: Correctly resolve identifiers inside parameter initializers (#3046) (Boshen)
Refactor
1249c6cast: Implement same traits on all fieldless enums (#3031) (overlookmotel)
[0.12.2] - 2024-04-08
Bug Fixes
1ea24easemantic: Symbols inside functions and classes incorrectly flagged as exported (#2896) (Don Isaac)
[0.12.1] - 2024-04-03
Features
7710d8ctransformer: Add compiler assumptions (#2872) (Boshen)
[0.11.0] - 2024-03-30
Features
712b3d2semantic: Distinguish type imports in ModuleRecord (#2785) (Dunqing)
Bug Fixes
df62828linter/import: Ignore export declaration in no-duplicates (#2863) (Dunqing)
Refactor
1b5e544semantic: Distinguish whether requested_modules is type imports/exports (#2848) (Dunqing)
[0.10.0] - 2024-03-14
Features
366a879linter: Resolve ESM star exports (#2682) (Boshen)-697b6b7Merge featuresserdeandwasmtoserialize(#2716) (Boshen)
Refactor
cba1e2fast: ImportTsifyto shorten code (#2665) (overlookmotel)6b5723cast: Shorten manual TS defs (#2638) (overlookmotel)-89e8d15DeriveSerAttrson all AST types (#2698) (overlookmotel)-3c1e0dbReducecfg_attrboilerplate withSerAttrsderive (#2669) (overlookmotel)-d76ee6b"wasm" feature enable "serde" feature (#2639) (overlookmotel)-0646bf3RenameCompactStringtoCompactStr(#2619) (overlookmotel)
[0.9.0] - 2024-03-05
Features
d41dcc3linter: Remove all commonjs logic for import plugin (#2537) (Boshen)
[0.8.0] - 2024-02-26
Features
6b3b260Codegen: Improve codegen (#2460) (Andrew McClenaghan)f64c7e0linter: Handle cjsmodule.exports.foo = barandexports.foo = bar(#2492) (Boshen)950298dsemantic: Add static property, ElementKind::Getter, ElementKind::Setter in ClassTable (#2445) (Dunqing)3e1794dsyntax: ImplementDebugforModuleRecord(#2488) (Boshen)
Bug Fixes
fba66dclinter: Improve import/no-named-as-default (#2494) (Boshen)
Refactor
67d7a46linter: Get arrow expression by scope_id in no_render_return_value (#2424) (Dunqing)
[0.7.0] - 2024-02-09
Bug Fixes
540b2a0semantic: Remove unnecessary SymbolFlags::Import (#2311) (Dunqing)
[0.6.0] - 2024-02-03
Features
f673e41ast: Remove serde skip for symbol_id and reference_id (#2220) (Dunqing)cd5026cast: TypeScript definition for wasm target (#2158) (Nicholas Roberts)ead4e8dtransformer/typescript: Remove import if only have type reference (#2001) (Dunqing)
Bug Fixes
29dc5e6codegen: Add parenthesis in binary expression by precedence (#2067) (Wenzhe Wang)
Refactor
bc7ea0bparser: Makeis_identifiermethods consistent (overlookmotel)0dc1804syntax: Don't re-exportunicode_id_start(overlookmotel)27aaff2syntax: ASCII tables static not const (#2128) (overlookmotel)4f59c4fsyntax: Reformat identifier byte tables (#2111) (overlookmotel)
[0.5.0] - 2024-01-12
Features
90524c8linter: Add eslint-plugin-import(export) rule (#1654) (Wenzhe Wang)f1b433bplayground: Visualize symbol (#1886) (Dunqing)3b4fe0esemantic: Allow reserved keyword defined in ts module block (#1907) (Dunqing)b9bdf36semantic: Improve check super implementation, reduce access nodes (#1827) (Dunqing)ca04312semantic: Add ClassTable (#1793) (Dunqing)
Refactor
6c5b22fsemantic: Improve ClassTable implmention and merge properties and methods to elements (#1902) (Dunqing)
[0.4.0] - 2023-12-08
Features
da87b9bprettier: Binaryish expressions with parens (#1597) (Boshen)1bd1c5bprettier: Check parens for(let)[a] = 1(#1585) (Boshen)f19032eprettier: Support quoteProps option in PropertyKey (#1578) (Dunqing)
Refactor
1a576f6rust: Move to workspace lint table (#1444) (Boshen)
[0.3.0] - 2023-11-06
Features
55b2f03minifier: Partially re-enable minifier (#963) (Boshen)1661385semantic: Check non-simple lhs expression of assignment expression (#994) (Boshen)5863f8ftransformer: Logical assignment operators (#923) (Boshen)1051f15transformer/jsx: Escape xhtml in jsx attributes (#1088) (Boshen)1b3b100transformer_conformance: Read plugins options from babeloptions.json(#1006) (Boshen)
[0.2.0] - 2023-09-14
Features
e7c2313ast: AddSymbolIdandReferenceId(#755) (Yunfei He)e090b56minifier: Initialize conditions folding (#658) (阿良仔)75d928asyntax: Add loaded_modules to ModuleRecord (Boshen)
Performance
6628fc8linter: Reduce mallocs (#654) (Don Isaac)