Releases: web-infra-dev/rsdoctor
Releases · web-infra-dev/rsdoctor
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.