v2.0.0-beta.1
Breaking Changes
See @rspack/dev-server Migration Guide (v1 -> v2).
What's Changed
Feature
- feat: print Rsbuild-style URL logs by @chenjiahan in #81
- feat!: remove bonjour feature by @chenjiahan in #87
- feat!: update http-proxy-middleware v3, remove
bypassandpathoptions by @chenjiahan in #101 - feat!: rename webpack env vars to rspack by @chenjiahan in #108
- feat!: remove SockJS support by @chenjiahan in #120
- feat!: remove internalIP methods by @chenjiahan in #121
- feat(deps)!: update express to v5 by @chenjiahan in #88
- feat!: remove spdy support by @chenjiahan in #114
Performance
- perf: replace graceful-fs with node:fs by @chenjiahan in #77
- perf: remove schema-utils dependency and validation by @chenjiahan in #78
Bugfix
- fix: align engines with Rspack v2 by @chenjiahan in #84
- fix(deps): remove unused colorette dependency by @chenjiahan in #83
- fix(deps): remove unused ansi-html-community dependency by @chenjiahan in #85
- fix: removed require webpack by @chenjiahan in #89
- fix(deps): update all non-major dependencies by @renovate[bot] in #92
- fix(deps): update dependency p-retry to v7 by @renovate[bot] in #106
- fix(deps): update dependency selfsigned to v5 by @chenjiahan in #117
- fix(deps): update dependency open to v11 by @renovate[bot] in #102
Others
- docs: update README with branch version information by @chenjiahan in #74
- test: migrate tests to rstest by @9aoy in #75
- chore: upgrade @rspack/core to 2.0.0-beta.2 by @LingyuCoder in #76
- refactor(client): use named imports for hot emitter and log by @Timeless0911 in #73
- chore: add example project for debugging by @chenjiahan in #79
- chore: update @rspack/core to 2.0.0-beta.4 by @chenjiahan in #80
- refactor: rename webpack-dev-server to rspack-dev-server by @chenjiahan in #86
- test: remove useless global setup file by @9aoy in #82
- chore: remove CHANGELOG.md file by @chenjiahan in #94
- ci: update test workflow matrix to remove macos by @chenjiahan in #95
- chore: use shared renovate config by @chenjiahan in #96
- chore(deps): update dependency hono to v4.11.10 [security] by @renovate[bot] in #90
- chore(deps): update dependency webpack to v5.104.1 [security] by @renovate[bot] in #91
- test: replace webpack with rspack in test files by @chenjiahan in #93
- chore: fix failed CI after updating deps by @chenjiahan in #100
- ci: remove concurrency cancellation in test workflow by @chenjiahan in #97
- chore: enable biome check on CI by @chenjiahan in #98
- test: replace supertest with custom http request helper by @chenjiahan in #99
- chore(deps): pin dependencies by @renovate[bot] in #103
- chore(deps): update dependency cross-env to v10 by @renovate[bot] in #104
- chore: migrate fs.rmdirSync to fs.rmSync by @Gehbt in #105
- docs: update README.md by @chenjiahan in #109
- refactor: remove redundant proxy logger initialization by @chenjiahan in #110
- fix: update @rspack/core peer dependency to ^2.0.0-0 by @chenjiahan in #112
- test: remove wait-for-expect dependency and refactor tests by @chenjiahan in #111
- fix: enable compression middleware for HTTP2 connections by @chenjiahan in #116
- refactor(server): replace deprecated url.parse with URL API by @chenjiahan in #115
- refactor: simplify web target check by using compiler.platform.web by @chenjiahan in #118
- chore: upgrade rspack core by @LingyuCoder in #119
- refactor(server): simplify web target compiler detection by @chenjiahan in #122
- chore(deps): update dependency @hono/node-server to v1.19.10 [security] by @renovate[bot] in #123
- chore(deps): update dependency hono to v4.12.4 [security] by @renovate[bot] in #124
- docs: add migration guide for v2 by @chenjiahan in #125
- chore: release v2.0.0-beta.1 by @chenjiahan in #126
New Contributors
- @Timeless0911 made their first contribution in #73
- @Gehbt made their first contribution in #105
Full Changelog: v1.2.1...v2.0.0-beta.1