Skip to content

Releases: web-infra-dev/rsdoctor

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.

v0.1.1

02 Feb 09:49
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.1.1

v0.1.0

24 Jan 08:35
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • feat(plugin): support rspack builtin loader report
  • feat(client): add module anaysis components
  • feat(client): report platform add bundle size page
  • feat(client): add timeline chart & loader analysis page
  • feat(client): Overall Page‘s compile overall card add details timeline
  • feat(client): add resolve & loader & plugin pages
  • feat: create rsdoctor core packages
  • feat(client): refactor(graph): Normal mode no transformed code
  • feat(plugin): rspack mode add bundle analysis by rspack's hooks and add rules scan.