@modern-js/types
Advanced tools
Comparing version 0.0.0-next-20221211034006 to 0.0.0-next-20221211140544
# @modern-js/types | ||
## 0.0.0-next-20221211034006 | ||
## 0.0.0-next-20221211140544 | ||
### Major Changes | ||
- dda38c9c3e: chore: v2 | ||
- dda38c9c3: chore: v2 | ||
### Patch Changes | ||
- 7879e8f711: refactor: remove enableModernMode config | ||
- 7879e8f71: refactor: remove enableModernMode config | ||
refactor: 不再支持 enableModernMode 配置项 | ||
- 2e6031955e: fix: some optimizations for router and loader | ||
- 2e6031955: fix: some optimizations for router and loader | ||
fix: 一些 router 和 loader 的优化 | ||
q | ||
- cc971eabfc: refactor: move server plugin load logic in `@modern-js/core` | ||
- cc971eabf: refactor: move server plugin load logic in `@modern-js/core` | ||
refactor:移除在 `@modern-js/core` 中的 server 插件加载逻辑 | ||
- 6bda14ed71: feat: refactor router with react-router@6.4 | ||
- 6bda14ed7: feat: refactor router with react-router@6.4 | ||
feat: 使用 react-router@6.4 重构路由模块 | ||
- 40ed5874c6: feat: inject css chunk into html for streaming ssr | ||
- 40ed5874c: feat: inject css chunk into html for streaming ssr | ||
feat: streaming ssr 返回的 html 注入 css chunk | ||
- 87c1ff86b9: feat(app-tools): attach builder instance to appContext | ||
- 87c1ff86b: feat(app-tools): attach builder instance to appContext | ||
feat(app-tools): 将 builder 实例挂载到 appContext 上 | ||
- 102d32e4ba: feat(server): add `req` and `res` to SSR context | ||
- 102d32e4b: feat(server): add `req` and `res` to SSR context | ||
feat(server): 添加 `req` 和 `res` 到 SSR context 中 | ||
- 8b8e1bb571: feat: support nested routes | ||
- 8b8e1bb57: feat: support nested routes | ||
feat: 支持嵌套路由 | ||
- 3bbea92b2a: feat: support Hook、Middleware new API | ||
- 3bbea92b2: feat: support Hook、Middleware new API | ||
feat: 支持 Hook、Middleware 的新 API | ||
@@ -38,0 +38,0 @@ |
@@ -14,3 +14,3 @@ { | ||
], | ||
"version": "0.0.0-next-20221211034006", | ||
"version": "0.0.0-next-20221211140544", | ||
"types": "./index.d.ts", | ||
@@ -42,4 +42,4 @@ "exports": { | ||
"type-fest": "2.15.0", | ||
"@scripts/build": "0.0.0-next-20221211034006", | ||
"@scripts/jest-config": "0.0.0-next-20221211034006" | ||
"@scripts/build": "0.0.0-next-20221211140544", | ||
"@scripts/jest-config": "0.0.0-next-20221211140544" | ||
}, | ||
@@ -46,0 +46,0 @@ "sideEffects": false, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29798