Skip to content

Latest commit

 

History

History
115 lines (58 loc) · 2.5 KB

File metadata and controls

115 lines (58 loc) · 2.5 KB

Changelog

All notable changes to this package will be documented in this file.

The format is based on Keep a Changelog.

[0.73.0] - 2025-06-13

📚 Documentation

  • b5a6a6e napi: Add stackblitz examples (Boshen)

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.72.3] - 2025-06-06

Features

  • 1401839 napi: Add webcontainer fallback to transform and minify packages (#11471) (Boshen)

Bug Fixes

  • ab0dd29 napi: Napi build cache problem (#11479) (LongYinan)

[0.71.0] - 2025-05-20

Features

  • d67c9e5 napi: Bump napi to beta (#11159) (Boshen)

Bug Fixes

  • 963167d napi: Fix cfg feature on global_allocator (Boshen)

[0.70.0] - 2025-05-15

Features

  • 647b6f3 napi: Add arm musl (#10958) (Bernd Storath)

Bug Fixes

  • 584d8b9 napi: Enable mimalloc no_opt_arch feature on linux aarch64 (#11053) (Boshen)

[0.69.0] - 2025-05-09

Features

  • 22ba60b napi: Add s390x-unknown-linux-gnu build (#10892) (Boshen)
  • 308fe73 napi: Add x86_64-unknown-freebsd and riscv64gc-unknown-linux-gnu builds (#10886) (Boshen)

[0.68.1] - 2025-05-04

Bug Fixes

  • bd953fc napi/minify: Need to remove all comments (#10785) (Boshen)

[0.68.0] - 2025-05-03

Features

  • b01cb45 codegen: A way to keep legal comments after minification (#10689) (Boshen)

[0.61.2] - 2025-03-23

Features

  • ea3de06 mangler: Support keep_names option (#9898) (sapphi-red)

[0.61.0] - 2025-03-20

Features

  • dcd356e minifier: Support keep_names option (#9867) (sapphi-red)
  • 6565fc4 napi: Feature gate allocator (#9921) (Boshen)

Testing

  • e637e2e napi/parser: Tweak vitest config (#9878) (Hiroshi Ogawa)

[0.60.0] - 2025-03-18

Features

  • aa3dff8 napi: Add mimalloc to parser and transformr (#9859) (Boshen)

Refactor

  • 7106e5d napi: Disable unused browser fs (#9848) (hi-ogawa)

[0.59.0] - 2025-03-18

Performance

  • 84fa538 minify: Use mimalloc-safe to replace mimalloc (#9810) (LongYinan)

[0.58.0] - 2025-03-13

Documentation

  • a6c9b09 napi/minifier: Improve documentation (#9736) (Boshen)

[0.57.0] - 2025-03-11

  • ef6e0cc semantic: [BREAKING] Combine SymbolTable and ScopeTree into Scoping (#9615) (Boshen)

Refactor

  • c6edafe napi: Remove npm/oxc-*/ npm packages (#9631) (Boshen)