Skip to content

Releases: web-infra-dev/rsdoctor

v0.3.2

07 Jun 11:10
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Bug Fixes 🐞

  • fix(rspack): the reportCodeType is not work problem by @easy1090 in #369
  • fix(plugin): report code type error on rspack builder by @easy1090 in #373

Other Changes

Full Changelog: v0.3.1...v0.3.2

v0.3.1

03 Jun 11:58
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Other Changes

  • feat(sdk): socket protocol problem by @easy1090 in #362
  • chore(CI): remove release with comment feature by @9aoy in #356
  • chore(docs): add bundle analysis's banner plugin documentition by @easy1090 in #360

Full Changelog: v0.2.5...v0.3.1

v0.2.5

29 May 09:11
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • feat(core): modify severity of rules dynamically at runtime by @gezhicui in #334

Bug Fixes 🐞

  • fix: remove use of rspack compiler.compilation api by @9aoy in #337
  • fix(config): fix some config problem by @easy1090 in #342
  • fix(cli): support for online data fetch by @easy1090 in #343

Document 📖

Other Changes

New Contributors

Full Changelog: v0.2.3...v0.2.5

v0.2.3

14 May 07:04
d84020c
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • feat(rspack): rspack-plugin add the loader analysis of esm loader. by @easy1090 in #329

Bug Fixes 🐞

  • fix: rspack multi plugin output error by @easy1090 in #320
  • fix(type): the rule's config types to support for user to set the rule config: by @easy1090 in #321
  • fix(plugin): add error-plugin by @easy1090 in #324
  • fix(plugin): the BuiltinLoaderPlugin should skipped when close 'loader' in features by @easy1090 in #327
  • fix(core): change core package‘s @rsdoctor/types from dev to dependencien. by @easy1090 in #328

Other Changes

  • chore(docs): rule config set by @easy1090 in #323
  • chore(deps): update dependency @modern-js/module-tools to ^2.49.2 by @renovate in #285
  • chore(deps): update dependency nx to ^17.3.2 by @renovate in #304
  • chore(deps): update dependency envinfo to v7.13.0 by @renovate in #326

Full Changelog: v0.2.2...v0.2.3

v0.2.2

23 Apr 13:14
Compare
Choose a tag to compare
Release v0.2.2

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