Releases: web-infra-dev/rsdoctor
Releases · web-infra-dev/rsdoctor
v0.1.9
What's Changed
New Features 🎉
Other Changes
- chore(deps): update dependency @types/lodash to ^4.17.0 by @renovate in #252
- chore(deps): update dependency @monaco-editor/react to v4.6.0 by @renovate in #223
- chore: ignore some deps for renovate by @easy1090 in #259
- chore(deps): bump Rsbuild v0.5 by @chenjiahan in #260
- chore: update Modern.js example by @chenjiahan in #261
- fix: correct bundler config by @chenjiahan in #262
- chore: publish document pkg by @easy1090 in #258
- docs: fix homepage theme by @chenjiahan in #263
- fix(utils): GetModuleCodeByModuleIds sdk api by @easy1090 in #265
- Release v0.1.9-beta.0 by @easy1090 in #266
- chore(docs): inner rsdoctor document support by @easy1090 in #269
- chore(docs): inner rsdoctor document support by @easy1090 in #271
- docs: support for open graph by @chenjiahan in #273
- chore(example): add webpack multi plugin example by @easy1090 in #275
- chore(workflow): integrate cspell-ban-words by @chenjiahan in #274
- chore(workflow): add PR labeler by @chenjiahan in #276
- Release v0.1.9-beta.1 by @easy1090 in #272
- chore(workflow): use changeset CLI as release tools by @chenjiahan in #277
Full Changelog: v0.1.8...v0.1.9
v0.1.8
v0.1.7
v0.1.6
v0.1.5
v0.1.4
v0.1.3
v0.1.2
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
What's Changed
- chore: optimize readme by @easy1090 in #135
- docs: use PackageManagerTabs for installing by @chenjiahan in #137
- docs: improve quick start guide by @chenjiahan in #138
- chore(workflow): adjust issue template by @chenjiahan in #140
- chore(workflow): update document path by @chenjiahan in #141
- Update README.md by @easy1090 in #145
- fix(plugin): plugin types error. by @easy1090 in #143
- fix(client): fix client css by @easy1090 in #147
- docs: fix link by @inottn in #151
- feat(utils): bundle overall support woff/woff2 files by @puppet-666 in #153
- feat: integrate rslog as the logger by @chenjiahan in #160
- feat(sdk): reuse existing tab instead of creating a new one by @SoonIter in #162
- fix(core): proxy-loader behavior is not correct when query is string by @SoonIter in #163
- fix(types): rsdoctor types package change the dependency of @rspack/core by @easy1090 in #168
- fix(docs): rules page dark mode by @sudhakar-s in #171
- fix(rspack):optimize the builtin:swc-loader matching calculation by @easy1090 in #170
New Contributors
- @inottn made their first contribution in #151
- @puppet-666 made their first contribution in #153
- @sudhakar-s made their first contribution in #171
Full Changelog: v0.1.0...v0.1.1
v0.1.0
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.