oxc/npm/oxc-transform/CHANGELOG.md
oxc-bot 73098a43ff
release(crates): v0.30.4 (#6134)
## [0.30.4] - 2024-09-28

### Bug Fixes

- 8582ae3 codegen: Missing parentheses if there is a pure comment before
a NewExpression as a ComputedMemberExpression's callee (#6105) (Dunqing)
- fd6798f parser: Remove unintended `pub Kind` (#6109) (Boshen)
- 6f98aad sourcemap: Align sourcemap type with Rollup (#6133) (Boshen)
- 64d4756 transformer: Fix debug assertion in `Stack` (#6106)
(overlookmotel)

### Performance

- 05852a0 codegen: Do not check whether there are annotation comments or
not if we don't preserve annotation comments (#6107) (Dunqing)

### Documentation

- 26a273a oxc-transform: Update README (Boshen)
- e2c5baf transformer: Fix formatting of README (#6111) (overlookmotel)

### Refactor

- 2090fce semantic: Fix lint warning in nightly (#6110) (overlookmotel)
- 7bc3988 transformer: Remove dead code (#6124) (overlookmotel)
- 07fe45b transformer: Exponentiation operator: convert to match (#6123)
(overlookmotel)
- 4387845 transformer: Share `TypeScriptOptions` with ref not `Rc`
(#6121) (overlookmotel)
- 09e41c2 transformer: Share `TransformCtx` with ref not `Rc` (#6118)
(overlookmotel)
- 58fd6eb transformer: Pre-allocate more stack space (#6095)
(overlookmotel)
- 9ac80bd transformer: Add wrapper around `NonNull` (#6115)
(overlookmotel)
- c50500e transformer: Move common stack functionality into
`StackCommon` trait (#6114) (overlookmotel)
- 9839059 transformer: Simplify `StackCapacity` trait (#6113)
(overlookmotel)

---------

Co-authored-by: Boshen <1430279+Boshen@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2024-09-28 13:08:44 +08:00

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.30.4] - 2024-09-28

Documentation

  • 26a273a oxc-transform: Update README (Boshen)
  • e2c5baf transformer: Fix formatting of README (#6111) (overlookmotel)

[0.30.3] - 2024-09-27

Documentation

  • 6167f29 oxc-transform: Modify the example code in the Readme file (#6103) (loong.woo)

[0.28.0] - 2024-09-11

Styling

  • 694f032 Add trailing line breaks to package.json files (#5542) (overlookmotel)

[0.26.0] - 2024-09-03

Features

  • 72740b3 isolated_declaration: Support sourcemap option (#5170) (dalaoshu)

[0.25.0] - 2024-08-23

Bug Fixes

  • 2a5e15d npm: libc field should not be null (Boshen)

[0.15.0] - 2024-06-18

Features

  • 527bfc8 npm/oxc-transform: Setup npm/oxc-transform and publish (Boshen)