Releases: rspack-contrib/rsbuild-plugin-assets-retry
Releases · rspack-contrib/rsbuild-plugin-assets-retry
v1.4.0
What's Changed
- chore(deps): update all non-major dependencies by @renovate in #22
- feat: support multiple rules by @SoonIter in #20
- perf: optimize the runtime size with swc minify config by @SoonIter in #24
- feat: add data-rsbuild-assets-retry attribute to retry scripts by @LuciferChiu in #25
New Contributors
- @LuciferChiu made their first contribution in #25
Full Changelog: v1.3.0...v1.4.0
v1.3.0
What's Changed
- refactor(type): separate
CompileTimeRetryOptions
andRuntimeRetryOptions
by @SoonIter in #13 - refactor: initial-chunk-retry and async-chunk-retry should reuse the same default runtime options by @SoonIter in #14
- chore(infra): use Rslib to bundle runtime code by @SoonIter in #15
- refactor: unify logic, extract same func by @SoonIter in #16
- chore(deps): update pnpm to v10 by @renovate in #8
- perf(runtime): inline one function to optimize size by @SoonIter in #17
- fix!: drop sync script retry support and remove
document.write
for white screen security by @SoonIter in #18 - chore(type): extract the shared type by @SoonIter in #19
Full Changelog: v1.2.3...v1.3.0
v1.2.3
v1.2.2
v1.2.1
v1.2.0
Features
- Added new
delay
option, see web-infra-dev/rsbuild#4643
Full Changelog: https://github.com/rspack-contrib/rsbuild-plugin-assets-retry/commits/v1.2.0