Skip to content

v1.5.0

Choose a tag to compare

@github-actions github-actions released this 18 Jun 16:14

Wakaru v1.5.0

This release is about making real production bundles easier to read. Wakaru now peels away more of the scaffolding left by modern compilers and bundlers: TypeScript/Babel/SWC helpers, async state machines, array/rest/spread wrappers, scope-hoisted modules, and anonymous Sentry-instrumented chunks.

Highlights

  • More helper boilerplate disappears, including tslib-style UMD helpers and external SWC/Babel helper imports.
  • More compiled control flow comes back as modern JavaScript: async/await, for...of, destructuring, rest/spread, optional chaining, and classes.
  • Large unpacked apps are easier to navigate thanks to recovered Sentry filenames and component names.
  • Scope-hoisted webpack, esbuild, and Bun bundles split into cleaner modules with better imports.
  • Added OXC formatting support and continued decompile performance improvements.

No Breaking Changes

No user-facing breaking changes are expected. Existing CLI usage should continue to work.

Full Changelog: v1.4.0...v1.5.0