See Announcing Rspack 1.3 for more details.
What's Changed
Performance Improvements ⚡
Exciting New Features 🎉
- feat: support experiments build http by @ScriptedAlchemy in #9741
- feat: enable parallel code splitting by default by @JSerFeng in #9059
- feat: support alias false by @ahabhgk in #9809
Bug Fixes 🐞
- fix: call invalid hook for
watching.invalidateWithChangesAndRemovals()
by @ahabhgk in #9789 - fix: align ExternalModule module type with webpack's implementation by @ScriptedAlchemy in #9791
- fix: buildHttp upgrade false by @ahabhgk in #9801
- fix(plugin_http): implement respond_with_url_module by @ScriptedAlchemy in #9800
- fix: sort diagnostics before push to compilation by @JSerFeng in #9824
Document Updates 📖
- docs: add
modern-module
docs by @Timeless0911 in #9806 - docs: improve lazy compilation guide by @chenjiahan in #9819
Other Changes
- chore: fix typo by @Simon-He95 in #9790
- chore: release v1.3.0-beta.1 by @SyMind in #9775
- chore(deps): update rspress to v2.0.0-alpha.6 by @renovate in #9795
- refactor: async lazy compilation test tsfn by @LingyuCoder in #9762
- refactor: async parser_and_generator hashing by @LingyuCoder in #9792
- refactor: async hooks in rust by @LingyuCoder in #9799
- chore(deps): update github-actions by @renovate in #9793
- refactor: clean threadsafe function methods by @LingyuCoder in #9803
- chore(deps): update rspress to v2.0.0-alpha.7 by @renovate in #9805
- refactor: async public path by @LingyuCoder in #9808
- refactor: use
Filename
uniformly by @LingyuCoder in #9813 - refactor: async filename rendering by @LingyuCoder in #9814
Full Changelog: v1.3.0-beta.1...v1.3.0