oxc/crates
oxc-bot 977b74af2d
Release crates v0.24.2 (#4841)
## [0.24.2] - 2024-08-12

### Features

- 8e10e25 allocator: Introduce `Address` (#4810) (overlookmotel)

### Bug Fixes

- 62f759c transformer/typescript: Generated assignment for constructor
arguments with access modifiers should be injected to the top of the
constructor (#4808) (Dunqing)

### Performance

- 504ac0b minifier: `InjectGlobalVariables` only add to
`replaced_dot_defines` once for each (#4803) (overlookmotel)
- 35f2742 minifier: Avoid repeated `Atom` creation in
`InjectGlobalVariables` (#4802) (overlookmotel)

### Documentation

- 8827659 ast: More doc comments for JSX nodes (#4830) (DonIsaac)
- 559baa5 parser: Clean up doc regarding performance; remove conformance
(Boshen)

### Refactor

- 0ea697b ast, ast_codegen: `CloneIn` implementations now initialize
semantic related cells with `Default` value. (#4819) (rzvxa)
- ecfa124 ast_codegen: Add line break to generated code (#4829)
(overlookmotel)
- 096ac7b linter: Clean up jsx-a11y/anchor-is-valid (#4831) (DonIsaac)

Co-authored-by: Boshen <1430279+Boshen@users.noreply.github.com>
2024-08-12 16:02:07 +08:00
..
oxc Release crates v0.24.2 (#4841) 2024-08-12 16:02:07 +08:00
oxc_allocator Release crates v0.24.2 (#4841) 2024-08-12 16:02:07 +08:00
oxc_ast Release crates v0.24.2 (#4841) 2024-08-12 16:02:07 +08:00
oxc_ast_macros Release crates v0.24.2 (#4841) 2024-08-12 16:02:07 +08:00
oxc_cfg Release crates v0.24.2 (#4841) 2024-08-12 16:02:07 +08:00
oxc_codegen Release crates v0.24.2 (#4841) 2024-08-12 16:02:07 +08:00
oxc_diagnostics Release crates v0.24.2 (#4841) 2024-08-12 16:02:07 +08:00
oxc_index Release crates v0.24.2 (#4841) 2024-08-12 16:02:07 +08:00
oxc_isolated_declarations Release crates v0.24.2 (#4841) 2024-08-12 16:02:07 +08:00
oxc_js_regex
oxc_language_server refactor(linter): use diagnostic codes in lint rules (#4349) 2024-07-20 03:35:00 +00:00
oxc_linter Release oxlint v0.7.1 (#4835) 2024-08-12 13:36:37 +08:00
oxc_macros chore(linter): update docs for declare_oxc_lint! (#4825) 2024-08-11 15:27:54 +00:00
oxc_mangler Release crates v0.24.2 (#4841) 2024-08-12 16:02:07 +08:00
oxc_minifier Release crates v0.24.2 (#4841) 2024-08-12 16:02:07 +08:00
oxc_module_lexer Release crates v0.24.2 (#4841) 2024-08-12 16:02:07 +08:00
oxc_parser Release crates v0.24.2 (#4841) 2024-08-12 16:02:07 +08:00
oxc_prettier chore: remove unsafe_code = "warn" rust lint 2024-07-15 10:39:08 +08:00
oxc_semantic Release crates v0.24.2 (#4841) 2024-08-12 16:02:07 +08:00
oxc_sourcemap Release crates v0.24.2 (#4841) 2024-08-12 16:02:07 +08:00
oxc_span Release crates v0.24.2 (#4841) 2024-08-12 16:02:07 +08:00
oxc_syntax Release crates v0.24.2 (#4841) 2024-08-12 16:02:07 +08:00
oxc_transformer Release crates v0.24.2 (#4841) 2024-08-12 16:02:07 +08:00
oxc_traverse Release crates v0.24.2 (#4841) 2024-08-12 16:02:07 +08:00
oxc_wasm refactor(minifier): ast passes infrastructure (#4625) 2024-08-04 11:58:39 +00:00