v0.3.11
版本发布时间: 2023-11-07 18:39:08
web-infra-dev/rspack最新发布版本:v0.3.13(2023-11-15 21:30:09)
Highlights
Support WarnCaseSensitiveModulesPlugin
support WarnCaseSensitiveModulesPlugin
Fix issue when optional expression has an imported variable
The bug fix in this release ensures that optional chaining works flawlessly. For more details, you could refer to https://github.com/web-infra-dev/rspack/pull/4502
support asset info source filename
Now compilation.getAsset(chunkFile) can return sourceFilename correctly.
bump swc
Bump swc-core from 0.86.9
to 0.86.33
What's Changed
Performance Improvements ⚡
- perf: pass
SyntaxContext
by copy by @Austaras in https://github.com/web-infra-dev/rspack/pull/4519 - perf(@rspack/core): remove util dependency by @chenjiahan in https://github.com/web-infra-dev/rspack/pull/4539
Exciting New Features 🎉
- feat: support banner in extractComments of minify by @bvanjoi in https://github.com/web-infra-dev/rspack/pull/4534
- feat: support optional chaining by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/4502
- feat: support timestamps by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/4545
- feat: support WarnCaseSensitiveModulesPlugin by @OceanPresentChao in https://github.com/web-infra-dev/rspack/pull/4379
Bug Fixes 🐞
- fix: the scheduled GitHub action should not run on forked repositories by @SyMind in https://github.com/web-infra-dev/rspack/pull/4514
- fix: class extends by @IWANABETHATGUY in https://github.com/web-infra-dev/rspack/pull/4481
Other Changes
- chore(runtime-diff): alignment of load script runtime module by @LingyuCoder in https://github.com/web-infra-dev/rspack/pull/4507
- chore(runtime-diff): alignment of startup entrypoint runtime module by @LingyuCoder in https://github.com/web-infra-dev/rspack/pull/4523
- chore: bump swc by @bvanjoi in https://github.com/web-infra-dev/rspack/pull/4533
- chore(CODEOWNERS): update some owners by @Boshen in https://github.com/web-infra-dev/rspack/pull/4535
- chore: replace querystring with fast-querystring in @rspack/core deps by @m1911star in https://github.com/web-infra-dev/rspack/pull/4530
- feat: support asset info source filename by @faga295 in https://github.com/web-infra-dev/rspack/pull/4013
New Contributors
- @m1911star made their first contribution in https://github.com/web-infra-dev/rspack/pull/4530
Full Changelog: https://github.com/web-infra-dev/rspack/compare/v0.3.10...v0.3.11