Skip to content

v2.0.0-beta.1

Choose a tag to compare

@chenjiahan chenjiahan released this 05 Mar 01:33
· 82 commits to main since this release
77ef230

Breaking Changes

See @rspack/dev-server Migration Guide (v1 -> v2).

What's Changed

Feature

Performance

Bugfix

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

Full Changelog: v1.2.1...v2.0.0-beta.1