What's Changed
New Features 🎉
- feat: modern.server supports extended server by @zllkjc in #6952
- feat: support getKey for cache funtion by @yimingjfe in #7102
- feat(cache): support customKey for cache by @yimingjfe in #7058
- feat: support unstable_shouldDisable by @yimingjfe in #7058
- feat: support plugin-router-v7 by @yimingjfe in #7106
- feat: support cache statistics by @yimingjfe in #7058
Bug Fixes 🐞
- fix(router): replace slashes in route ID for loader timing reporting by @yimingjfe in #7117
- fix(server): should sync all headers from req.headers by @yimingjfe in #7107
- fix: add the "$" character to avoid alias override in nested entries by @zllkjc in #7093
Other Changes
- chore(deps): update Rsbuild to 1.3.11 by @chenjiahan in #7081
更新内容
新特性 🎉
- feat: modern.server 支持扩展 modern.js 服务 由 @zllkjc 实现, 详情可查看 #6952
- feat: 为 cahce 函数支持 getKey 由 @yimingjfe 实现, 详情可查看 #7102
- feat(cache): 为缓存支持 customKey 函数 由 @yimingjfe 实现, 详情可查看 #7058
- feat: 支持 unstable_shouldDisable 由 @yimingjfe 实现, 详情可查看 #7058
- feat: support plugin-router-v7 由 @yimingjfe 实现, 详情可查看 #7106
- feat: 支持缓存命中率统计 由 @yimingjfe 实现, 详情可查看 #7058
Bug 修复 🐞
- fix(router): 为 server timing 替换 route id 中的 "/" 由 @yimingjfe 实现, 详情可查看 #7117
- fix(server): 应该从 req.headers 同步所有的 headers 由 @yimingjfe 实现, 详情可查看 #7107
- fix: 添加 $ 字符避免嵌套入口时 alias 覆盖 由 @zllkjc 实现, 详情可查看 #7093