mirror of
https://github.com/danbulant/oxc
synced 2026-05-25 12:51:57 +00:00
## [0.24.1] - 2024-08-10 ### Features -b3c3125linter: Overhaul unicorn/no-useless-spread (#4791) (DonIsaac) -c519295minifier: Add `InjectGlobalVariables` plugin (`@rollup/plugin-inject`) (#4759) (Boshen) ### Bug Fixes -fff9da3ast, ast_codegen: Use `generate_derive` instead of visitable for generating span derives. (#4747) (rzvxa) -f5eeebdast_macros: Raise compile error on invalid `generate_derive` input. (#4766) (rzvxa) -4d0b40anapi/transform: Fix wrong isolated declarations emit (Boshen) ### Refactor -daa0b2east: `oxc_ast` crate re-export AST types from other crates (#4773) (overlookmotel) -d4a3be8ast_codegen: Line breaks between types in layout assertions (#4781) (overlookmotel) -dbb5f4cast_codegen: Remove unnecessary imports from generated files (#4774) (overlookmotel) -7ea058dast_codegen: Replace Windows-style line breaks with Unix-style (#4769) (overlookmotel) -2dea0caast_codegen: Consistent import order (#4761) (overlookmotel) Co-authored-by: Boshen <1430279+Boshen@users.noreply.github.com>
1.1 KiB
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
4d0b40anapi/transform: Fix wrong isolated declarations emit (Boshen)
[0.24.0] - 2024-08-08
Bug Fixes
01d85denapi/transform: Update napi files (Boshen)
Refactor
9b51e04Overhaul napi transformer package (#4592) (DonIsaac)
[0.23.1] - 2024-08-06
Refactor
9b51e04Overhaul napi transformer package (#4592) (DonIsaac)
[0.20.0] - 2024-07-11
Features
725571anapi/transformer: Addjsxoption to force parsing with jsx (#4133) (Boshen)
[0.17.2] - 2024-07-08
Features
720983anapi/transform: Allow settingsourceTypetotransform(#4113) (Boshen)
[0.17.1] - 2024-07-06
Bug Fixes
150f4d9napi/transform: Display error with spanned messages (Boshen)
[0.16.2] - 2024-06-30
Refactor
5845057transformer: Pass in symbols and scopes (#3978) (Boshen)