oxc/napi/transform/CHANGELOG.md
oxc-bot 857bc73302
Release crates v0.24.1 (#4798)
## [0.24.1] - 2024-08-10

### Features

- b3c3125 linter: Overhaul unicorn/no-useless-spread (#4791) (DonIsaac)
- c519295 minifier: Add `InjectGlobalVariables` plugin
(`@rollup/plugin-inject`) (#4759) (Boshen)

### Bug Fixes

- fff9da3 ast, ast_codegen: Use `generate_derive` instead of visitable
for generating span derives. (#4747) (rzvxa)
- f5eeebd ast_macros: Raise compile error on invalid `generate_derive`
input. (#4766) (rzvxa)
- 4d0b40a napi/transform: Fix wrong isolated declarations emit (Boshen)

### Refactor

- daa0b2e ast: `oxc_ast` crate re-export AST types from other crates
(#4773) (overlookmotel)
- d4a3be8 ast_codegen: Line breaks between types in layout assertions
(#4781) (overlookmotel)
- dbb5f4c ast_codegen: Remove unnecessary imports from generated files
(#4774) (overlookmotel)
- 7ea058d ast_codegen: Replace Windows-style line breaks with Unix-style
(#4769) (overlookmotel)
- 2dea0ca ast_codegen: Consistent import order (#4761) (overlookmotel)

Co-authored-by: Boshen <1430279+Boshen@users.noreply.github.com>
2024-08-10 15:26:40 +08:00

1.1 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.24.1] - 2024-08-10

Bug Fixes

  • 4d0b40a napi/transform: Fix wrong isolated declarations emit (Boshen)

[0.24.0] - 2024-08-08

Bug Fixes

  • 01d85de napi/transform: Update napi files (Boshen)

Refactor

  • 9b51e04 Overhaul napi transformer package (#4592) (DonIsaac)

[0.23.1] - 2024-08-06

Refactor

  • 9b51e04 Overhaul napi transformer package (#4592) (DonIsaac)

[0.20.0] - 2024-07-11

Features

  • 725571a napi/transformer: Add jsx option to force parsing with jsx (#4133) (Boshen)

[0.17.2] - 2024-07-08

Features

  • 720983a napi/transform: Allow setting sourceType to transform (#4113) (Boshen)

[0.17.1] - 2024-07-06

Bug Fixes

  • 150f4d9 napi/transform: Display error with spanned messages (Boshen)

[0.16.2] - 2024-06-30

Refactor

  • 5845057 transformer: Pass in symbols and scopes (#3978) (Boshen)