Skip to content

Releases: web-infra-dev/rsdoctor

v0.2.1

23 Apr 12:07
Compare
Choose a tag to compare

What's Changed

New Features πŸŽ‰

  • feat(plugin): add the analysis of tree-shaking feature by @easy1090 in #298

Bug Fixes 🐞

  • fix: make ECMA check log more authentic by @chenjiahan in #297
  • fix(plugin): the error of analyzing the missing builtin loader when rspack uses dev mode by @easy1090 in #300
  • fix(core): the types exports problem by @easy1090 in #305
  • fix: @rsdoctor/core types exports by @easy1090 in #313
  • fix: multi plugin rspack output path error by @easy1090 in #315

Document πŸ“–

New Contributors

Full Changelog: v0.1.10...v0.2.1

v0.1.10

16 Apr 09:58
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

  • fix(core): The bundle-size page lacks the concatenated modules. by @easy1090 in #292
  • fix(client): fix layout style ui by @easy1090 in #294

Document πŸ“–

Other Changes

Full Changelog: v0.1.9...v0.1.10

v0.1.9

05 Apr 12:03
Compare
Choose a tag to compare

What's Changed

New Features πŸŽ‰

  • feat(rspack): support the rspack multi plugin by @easy1090 in #278

Other Changes

Full Changelog: v0.1.8...v0.1.9

v0.1.8

25 Mar 07:37
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

  • fix(rspack-plugin): rspack plugin dependencies error

Other Changes

  • chore: migrate document to packages to publish @rsdoctor/docs

v0.1.7

22 Mar 10:22
Compare
Choose a tag to compare

What's Changed

New Features πŸŽ‰

  • feat: add Bundle diff components

v0.1.6

15 Mar 08:53
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

  • fix(sdk): openBrowser in localhostUrl
  • fix(inner-doctor): support getHash for inner rsdoctor
  • fix(client): publish only dist files

v0.1.5

12 Mar 03:32
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

  • fix(core): optimize the package's dependencies

v0.1.4

05 Mar 12:34
Compare
Choose a tag to compare

What's Changed

New Features πŸŽ‰

  • feat: vue repo disable loader analysis

Bug Fixes 🐞

  • fix(rspack): rspack loader analysis error

v0.1.3

21 Feb 07:06
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

  • fix(cli): the error of missing @rsdoctor/cli dependency.

Optimize πŸš€

  • optimize(core): loader analysis compatible with next.js module logic

v0.1.2

20 Feb 03:30
Compare
Choose a tag to compare

What's Changed

New Features πŸŽ‰

  • feat(cli): create @rsdoctor/cli package
  • optimize(sdk): change the socket host url support the doctor used in devcontainer (Docker)

Bug Fixes 🐞

  • fix(graph): dependency packages has some error.
  • fix: no parsed/gziped size on 'Bundle Analyzer Graph' page error.
  • fix(components): responsive Header Menu fix.