Releases: rstackjs/rspack-dev-middleware
Releases · rstackjs/rspack-dev-middleware
v2.0.1
What's Changed
- perf: lazily resolve immutable asset info by @chenjiahan in #38
- perf: disable cacheImmutable by default by @chenjiahan in #39
- chore: update dependencies to latest versions by @chenjiahan in #40
Full Changelog: v2.0.0...v2.0.1
v2.0.0
What's Changed
- feat!: update getFilenameFromUrl to throw errors and return undefined when not found by @chenjiahan in #34
- chore: setup rslint configuration by @chenjiahan in #30
- fix: support TypeScript 6 declaration builds by @chenjiahan in #31
- fix: align cacheImmutable and Cache-Control semantics by @chenjiahan in #32
- docs: update README examples to use ESM syntax by @chenjiahan in #35
- test: replace file-loader with asset/resource by @chenjiahan in #36
- chore: replace connect with connect-next by @chenjiahan in #37
Full Changelog: v2.0.0-beta.2...v2.0.0
v2.0.0-beta.2
What's Changed
- fix!: removes @fastify/express support by @chenjiahan in #29
Full Changelog: v2.0.0-beta.1...v2.0.0-beta.2
v2.0.0-beta.1
What's Changed
- chore: rename from webpack-dev-middleware to @rspack/dev-middleware by @chenjiahan in #7
- docs: add credits section to README by @chenjiahan in #8
- chore: migrate from npm to pnpm by @chenjiahan in #9
- ci: simplify CI configuration by @chenjiahan in #10
- perf: remove schema-utils dependency and validation by @chenjiahan in #12
- chore: remove eslint and commitlint by @chenjiahan in #13
- chore: remove standard-version and CHANGELOG.md by @chenjiahan in #14
- chore: fix failed CI by @chenjiahan in #15
- chore: update node engine requirement to v20.19.0 or v22.12.0+ by @chenjiahan in #16
- refactor: migrate from webpack to rspack by @chenjiahan in #17
- test: migrate to Rstest by @chenjiahan in #18
- docs: update README with simplified badges and content by @chenjiahan in #20
- refactor(test): remove jest-specific setup file by @chenjiahan in #19
- refactor: remove colorette dependency by @chenjiahan in #21
- perf: replace mime-types with mrmime by @chenjiahan in #22
- feat: pure ESM package by @chenjiahan in #23
- test: remove express-4 by @chenjiahan in #24
- refactor: bundle dependencies by @chenjiahan in #25
- refactor: rename naming convention by @chenjiahan in #26
- chore: setup release workflow by @chenjiahan in #27
- ci: add renovate.json configuration file by @chenjiahan in #28
New Contributors
- @chenjiahan made their first contribution in #7
Full Changelog: https://github.com/rstackjs/rspack-dev-middleware/commits/v2.0.0-beta.1