v0.3.2
版本发布时间: 2023-09-13 12:15:57
web-infra-dev/rspack最新发布版本:v0.3.13(2023-11-15 21:30:09)
What's Changed
Exciting New Features 🎉
- feat: FlagDependencyExports part 1 by @IWANABETHATGUY in https://github.com/web-infra-dev/rspack/pull/4045
- feat: moving builtins options to builtin plugins by @ahabhgk in https://github.com/web-infra-dev/rspack/pull/4012
- feat: implement HarmonyExportSpecifierDependency get_exports by @underfin in https://github.com/web-infra-dev/rspack/pull/4052
- feat: implement dependency get_referenced_exports by @underfin in https://github.com/web-infra-dev/rspack/pull/4069
- feat: expose
EntryPlugin
by @ahabhgk in https://github.com/web-infra-dev/rspack/pull/4073 - feat: provide exports p2 by @IWANABETHATGUY in https://github.com/web-infra-dev/rspack/pull/4057
- feat: expose
ExternalsPlugin
by @ahabhgk in https://github.com/web-infra-dev/rspack/pull/4083 - feat: export externals plugin and node target plugin, electron target plugin by @ahabhgk in https://github.com/web-infra-dev/rspack/pull/4094
- feat: initialize future flags by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/4107
- feat: Support passing string to splitChunks.{cacheGroup}.test by @Hamzakh777 in https://github.com/web-infra-dev/rspack/pull/3673
- feat(core): code generation module hash by @LingyuCoder in https://github.com/web-infra-dev/rspack/pull/4096
- feat(rspack_core): add oxc_resolver (turned off by default) by @Boshen in https://github.com/web-infra-dev/rspack/pull/4108
Bug Fixes 🐞
- fix: source map not update when hmr by @ahabhgk in https://github.com/web-infra-dev/rspack/pull/4055
- fix: sort import var at wasm codegen by @underfin in https://github.com/web-infra-dev/rspack/pull/4071
- fix: umd analyze by @underfin in https://github.com/web-infra-dev/rspack/pull/4085
- fix: make dev-server compatible with globalThis by @ja-plus in https://github.com/web-infra-dev/rspack/pull/4087
- fix: upgrade swc by @hardfist in https://github.com/web-infra-dev/rspack/pull/4088
- fix(runtime): should calculate installed css chunks correctly by @hyf0 in https://github.com/web-infra-dev/rspack/pull/4072
- fix: align stats.modulesSpace default behaivor with webpack by @9aoy in https://github.com/web-infra-dev/rspack/pull/4095
- fix: avoid inject refresh runtime for it self by @underfin in https://github.com/web-infra-dev/rspack/pull/4092
- fix: css loading module should render initial_chunk_ids by @underfin in https://github.com/web-infra-dev/rspack/pull/4110
- fix: improve interoperability of rules with side-effects by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/4115
- fix:
builtin:swc-loader
does not report error correctly by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/4111 - fix: test snapshot path by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/4132
- fix: use module.rules.include to avoid runtime inject it self by @underfin in https://github.com/web-infra-dev/rspack/pull/4134
- fix: css loading initial chunks by @underfin in https://github.com/web-infra-dev/rspack/pull/4136
Other Changes
- chore: run oxlint on all files during lint-staged (for now) by @Boshen in https://github.com/web-infra-dev/rspack/pull/4053
- chore: improve code format by @SnowingFox in https://github.com/web-infra-dev/rspack/pull/4042
- chore: use cargo insta go generate snapshot by @hardfist in https://github.com/web-infra-dev/rspack/pull/4056
- chore: fix cache problem by @hardfist in https://github.com/web-infra-dev/rspack/pull/4058
- chore: move all snapshot to insta by @hardfist in https://github.com/web-infra-dev/rspack/pull/4061
- chore: takedown node14 test on windows by @hardfist in https://github.com/web-infra-dev/rspack/pull/4068
- chore: skip empty test folder by @hardfist in https://github.com/web-infra-dev/rspack/pull/4077
- ci: only run
merge_group
tests on check being requested by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/4086 - revert: "ci: reduce binary size" by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/4090
- ci: take down windows test by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/4100
- chore: Upgraded
semver
to6.3.1
by @GarrisonD in https://github.com/web-infra-dev/rspack/pull/4102 - chore: refactor exports info by @IWANABETHATGUY in https://github.com/web-infra-dev/rspack/pull/4104
- chore: add license check by @hardfist in https://github.com/web-infra-dev/rspack/pull/4097
- ci: take down windows test, again by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/4109
- revert: apply entry and externals eagerly by @ahabhgk in https://github.com/web-infra-dev/rspack/pull/4105
- chore: increase windows ci test timeout minutes by @underfin in https://github.com/web-infra-dev/rspack/pull/4122
- chore: expose statsModule.nameForCondition by @9aoy in https://github.com/web-infra-dev/rspack/pull/4119
- chore: 🤖 align webpack factory meta by @IWANABETHATGUY in https://github.com/web-infra-dev/rspack/pull/4125
- chore: add documenation link notice of pull request template by @hardfist in https://github.com/web-infra-dev/rspack/pull/4106
- chore: use cross-env by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/4130
- refactor: zod schema and normalized types by @ahabhgk in https://github.com/web-infra-dev/rspack/pull/4098
New Contributors
- @SnowingFox made their first contribution in https://github.com/web-infra-dev/rspack/pull/4042
- @ja-plus made their first contribution in https://github.com/web-infra-dev/rspack/pull/4087
Full Changelog: https://github.com/web-infra-dev/rspack/compare/v0.3.1...v0.3.2