oxc/napi/parser/CHANGELOG.md
oxc-bot 8f5be07ed6
release(crates): v0.47.1 (#8593)
## [0.47.1] - 2025-01-19

### Features

- ee8ee55 napi/parser: Add `.hasChanged()` to `MagicString` (#8586)
(Boshen)
- 1bef911 napi/parser: Add source map API (#8584) (Boshen)

### Bug Fixes

- 7b219a9 minifier: Fix dce shadowed undefined (#8582) (Boshen)
- 7421a52 transformer/typescript: Correctly resolve references to
non-constant enum members (#8543) (branchseer)

Co-authored-by: Boshen <1430279+Boshen@users.noreply.github.com>
2025-01-19 09:44:29 +08:00

566 B

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.47.1] - 2025-01-19

Features

  • ee8ee55 napi/parser: Add .hasChanged() to MagicString (#8586) (Boshen)
  • 1bef911 napi/parser: Add source map API (#8584) (Boshen)

[0.47.0] - 2025-01-18

Features

  • c479a58 napi/parser: Expose dynamic import expressions (#8540) (Boshen)