Skip to content

v5.0.0

Compare
Choose a tag to compare
@huozhi huozhi released this 21 Mar 16:49
· 40 commits to main since this release

v5.0

馃帀 v5 is out! and it's faster! 馃帀

Features

Shared modules

New convention [name].[layer]-runtime.[ext] introduced to help share modules between among exports conditions or used as shared module to avoid duplicated instance. Check out the docs.

  • --no-dts options to skip types generation
  • --tsconfig option to allow overriding the tsconfig.json path

Patches & Fixes

  • Faster types generation, fixed OOM issues for types generation with many entries.
  • Flexible composition with the conditions, e.g. composing development and react-server
  • Performance improvement from upstream: rollup and SWC.

Breaking Change

  • Deprecate wildcard exports

What's Changed

New Contributors

Full Changelog: v4.4.8...v5.0.0