Skip to content

v1.4.0-beta.1

Compare
Choose a tag to compare
@CPunisher CPunisher released this 16 Jun 13:01
· 512 commits to main since this release

What's Changed

Breaking Changes πŸ› 

  • chore: bump swc to 27.0.4 by @GiveMe-A-Name in #10660
  • refactor: lazyCompilationMiddleware no longer accepts config parameter, instead it uses the config from the compiler instance by @JSerFeng in #9828

Performance Improvements ⚑

  • perf: introduce ModuleGraphCache and cache the result of get_mode and determine_export_assignments by @CPunisher in #10584
  • perf: when removed files we donot need rebuild the original module by @SyMind in #10648
  • perf: reduce memory allocation in esm_export_imported_specifier_dependency by @CPunisher in #10657
  • perf: create zod schema on demand by @chenjiahan in #10669

New Features πŸŽ‰

Bug Fixes 🐞

  • fix: change bailout_reason to array in rsdoctor native plugin by @easy1090 in #10653
  • fix(schema): add jsc.output.charset of swc-loader by @chenjiahan in #10668

Refactor πŸ”¨

Other Changes

Full Changelog: v1.4.0-beta.0...v1.4.0-beta.1