Releases: rstackjs/rsbuild-plugin-assets-retry
Releases · rstackjs/rsbuild-plugin-assets-retry
v1.5.2
v1.5.1
What's Changed
- chore(deps): update actions/checkout action to v6 by @renovate[bot] in #45
- chore(deps): update all non-major dependencies by @renovate[bot] in #44
- chore(deps): update dependency node to v24 by @renovate[bot] in #46
- docs: update Rspack links in README files by @chenjiahan in #48
- chore: update repository URL in package.json by @chenjiahan in #49
- fix: update peerDependencies to support Rsbuild v2 by @chenjiahan in #50
Full Changelog: v1.5.0...v1.5.1
v1.5.0
What's Changed
- chore(deps): update all non-major dependencies by @renovate[bot] in #35
- chore(deps): update all non-major dependencies by @renovate[bot] in #39
- chore(deps): update actions/setup-node action to v6 by @renovate[bot] in #42
- chore(deps): update all non-major dependencies by @renovate[bot] in #41
- fix: modify web environment judgement to work with
tools.htmlPlugin = falseby @SoonIter in #38
Full Changelog: v1.4.3...v1.5.0
v1.4.3
What's Changed
- chore(deps): update all non-major dependencies by @renovate[bot] in #32
- chore(deps): update actions/checkout action to v5 by @renovate[bot] in #33
- docs: add description to package.json by @chenjiahan in #31
Full Changelog: v1.4.2...v1.4.3
v1.4.2
What's Changed
- chore: update @rsbuild/core to 1.5.0-beta.1 and disable lazy compilation in tests by @chenjiahan in #29
- fix: remove unused string concatenation by @SoonIter in #30
Full Changelog: v1.4.1...v1.4.2
v1.4.1
What's Changed
- docs: update the wrong default value by @SoonIter in #26
- chore(deps): update all non-major dependencies by @renovate[bot] in #27
- chore: enable OIDC publishing by @chenjiahan in #28
New Contributors
- @chenjiahan made their first contribution in #28
Full Changelog: v1.4.0...v1.4.1
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
CompileTimeRetryOptionsandRuntimeRetryOptionsby @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.writefor 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