What's Changed
Highlights
Fixed a case where locally defined variables in class being falsely transformed
class Example {
constructor(global = false) {
this.global = global
}
}
global
should be kept as-is with node.global = true
if target
includes 'web'
.
Exciting New Features 🎉
- feat: support stats of prefetch and preload by @LingyuCoder in #6151
Bug Fixes 🐞
- fix: wrong asset info after updateAsset by @ahabhgk in #6156
- fix(ci): compilation file prettier error by @9aoy in #6170
- fix: should keep locally defined variables in class by @h-a-n-a in #6183
Other Changes
- docs(website): enable oxlint by @Boshen in #6159
- docs: improve plugin docs by @SyMind in #6088
- chore: add js and toml format check on ci by @jerrykingxyz in #6157
- docs: fix devServer typo by @dios-david in #6162
- chore(deps): update swc by @renovate in #6163
- refactor: render manifest and hash hook by @ahabhgk in #6154
- chore: use workspace rspack version in create-rspack template by @9aoy in #6169
- chore(deps): update npm dev dependencies by @renovate in #5863
- docs(website): fix casing for TypeScript, NestJS and ECMAScript by @Boshen in #6171
- docs(website): remove contributors list from home page by @Boshen in #6174
- chore: lock corepack by @h-a-n-a in #6180
- docs(webiste): change the hiring link in announcement to /misc/join-us by @Boshen in #6179
- chore: use prettier3 to format code by @ahabhgk in #6181
- docs: announcing 0.6 by @LingyuCoder in #6165
- chore: update rspack-sources by @JSerFeng in #6188
New Contributors
- @dios-david made their first contribution in #6162
Full Changelog: v0.6.0...v0.6.1