Skip to content

Releases: rstackjs/rsbuild-plugin-assets-retry

v1.5.2

01 Feb 12:09

Choose a tag to compare

What's Changed

  • chore(deps): update all non-major dependencies by @renovate[bot] in #51

Full Changelog: v1.5.1...v1.5.2

v1.5.1

15 Jan 02:58

Choose a tag to compare

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

05 Nov 10:06

Choose a tag to compare

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 = false by @SoonIter in #38

Full Changelog: v1.4.3...v1.5.0

v1.4.3

16 Sep 10:34

Choose a tag to compare

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

22 Aug 09:18

Choose a tag to compare

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

03 Aug 14:02

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.0...v1.4.1

v1.4.0

03 Jul 03:36

Choose a tag to compare

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

Full Changelog: v1.3.0...v1.4.0

v1.3.0

24 Jun 08:37

Choose a tag to compare

What's Changed

  • refactor(type): separate CompileTimeRetryOptions and RuntimeRetryOptions 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

18 Jun 09:49

Choose a tag to compare

What's Changed

  • refactor: trim check for empty src and href attributes in getRequestUrl function by @njzydark in #12

New Contributors

Full Changelog: v1.2.2...v1.2.3

v1.2.2

18 Jun 09:17

Choose a tag to compare

What's Changed

  • chore(deps): update all non-major dependencies by @renovate in #7
  • fix: white screen when src is empty string by @SoonIter in #10

New Contributors

Full Changelog: v1.2.1...v1.2.2