@modern-js/prod-server 2.33.0 → 2.33.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/types/libs/context/context.d.ts +1 -1
- package/dist/types/utils.d.ts +1 -1
- package/package.json +8 -8
- package/CHANGELOG.md +0 -1398
package/CHANGELOG.md
DELETED
|
@@ -1,1398 +0,0 @@
|
|
|
1
|
-
# @modern-js/prod-server
|
|
2
|
-
|
|
3
|
-
## 2.33.0
|
|
4
|
-
|
|
5
|
-
### Patch Changes
|
|
6
|
-
|
|
7
|
-
- 1042583: fix(prod-server): set res.statusCode = 200 when routes matches success
|
|
8
|
-
fix(prod-server): 路由匹配成功后 设置 res.statusCode = 200
|
|
9
|
-
- 3ba1682: fix(prod-server): optimize ssr preload
|
|
10
|
-
fix(prod-server): 优化 ssr preload
|
|
11
|
-
- Updated dependencies [fd82137]
|
|
12
|
-
- Updated dependencies [bc1f8da]
|
|
13
|
-
- @modern-js/utils@2.33.0
|
|
14
|
-
- @modern-js/server-core@2.33.0
|
|
15
|
-
- @modern-js/plugin@2.33.0
|
|
16
|
-
|
|
17
|
-
## 2.32.1
|
|
18
|
-
|
|
19
|
-
### Patch Changes
|
|
20
|
-
|
|
21
|
-
- @modern-js/server-core@2.32.1
|
|
22
|
-
- @modern-js/utils@2.32.1
|
|
23
|
-
- @modern-js/plugin@2.32.1
|
|
24
|
-
|
|
25
|
-
## 2.32.0
|
|
26
|
-
|
|
27
|
-
### Minor Changes
|
|
28
|
-
|
|
29
|
-
- 2447d64: feat: support ssr resources preload
|
|
30
|
-
feat: 支持 ssr 资源预加载
|
|
31
|
-
|
|
32
|
-
### Patch Changes
|
|
33
|
-
|
|
34
|
-
- e6c7d33: fix about server timing not use metaName at some case
|
|
35
|
-
- 6076166: fix: packaging errors found by publint
|
|
36
|
-
|
|
37
|
-
fix: 修复 publint 检测到的 packaging 问题
|
|
38
|
-
|
|
39
|
-
- 5f7c714: fix: WebSocket upgrade handler cause HMR connection issue
|
|
40
|
-
fix: WebSocket upgrade handler 导致 HMR 连接错误
|
|
41
|
-
- 6d73519: fix: update server reportTimings name
|
|
42
|
-
fix: 更新 server reportTimings 名称
|
|
43
|
-
- 79658a0: fix: collects ServerReportTiming Names, and then reports it only when cost != 0
|
|
44
|
-
fix: 收集 ServerReportTiming Names, 然后只有在 cost !=0 时才报告它
|
|
45
|
-
- Updated dependencies [e5a3fb4]
|
|
46
|
-
- Updated dependencies [6076166]
|
|
47
|
-
- Updated dependencies [a030aff]
|
|
48
|
-
- Updated dependencies [3c91100]
|
|
49
|
-
- Updated dependencies [2447d64]
|
|
50
|
-
- Updated dependencies [5255eba]
|
|
51
|
-
- @modern-js/utils@2.32.0
|
|
52
|
-
- @modern-js/plugin@2.32.0
|
|
53
|
-
- @modern-js/server-core@2.32.0
|
|
54
|
-
|
|
55
|
-
## 2.31.2
|
|
56
|
-
|
|
57
|
-
### Patch Changes
|
|
58
|
-
|
|
59
|
-
- Updated dependencies [15d30abdc66]
|
|
60
|
-
- @modern-js/utils@2.31.2
|
|
61
|
-
- @modern-js/server-core@2.31.2
|
|
62
|
-
- @modern-js/plugin@2.31.2
|
|
63
|
-
|
|
64
|
-
## 2.31.1
|
|
65
|
-
|
|
66
|
-
### Patch Changes
|
|
67
|
-
|
|
68
|
-
- @modern-js/server-core@2.31.1
|
|
69
|
-
- @modern-js/plugin@2.31.1
|
|
70
|
-
- @modern-js/utils@2.31.1
|
|
71
|
-
|
|
72
|
-
## 2.31.0
|
|
73
|
-
|
|
74
|
-
### Patch Changes
|
|
75
|
-
|
|
76
|
-
- 56eaa0b: fix(prod-server): the app maybe undefined, when use renderHtml
|
|
77
|
-
fix(prod-server): 当使用 renderHtml 时,app 可能是个 undefined
|
|
78
|
-
- d9cc4d8: fix: the issue when set more than two cookie
|
|
79
|
-
fix: 修复设置多余两个 cookie 时的问题
|
|
80
|
-
- Updated dependencies [1882366]
|
|
81
|
-
- @modern-js/utils@2.31.0
|
|
82
|
-
- @modern-js/server-core@2.31.0
|
|
83
|
-
- @modern-js/plugin@2.31.0
|
|
84
|
-
|
|
85
|
-
## 2.30.0
|
|
86
|
-
|
|
87
|
-
### Minor Changes
|
|
88
|
-
|
|
89
|
-
- a5ee81a: feat(server): add new server hooks `beforeServerInit` & `afterServerInit`
|
|
90
|
-
feat(server): 添加新的服务端钩子 `beforeServerInit` & `afterServerInit`
|
|
91
|
-
|
|
92
|
-
### Patch Changes
|
|
93
|
-
|
|
94
|
-
- 9f21f28: fix(server): add catch and imporve url parse logic in modern server
|
|
95
|
-
fix(server): 在 modern server 中优化 url 解析逻辑并添加错误捕获并
|
|
96
|
-
- 883692c: fix: can't proxy WebSocket without the initial http request
|
|
97
|
-
fix: WebSocket 代理只能在首次 http 请求后生效
|
|
98
|
-
- b6ab299: fix(prod-server): remove req bodyParser, let uesr parses body by themself.
|
|
99
|
-
fix(prod-server): 移除 req bodyParser, 让用户自行解析 body
|
|
100
|
-
- Updated dependencies [a5ee81a]
|
|
101
|
-
- @modern-js/server-core@2.30.0
|
|
102
|
-
- @modern-js/utils@2.30.0
|
|
103
|
-
- @modern-js/plugin@2.30.0
|
|
104
|
-
|
|
105
|
-
## 2.29.0
|
|
106
|
-
|
|
107
|
-
### Minor Changes
|
|
108
|
-
|
|
109
|
-
- 16e5195: feat(prod-server): add body parser
|
|
110
|
-
feat(prod-server): 增加 body 解析器
|
|
111
|
-
- cba7675: feat: add a server reporter that report server cost, logger about error, info etc.
|
|
112
|
-
feat: 添加一个 server 端 reporter,来报告 server 端耗时,报错等
|
|
113
|
-
|
|
114
|
-
### Patch Changes
|
|
115
|
-
|
|
116
|
-
- 76ace5d: fix(prod-server): bff may run bodyParser by themself, so we need't to run
|
|
117
|
-
fix(prod-server): bff 可能会在内部运行, 所以我们不需要运行
|
|
118
|
-
- Updated dependencies [e6b5355]
|
|
119
|
-
- Updated dependencies [93db783]
|
|
120
|
-
- Updated dependencies [cba7675]
|
|
121
|
-
- Updated dependencies [99052ea]
|
|
122
|
-
- Updated dependencies [1d71d2e]
|
|
123
|
-
- @modern-js/utils@2.29.0
|
|
124
|
-
- @modern-js/server-core@2.29.0
|
|
125
|
-
- @modern-js/plugin@2.29.0
|
|
126
|
-
|
|
127
|
-
## 2.28.0
|
|
128
|
-
|
|
129
|
-
### Minor Changes
|
|
130
|
-
|
|
131
|
-
- 6eae1e7: feat: support worker hmr using dev-server
|
|
132
|
-
feat: 借用 dev-server 支持 wokrer hmr
|
|
133
|
-
|
|
134
|
-
### Patch Changes
|
|
135
|
-
|
|
136
|
-
- Updated dependencies [00b58a7]
|
|
137
|
-
- @modern-js/utils@2.28.0
|
|
138
|
-
- @modern-js/server-core@2.28.0
|
|
139
|
-
- @modern-js/plugin@2.28.0
|
|
140
|
-
|
|
141
|
-
## 2.27.0
|
|
142
|
-
|
|
143
|
-
### Patch Changes
|
|
144
|
-
|
|
145
|
-
- Updated dependencies [91d14b8]
|
|
146
|
-
- Updated dependencies [6d7104d]
|
|
147
|
-
- @modern-js/utils@2.27.0
|
|
148
|
-
- @modern-js/server-core@2.27.0
|
|
149
|
-
- @modern-js/plugin@2.27.0
|
|
150
|
-
|
|
151
|
-
## 2.26.0
|
|
152
|
-
|
|
153
|
-
### Patch Changes
|
|
154
|
-
|
|
155
|
-
- @modern-js/server-core@2.26.0
|
|
156
|
-
- @modern-js/plugin@2.26.0
|
|
157
|
-
- @modern-js/utils@2.26.0
|
|
158
|
-
|
|
159
|
-
## 2.25.2
|
|
160
|
-
|
|
161
|
-
### Patch Changes
|
|
162
|
-
|
|
163
|
-
- Updated dependencies [63d8247]
|
|
164
|
-
- Updated dependencies [6651684]
|
|
165
|
-
- Updated dependencies [272646c]
|
|
166
|
-
- Updated dependencies [358ed24]
|
|
167
|
-
- @modern-js/utils@2.25.2
|
|
168
|
-
- @modern-js/server-core@2.25.2
|
|
169
|
-
- @modern-js/plugin@2.25.2
|
|
170
|
-
|
|
171
|
-
## 2.25.1
|
|
172
|
-
|
|
173
|
-
### Patch Changes
|
|
174
|
-
|
|
175
|
-
- Updated dependencies [9f78d0c]
|
|
176
|
-
- @modern-js/utils@2.25.1
|
|
177
|
-
- @modern-js/server-core@2.25.1
|
|
178
|
-
- @modern-js/plugin@2.25.1
|
|
179
|
-
|
|
180
|
-
## 2.25.0
|
|
181
|
-
|
|
182
|
-
### Minor Changes
|
|
183
|
-
|
|
184
|
-
- 2491875: feat(prod-server): get body from request when ssr mode
|
|
185
|
-
feat(prod-server): 开启 ssr 时从 request 获取 body
|
|
186
|
-
|
|
187
|
-
### Patch Changes
|
|
188
|
-
|
|
189
|
-
- 5732c6a: feat: support for fallback SSR using request header fields
|
|
190
|
-
feat: 支持通过请求头字段来降级 SSR
|
|
191
|
-
- Updated dependencies [5732c6a]
|
|
192
|
-
- @modern-js/utils@2.25.0
|
|
193
|
-
- @modern-js/server-core@2.25.0
|
|
194
|
-
- @modern-js/plugin@2.25.0
|
|
195
|
-
|
|
196
|
-
## 2.24.0
|
|
197
|
-
|
|
198
|
-
### Patch Changes
|
|
199
|
-
|
|
200
|
-
- Updated dependencies [c882fbd]
|
|
201
|
-
- Updated dependencies [4a82c3b]
|
|
202
|
-
- @modern-js/utils@2.24.0
|
|
203
|
-
- @modern-js/server-core@2.24.0
|
|
204
|
-
- @modern-js/plugin@2.24.0
|
|
205
|
-
|
|
206
|
-
## 2.23.1
|
|
207
|
-
|
|
208
|
-
### Patch Changes
|
|
209
|
-
|
|
210
|
-
- Updated dependencies [f08bbfc]
|
|
211
|
-
- Updated dependencies [a6b313a]
|
|
212
|
-
- Updated dependencies [8f2cab0]
|
|
213
|
-
- @modern-js/utils@2.23.1
|
|
214
|
-
- @modern-js/server-core@2.23.1
|
|
215
|
-
- @modern-js/plugin@2.23.1
|
|
216
|
-
|
|
217
|
-
## 2.23.0
|
|
218
|
-
|
|
219
|
-
### Patch Changes
|
|
220
|
-
|
|
221
|
-
- 7e6fb5f: chore: publishConfig add provenance config
|
|
222
|
-
|
|
223
|
-
chore: publishConfig 增加 provenance 配置
|
|
224
|
-
|
|
225
|
-
- Updated dependencies [7e6fb5f]
|
|
226
|
-
- Updated dependencies [a7a7ad7]
|
|
227
|
-
- Updated dependencies [6dec7c2]
|
|
228
|
-
- Updated dependencies [c3216b5]
|
|
229
|
-
- @modern-js/plugin@2.23.0
|
|
230
|
-
- @modern-js/utils@2.23.0
|
|
231
|
-
- @modern-js/server-core@2.23.0
|
|
232
|
-
|
|
233
|
-
## 2.22.1
|
|
234
|
-
|
|
235
|
-
### Patch Changes
|
|
236
|
-
|
|
237
|
-
- 1f02cd2: chore: fix some eslint issues
|
|
238
|
-
|
|
239
|
-
chore: 修复一些 eslint issues
|
|
240
|
-
|
|
241
|
-
- Updated dependencies [e2848a2]
|
|
242
|
-
- Updated dependencies [d4045ed]
|
|
243
|
-
- @modern-js/utils@2.22.1
|
|
244
|
-
- @modern-js/server-core@2.22.1
|
|
245
|
-
- @modern-js/plugin@2.22.1
|
|
246
|
-
|
|
247
|
-
## 2.22.0
|
|
248
|
-
|
|
249
|
-
### Minor Changes
|
|
250
|
-
|
|
251
|
-
- 4991c8a: feat: support custom render html
|
|
252
|
-
feat: 支持自定义渲染 html.
|
|
253
|
-
- cb9e1ec: feat: worker ssr support server hooks
|
|
254
|
-
feat: worker ssr 支持 server hooks
|
|
255
|
-
|
|
256
|
-
### Patch Changes
|
|
257
|
-
|
|
258
|
-
- ea961e7: fix: use path.resolve instead path.join for distPath
|
|
259
|
-
fix: 使用 path.resolve 代替 path.join 处理产物目录
|
|
260
|
-
- Updated dependencies [3d48836]
|
|
261
|
-
- Updated dependencies [5050e8e]
|
|
262
|
-
- @modern-js/utils@2.22.0
|
|
263
|
-
- @modern-js/server-core@2.22.0
|
|
264
|
-
- @modern-js/plugin@2.22.0
|
|
265
|
-
|
|
266
|
-
## 2.21.1
|
|
267
|
-
|
|
268
|
-
### Patch Changes
|
|
269
|
-
|
|
270
|
-
- 78e3ac8: fix(prod-server): worker ssr should pass baseUrl & url by request.
|
|
271
|
-
fix(prod-server): worker ssr 通过 request 应该传递 baseUrl & url .
|
|
272
|
-
- 2728724: fix(prod-server): the ssr render maybe get invalid url, like `http:///`
|
|
273
|
-
fix(prod-server): ssr 渲染函数可能获得非法 url, 类似 `http:///`
|
|
274
|
-
- @modern-js/server-core@2.21.1
|
|
275
|
-
- @modern-js/utils@2.21.1
|
|
276
|
-
|
|
277
|
-
## 2.21.0
|
|
278
|
-
|
|
279
|
-
### Patch Changes
|
|
280
|
-
|
|
281
|
-
- cfc5bda: feat: ssr mode support async entry
|
|
282
|
-
feat: ssr 模式支持异步入口
|
|
283
|
-
- 26dcf3a: chore: bump typescript to v5 in devDependencies
|
|
284
|
-
|
|
285
|
-
chore: 升级 devDependencies 中的 typescript 版本到 v5
|
|
286
|
-
|
|
287
|
-
- 43b4e83: feat: support security.nonce for add nonce attribute on script tag
|
|
288
|
-
feat: 支持 security.nonce 配置,为 script 标签添加 nonce 属性
|
|
289
|
-
- Updated dependencies [e81eeaf]
|
|
290
|
-
- Updated dependencies [26dcf3a]
|
|
291
|
-
- Updated dependencies [056627f]
|
|
292
|
-
- Updated dependencies [0fc15ca]
|
|
293
|
-
- Updated dependencies [43b4e83]
|
|
294
|
-
- Updated dependencies [ad78387]
|
|
295
|
-
- @modern-js/utils@2.21.0
|
|
296
|
-
- @modern-js/server-core@2.21.0
|
|
297
|
-
|
|
298
|
-
## 2.20.0
|
|
299
|
-
|
|
300
|
-
### Patch Changes
|
|
301
|
-
|
|
302
|
-
- 6b9d90a: chore: remove @babel/runtime. add @swc/helper and enable `externalHelper` config.
|
|
303
|
-
chore: 移除 @babel/runtime 依赖. 增加 @swc/helpers 依赖并且开启 `externalHelpers` 配置
|
|
304
|
-
- 4425fd6: fix: worker ssr context lack some fields & worker ssr must have routerManifest.json
|
|
305
|
-
fix: worker ssr 上下文缺少一些字段,worker ssr 必须有 routerManifest.json 文件
|
|
306
|
-
- Updated dependencies [3c4e0a5]
|
|
307
|
-
- Updated dependencies [6b9d90a]
|
|
308
|
-
- @modern-js/utils@2.20.0
|
|
309
|
-
- @modern-js/server-core@2.20.0
|
|
310
|
-
|
|
311
|
-
## 2.19.1
|
|
312
|
-
|
|
313
|
-
### Patch Changes
|
|
314
|
-
|
|
315
|
-
- @modern-js/server-core@2.19.1
|
|
316
|
-
- @modern-js/utils@2.19.1
|
|
317
|
-
|
|
318
|
-
## 2.19.0
|
|
319
|
-
|
|
320
|
-
### Patch Changes
|
|
321
|
-
|
|
322
|
-
- Updated dependencies [1134fe2]
|
|
323
|
-
- @modern-js/utils@2.19.0
|
|
324
|
-
- @modern-js/server-core@2.19.0
|
|
325
|
-
|
|
326
|
-
## 2.18.1
|
|
327
|
-
|
|
328
|
-
### Patch Changes
|
|
329
|
-
|
|
330
|
-
- @modern-js/server-core@2.18.1
|
|
331
|
-
- @modern-js/utils@2.18.1
|
|
332
|
-
|
|
333
|
-
## 2.18.0
|
|
334
|
-
|
|
335
|
-
### Patch Changes
|
|
336
|
-
|
|
337
|
-
- @modern-js/server-core@2.18.0
|
|
338
|
-
- @modern-js/utils@2.18.0
|
|
339
|
-
|
|
340
|
-
## 2.17.1
|
|
341
|
-
|
|
342
|
-
### Patch Changes
|
|
343
|
-
|
|
344
|
-
- @modern-js/server-core@2.17.1
|
|
345
|
-
- @modern-js/utils@2.17.1
|
|
346
|
-
|
|
347
|
-
## 2.17.0
|
|
348
|
-
|
|
349
|
-
### Patch Changes
|
|
350
|
-
|
|
351
|
-
- @modern-js/server-core@2.17.0
|
|
352
|
-
- @modern-js/utils@2.17.0
|
|
353
|
-
|
|
354
|
-
## 2.16.0
|
|
355
|
-
|
|
356
|
-
### Patch Changes
|
|
357
|
-
|
|
358
|
-
- 4e876ab: chore: package.json include the monorepo-relative directory
|
|
359
|
-
|
|
360
|
-
chore: 在 package.json 中声明 monorepo 的子路径
|
|
361
|
-
|
|
362
|
-
- Updated dependencies [5954330]
|
|
363
|
-
- Updated dependencies [7596520]
|
|
364
|
-
- Updated dependencies [4e876ab]
|
|
365
|
-
- @modern-js/utils@2.16.0
|
|
366
|
-
- @modern-js/server-core@2.16.0
|
|
367
|
-
|
|
368
|
-
## 2.15.0
|
|
369
|
-
|
|
370
|
-
### Patch Changes
|
|
371
|
-
|
|
372
|
-
- @modern-js/server-core@2.15.0
|
|
373
|
-
- @modern-js/utils@2.15.0
|
|
374
|
-
|
|
375
|
-
## 2.14.0
|
|
376
|
-
|
|
377
|
-
### Patch Changes
|
|
378
|
-
|
|
379
|
-
- 60a81d0: feat: add ssr.inlineScript for use inline json instead inline script when ssr
|
|
380
|
-
feat: 添加 ssr.inlineScript 用于在 ssr 模式下使用内联 json 而不是内联脚本
|
|
381
|
-
- Updated dependencies [4779152]
|
|
382
|
-
- Updated dependencies [8a3c693]
|
|
383
|
-
- Updated dependencies [9321bef]
|
|
384
|
-
- Updated dependencies [9b45c58]
|
|
385
|
-
- Updated dependencies [52d0cb1]
|
|
386
|
-
- Updated dependencies [60a81d0]
|
|
387
|
-
- Updated dependencies [dacef96]
|
|
388
|
-
- Updated dependencies [16399fd]
|
|
389
|
-
- @modern-js/utils@2.14.0
|
|
390
|
-
- @modern-js/server-core@2.14.0
|
|
391
|
-
|
|
392
|
-
## 2.13.4
|
|
393
|
-
|
|
394
|
-
### Patch Changes
|
|
395
|
-
|
|
396
|
-
- @modern-js/server-core@2.13.4
|
|
397
|
-
- @modern-js/utils@2.13.4
|
|
398
|
-
|
|
399
|
-
## 2.13.3
|
|
400
|
-
|
|
401
|
-
### Patch Changes
|
|
402
|
-
|
|
403
|
-
- @modern-js/server-core@2.13.3
|
|
404
|
-
- @modern-js/utils@2.13.3
|
|
405
|
-
|
|
406
|
-
## 2.13.2
|
|
407
|
-
|
|
408
|
-
### Patch Changes
|
|
409
|
-
|
|
410
|
-
- @modern-js/server-core@2.13.2
|
|
411
|
-
- @modern-js/utils@2.13.2
|
|
412
|
-
|
|
413
|
-
## 2.13.1
|
|
414
|
-
|
|
415
|
-
### Patch Changes
|
|
416
|
-
|
|
417
|
-
- @modern-js/server-core@2.13.1
|
|
418
|
-
- @modern-js/utils@2.13.1
|
|
419
|
-
|
|
420
|
-
## 2.13.0
|
|
421
|
-
|
|
422
|
-
### Patch Changes
|
|
423
|
-
|
|
424
|
-
- @modern-js/server-core@2.13.0
|
|
425
|
-
- @modern-js/utils@2.13.0
|
|
426
|
-
|
|
427
|
-
## 2.12.0
|
|
428
|
-
|
|
429
|
-
### Patch Changes
|
|
430
|
-
|
|
431
|
-
- 7980842: fix: function injectServerData name typo
|
|
432
|
-
|
|
433
|
-
fix: 修复 injectServerData 函数命名错误
|
|
434
|
-
|
|
435
|
-
- Updated dependencies [c2ca6c8]
|
|
436
|
-
- Updated dependencies [6d86e34]
|
|
437
|
-
- @modern-js/utils@2.12.0
|
|
438
|
-
- @modern-js/server-core@2.12.0
|
|
439
|
-
|
|
440
|
-
## 2.11.0
|
|
441
|
-
|
|
442
|
-
### Patch Changes
|
|
443
|
-
|
|
444
|
-
- 381a3b9: feat(utils): move universal utils to the universal folder
|
|
445
|
-
|
|
446
|
-
feat(utils): 将运行时使用的 utils 移动到 universal 目录
|
|
447
|
-
|
|
448
|
-
- Updated dependencies [cfb058f]
|
|
449
|
-
- Updated dependencies [0bd018b]
|
|
450
|
-
- Updated dependencies [5d624fd]
|
|
451
|
-
- Updated dependencies [e2466a1]
|
|
452
|
-
- Updated dependencies [02bb383]
|
|
453
|
-
- Updated dependencies [381a3b9]
|
|
454
|
-
- Updated dependencies [7a60f10]
|
|
455
|
-
- Updated dependencies [274b2e5]
|
|
456
|
-
- Updated dependencies [b9e1c54]
|
|
457
|
-
- @modern-js/utils@2.11.0
|
|
458
|
-
- @modern-js/server-core@2.11.0
|
|
459
|
-
|
|
460
|
-
## 2.10.0
|
|
461
|
-
|
|
462
|
-
### Minor Changes
|
|
463
|
-
|
|
464
|
-
- d8bbf28: feat: .env file should be load when prod server is started
|
|
465
|
-
feat: 在 server 启动时,.env 文件应该被加载
|
|
466
|
-
|
|
467
|
-
### Patch Changes
|
|
468
|
-
|
|
469
|
-
- 3e0bd50: feat: when enable bff handle render, support use `useContext` to get framework plugin context in data loader.
|
|
470
|
-
feat: 当开启 BFF 托管渲染时,支持在 data loader 中使用 `useContext` 获取框架插件提供的上下文。
|
|
471
|
-
- 92d247f: fix: support tools.devServer.header include string[] type, remove get & delete & apply api in hook or middleware api
|
|
472
|
-
fix: 支持 tools.devServer.header 包含字符串数组类型,移除 Hook 和 Middleware 中对 响应 Cookie 的获取、删除操作
|
|
473
|
-
- 0da32d0: chore: upgrade jest and puppeteer
|
|
474
|
-
chore: 升级 jest 和 puppeteer 到 latest
|
|
475
|
-
- 0d9962b: fix: add types field in package.json
|
|
476
|
-
fix: 添加 package.json 中的 types 字段
|
|
477
|
-
- Updated dependencies [3e0bd50]
|
|
478
|
-
- Updated dependencies [0da32d0]
|
|
479
|
-
- Updated dependencies [fbefa7e]
|
|
480
|
-
- Updated dependencies [4d54233]
|
|
481
|
-
- Updated dependencies [6db4864]
|
|
482
|
-
- @modern-js/server-core@2.10.0
|
|
483
|
-
- @modern-js/utils@2.10.0
|
|
484
|
-
|
|
485
|
-
## 2.9.0
|
|
486
|
-
|
|
487
|
-
### Patch Changes
|
|
488
|
-
|
|
489
|
-
- 49bb8cd0ef: fix: move chunkmap.css comment to bottom of head
|
|
490
|
-
fix: 将 chunkmap.css 标记移动到 head 底部
|
|
491
|
-
- @modern-js/server-core@2.9.0
|
|
492
|
-
- @modern-js/utils@2.9.0
|
|
493
|
-
|
|
494
|
-
## 2.8.0
|
|
495
|
-
|
|
496
|
-
### Patch Changes
|
|
497
|
-
|
|
498
|
-
- 1104a9f18b: feat: support start web service only
|
|
499
|
-
feat: 支持只启动 web 服务
|
|
500
|
-
- 70d82e1408: fix: use mock host instead real url host for url parse, for new URL not support ipv6, and we only need parse url path & search
|
|
501
|
-
fix: 使用虚拟的域名代替真实的主机名,因为 new URL 不支持解析 ipv6 的域名,并且我们只需要解析 url 的路径和查询字符串
|
|
502
|
-
- Updated dependencies [1104a9f18b]
|
|
503
|
-
- Updated dependencies [1f6ca2c7fb]
|
|
504
|
-
- @modern-js/utils@2.8.0
|
|
505
|
-
- @modern-js/server-core@2.8.0
|
|
506
|
-
|
|
507
|
-
## 2.7.0
|
|
508
|
-
|
|
509
|
-
### Minor Changes
|
|
510
|
-
|
|
511
|
-
- 84bfb439b8: feat: support custom apiDir, lambdaDir and style of writing for bff
|
|
512
|
-
feat: 支持定制 api 目录,lambda 目录,bff 的写法
|
|
513
|
-
|
|
514
|
-
### Patch Changes
|
|
515
|
-
|
|
516
|
-
- 7fff9020e1: chore: make file naming consistent
|
|
517
|
-
|
|
518
|
-
chore: 统一文件命名为小驼峰格式
|
|
519
|
-
|
|
520
|
-
- 1eea234fdd: chore: make test files naming consistent
|
|
521
|
-
|
|
522
|
-
chore: 统一测试文件命名为小驼峰格式
|
|
523
|
-
|
|
524
|
-
- Updated dependencies [0f15fc597c]
|
|
525
|
-
- Updated dependencies [dcad887024]
|
|
526
|
-
- Updated dependencies [a4672f7c16]
|
|
527
|
-
- Updated dependencies [7fff9020e1]
|
|
528
|
-
- Updated dependencies [1eea234fdd]
|
|
529
|
-
- Updated dependencies [84bfb439b8]
|
|
530
|
-
- @modern-js/utils@2.7.0
|
|
531
|
-
- @modern-js/server-core@2.7.0
|
|
532
|
-
|
|
533
|
-
## 2.6.0
|
|
534
|
-
|
|
535
|
-
### Patch Changes
|
|
536
|
-
|
|
537
|
-
- 36164a2: fix: env.PORT should be respected when using listenOptions
|
|
538
|
-
fix: 当使用 listenOptions 时,env.PORT 应该被支持
|
|
539
|
-
- 49fa0b1: fix: remove header info from SSR ctx to avoid security issues, reserved a switch
|
|
540
|
-
fix: 移除 SSR 上下文中的 header 信息,避免造成安全问题,预留一个字段开启
|
|
541
|
-
- Updated dependencies [e1f799e]
|
|
542
|
-
- Updated dependencies [7915ab3]
|
|
543
|
-
- Updated dependencies [0fe658a]
|
|
544
|
-
- @modern-js/utils@2.6.0
|
|
545
|
-
- @modern-js/server-core@2.6.0
|
|
546
|
-
|
|
547
|
-
## 2.5.0
|
|
548
|
-
|
|
549
|
-
### Patch Changes
|
|
550
|
-
|
|
551
|
-
- 89ca6cc: refactor: merge build-config into scripts/build
|
|
552
|
-
|
|
553
|
-
refactor: 把 build-config 合并进 scripts/build
|
|
554
|
-
|
|
555
|
-
- 6fca567: feat: support bff handle complete server, include page render
|
|
556
|
-
feat: 支持 bff 处理整个服务,包括页面渲染
|
|
557
|
-
- 30614fa: chore: modify package.json entry fields and build config
|
|
558
|
-
chore: 更改 package.json entry 字段以及构建配置
|
|
559
|
-
- 11c053b: feat: ssr support deploy worker
|
|
560
|
-
|
|
561
|
-
feat: ssr 支持边缘部署
|
|
562
|
-
|
|
563
|
-
- 169c58b: feat: support force csr config
|
|
564
|
-
feat: 支持强制 CSR 的配置
|
|
565
|
-
- Updated dependencies [89ca6cc]
|
|
566
|
-
- Updated dependencies [6fca567]
|
|
567
|
-
- Updated dependencies [30614fa]
|
|
568
|
-
- Updated dependencies [1b0ce87]
|
|
569
|
-
- Updated dependencies [11c053b]
|
|
570
|
-
- Updated dependencies [169c58b]
|
|
571
|
-
- @modern-js/server-core@2.5.0
|
|
572
|
-
- @modern-js/utils@2.5.0
|
|
573
|
-
|
|
574
|
-
## 2.4.0
|
|
575
|
-
|
|
576
|
-
### Patch Changes
|
|
577
|
-
|
|
578
|
-
- Updated dependencies [98a2733]
|
|
579
|
-
- Updated dependencies [8c2db5f]
|
|
580
|
-
- @modern-js/utils@2.4.0
|
|
581
|
-
- @modern-js/server-core@2.4.0
|
|
582
|
-
|
|
583
|
-
## 2.3.0
|
|
584
|
-
|
|
585
|
-
### Patch Changes
|
|
586
|
-
|
|
587
|
-
- Updated dependencies [fd5a3ed]
|
|
588
|
-
- Updated dependencies [6ca1c0b]
|
|
589
|
-
- Updated dependencies [89b6739]
|
|
590
|
-
- @modern-js/utils@2.3.0
|
|
591
|
-
- @modern-js/server-core@2.3.0
|
|
592
|
-
|
|
593
|
-
## 2.2.0
|
|
594
|
-
|
|
595
|
-
### Patch Changes
|
|
596
|
-
|
|
597
|
-
- 2d3e3df: fix(prod-server): failed to match html inside config/public directory
|
|
598
|
-
|
|
599
|
-
fix(prod-server): 修复无法正确匹配 config/public 目录下的 HTML 文件 URL 的问题
|
|
600
|
-
|
|
601
|
-
- Updated dependencies [49eff0c]
|
|
602
|
-
- @modern-js/utils@2.2.0
|
|
603
|
-
- @modern-js/server-core@2.2.0
|
|
604
|
-
|
|
605
|
-
## 2.1.0
|
|
606
|
-
|
|
607
|
-
### Patch Changes
|
|
608
|
-
|
|
609
|
-
- Updated dependencies [837620c]
|
|
610
|
-
- Updated dependencies [8a9482c]
|
|
611
|
-
- @modern-js/utils@2.1.0
|
|
612
|
-
- @modern-js/server-core@2.1.0
|
|
613
|
-
|
|
614
|
-
## 2.0.2
|
|
615
|
-
|
|
616
|
-
### Patch Changes
|
|
617
|
-
|
|
618
|
-
- @modern-js/server-core@2.0.2
|
|
619
|
-
- @modern-js/utils@2.0.2
|
|
620
|
-
|
|
621
|
-
## 2.0.1
|
|
622
|
-
|
|
623
|
-
### Patch Changes
|
|
624
|
-
|
|
625
|
-
- @modern-js/server-core@2.0.1
|
|
626
|
-
- @modern-js/utils@2.0.1
|
|
627
|
-
|
|
628
|
-
## 2.0.0
|
|
629
|
-
|
|
630
|
-
### Major Changes
|
|
631
|
-
|
|
632
|
-
- dda38c9c3e: chore: v2
|
|
633
|
-
|
|
634
|
-
### Minor Changes
|
|
635
|
-
|
|
636
|
-
- c9e800d39a: feat: support React18 streaming SSR
|
|
637
|
-
feat: 支持 React18 流式 SSR
|
|
638
|
-
|
|
639
|
-
### Patch Changes
|
|
640
|
-
|
|
641
|
-
- Updated dependencies [edd1cfb1af]
|
|
642
|
-
- Updated dependencies [dda38c9c3e]
|
|
643
|
-
- Updated dependencies [ffb2ed4]
|
|
644
|
-
- Updated dependencies [bbe4c4ab64]
|
|
645
|
-
- @modern-js/utils@2.0.0
|
|
646
|
-
- @modern-js/server-core@2.0.0
|
|
647
|
-
|
|
648
|
-
## 2.0.0-beta.7
|
|
649
|
-
|
|
650
|
-
### Major Changes
|
|
651
|
-
|
|
652
|
-
- dda38c9c3e: chore: v2
|
|
653
|
-
|
|
654
|
-
### Minor Changes
|
|
655
|
-
|
|
656
|
-
- c9e800d39a: feat: support React18 streaming SSR
|
|
657
|
-
feat: 支持 React18 流式 SSR
|
|
658
|
-
|
|
659
|
-
### Patch Changes
|
|
660
|
-
|
|
661
|
-
- Updated dependencies [edd1cfb1af]
|
|
662
|
-
- Updated dependencies [dda38c9c3e]
|
|
663
|
-
- Updated dependencies [bbe4c4ab64]
|
|
664
|
-
- @modern-js/utils@2.0.0-beta.7
|
|
665
|
-
- @modern-js/server-core@2.0.0-beta.7
|
|
666
|
-
|
|
667
|
-
## 2.0.0-beta.6
|
|
668
|
-
|
|
669
|
-
### Major Changes
|
|
670
|
-
|
|
671
|
-
- dda38c9c3e: chore: v2
|
|
672
|
-
|
|
673
|
-
### Minor Changes
|
|
674
|
-
|
|
675
|
-
- c9e800d39a: feat: support React18 streaming SSR
|
|
676
|
-
feat: 支持 React18 流式 SSR
|
|
677
|
-
- 543be9558e: feat: compile server loader and support handle loader request
|
|
678
|
-
feat: 编译 server loader 并支持处理 loader 的请求
|
|
679
|
-
|
|
680
|
-
### Patch Changes
|
|
681
|
-
|
|
682
|
-
- 7879e8f711: refactor: remove enableModernMode config
|
|
683
|
-
|
|
684
|
-
refactor: 不再支持 enableModernMode 配置项
|
|
685
|
-
|
|
686
|
-
- d032d49e09: export createHandle
|
|
687
|
-
导出 createHandle 函数
|
|
688
|
-
- 15bf09d9c8: feat: support completely custom server, export render() api for render single page
|
|
689
|
-
feat: 支持完全自定义 Server,导出 render() 方法用来渲染单个页面
|
|
690
|
-
- cc971eabfc: refactor: move server plugin load logic in `@modern-js/core`
|
|
691
|
-
refactor:移除在 `@modern-js/core` 中的 server 插件加载逻辑
|
|
692
|
-
- 40ed5874c6: feat: inject css chunk into html for streaming ssr
|
|
693
|
-
feat: streaming ssr 返回的 html 注入 css chunk
|
|
694
|
-
- 102d32e4ba: feat(server): add `req` and `res` to SSR context
|
|
695
|
-
|
|
696
|
-
feat(server): 添加 `req` 和 `res` 到 SSR context 中
|
|
697
|
-
|
|
698
|
-
- 3bbea92b2a: feat: support Hook、Middleware new API
|
|
699
|
-
feat: 支持 Hook、Middleware 的新 API
|
|
700
|
-
- 73cd29dd9f: fix(server): add favicon fallback handler
|
|
701
|
-
|
|
702
|
-
fix(server): 添加 favicon 兜底处理逻辑
|
|
703
|
-
|
|
704
|
-
- cce8ecee2d: fix: handle some `TODO` & `FIXME`, change some tests
|
|
705
|
-
fix: 处理一些 `TODO` 和 `FIXME`, 修改了一些 tests
|
|
706
|
-
- 18aaf42249: fix: fix server loader redirects
|
|
707
|
-
fix: 修复 server loader 重定向错误
|
|
708
|
-
- 14b712da84: fix: use consistent alias type and default value across packages
|
|
709
|
-
|
|
710
|
-
fix: 在各个包中使用一致的 alias 类型定义和默认值
|
|
711
|
-
|
|
712
|
-
- Updated dependencies [7879e8f711]
|
|
713
|
-
- Updated dependencies [6aca875011]
|
|
714
|
-
- Updated dependencies [15bf09d9c8]
|
|
715
|
-
- Updated dependencies [2e6031955e]
|
|
716
|
-
- Updated dependencies [7b7d12cf8f]
|
|
717
|
-
- Updated dependencies [7efeed4]
|
|
718
|
-
- Updated dependencies [92f0eade39]
|
|
719
|
-
- Updated dependencies [edd1cfb1af]
|
|
720
|
-
- Updated dependencies [cc971eabfc]
|
|
721
|
-
- Updated dependencies [5b9049f2e9]
|
|
722
|
-
- Updated dependencies [92004d1906]
|
|
723
|
-
- Updated dependencies [b8bbe036c7]
|
|
724
|
-
- Updated dependencies [d5a31df781]
|
|
725
|
-
- Updated dependencies [dda38c9c3e]
|
|
726
|
-
- Updated dependencies [3bbea92b2a]
|
|
727
|
-
- Updated dependencies [b710adb843]
|
|
728
|
-
- Updated dependencies [ea7cf06257]
|
|
729
|
-
- Updated dependencies [bbe4c4ab64]
|
|
730
|
-
- Updated dependencies [e4558a0bc4]
|
|
731
|
-
- Updated dependencies [abf3421a75]
|
|
732
|
-
- Updated dependencies [543be9558e]
|
|
733
|
-
- Updated dependencies [14b712da84]
|
|
734
|
-
- @modern-js/utils@2.0.0-beta.6
|
|
735
|
-
- @modern-js/server-core@2.0.0-beta.6
|
|
736
|
-
|
|
737
|
-
## 2.0.0-beta.4
|
|
738
|
-
|
|
739
|
-
### Major Changes
|
|
740
|
-
|
|
741
|
-
- dda38c9c3e: chore: v2
|
|
742
|
-
|
|
743
|
-
### Minor Changes
|
|
744
|
-
|
|
745
|
-
- c9e800d39a: feat: support React18 streaming SSR
|
|
746
|
-
feat: 支持 React18 流式 SSR
|
|
747
|
-
- 543be9558e: feat: compile server loader and support handle loader request
|
|
748
|
-
feat: 编译 server loader 并支持处理 loader 的请求
|
|
749
|
-
|
|
750
|
-
### Patch Changes
|
|
751
|
-
|
|
752
|
-
- 7879e8f: refactor: remove enableModernMode config
|
|
753
|
-
|
|
754
|
-
refactor: 不再支持 enableModernMode 配置项
|
|
755
|
-
|
|
756
|
-
- d032d49e09: export createHandle
|
|
757
|
-
导出 createHandle 函数
|
|
758
|
-
- 15bf09d9c8: feat: support completely custom server, export render() api for render single page
|
|
759
|
-
feat: 支持完全自定义 Server,导出 render() 方法用来渲染单个页面
|
|
760
|
-
- cc971eabfc: refactor: move server plugin load logic in `@modern-js/core`
|
|
761
|
-
refactor:移除在 `@modern-js/core` 中的 server 插件加载逻辑
|
|
762
|
-
- 40ed5874c6: feat: inject css chunk into html for streaming ssr
|
|
763
|
-
feat: streaming ssr 返回的 html 注入 css chunk
|
|
764
|
-
- 102d32e4ba: feat(server): add `req` and `res` to SSR context
|
|
765
|
-
|
|
766
|
-
feat(server): 添加 `req` 和 `res` 到 SSR context 中
|
|
767
|
-
|
|
768
|
-
- 3bbea92b2a: feat: support Hook、Middleware new API
|
|
769
|
-
feat: 支持 Hook、Middleware 的新 API
|
|
770
|
-
- 73cd29dd9f: fix(server): add favicon fallback handler
|
|
771
|
-
|
|
772
|
-
fix(server): 添加 favicon 兜底处理逻辑
|
|
773
|
-
|
|
774
|
-
- cce8ecee2d: fix: handle some `TODO` & `FIXME`, change some tests
|
|
775
|
-
fix: 处理一些 `TODO` 和 `FIXME`, 修改了一些 tests
|
|
776
|
-
- 18aaf42249: fix: fix server loader redirects
|
|
777
|
-
fix: 修复 server loader 重定向错误
|
|
778
|
-
- 14b712da84: fix: use consistent alias type and default value across packages
|
|
779
|
-
|
|
780
|
-
fix: 在各个包中使用一致的 alias 类型定义和默认值
|
|
781
|
-
|
|
782
|
-
- Updated dependencies [7879e8f]
|
|
783
|
-
- Updated dependencies [6aca875]
|
|
784
|
-
- Updated dependencies [15bf09d9c8]
|
|
785
|
-
- Updated dependencies [2e6031955e]
|
|
786
|
-
- Updated dependencies [7b7d12c]
|
|
787
|
-
- Updated dependencies [92f0eade39]
|
|
788
|
-
- Updated dependencies [edd1cfb1af]
|
|
789
|
-
- Updated dependencies [cc971eabfc]
|
|
790
|
-
- Updated dependencies [5b9049f2e9]
|
|
791
|
-
- Updated dependencies [92004d1906]
|
|
792
|
-
- Updated dependencies [b8bbe036c7]
|
|
793
|
-
- Updated dependencies [d5a31df781]
|
|
794
|
-
- Updated dependencies [dda38c9c3e]
|
|
795
|
-
- Updated dependencies [3bbea92b2a]
|
|
796
|
-
- Updated dependencies [b710adb843]
|
|
797
|
-
- Updated dependencies [ea7cf06]
|
|
798
|
-
- Updated dependencies [bbe4c4a]
|
|
799
|
-
- Updated dependencies [e4558a0]
|
|
800
|
-
- Updated dependencies [abf3421a75]
|
|
801
|
-
- Updated dependencies [543be9558e]
|
|
802
|
-
- Updated dependencies [14b712da84]
|
|
803
|
-
- @modern-js/utils@2.0.0-beta.4
|
|
804
|
-
- @modern-js/server-core@2.0.0-beta.4
|
|
805
|
-
|
|
806
|
-
## 2.0.0-beta.3
|
|
807
|
-
|
|
808
|
-
### Major Changes
|
|
809
|
-
|
|
810
|
-
- dda38c9c3e: chore: v2
|
|
811
|
-
|
|
812
|
-
### Minor Changes
|
|
813
|
-
|
|
814
|
-
- c9e800d39a: feat: support React18 streaming SSR
|
|
815
|
-
feat: 支持 React18 流式 SSR
|
|
816
|
-
- 543be9558e: feat: compile server loader and support handle loader request
|
|
817
|
-
feat: 编译 server loader 并支持处理 loader 的请求
|
|
818
|
-
|
|
819
|
-
### Patch Changes
|
|
820
|
-
|
|
821
|
-
- d032d49e09: export createHandle
|
|
822
|
-
导出 createHandle 函数
|
|
823
|
-
- 15bf09d9c8: feat: support completely custom server, export render() api for render single page
|
|
824
|
-
feat: 支持完全自定义 Server,导出 render() 方法用来渲染单个页面
|
|
825
|
-
- cc971eabfc: refactor: move server plugin load logic in `@modern-js/core`
|
|
826
|
-
refactor:移除在 `@modern-js/core` 中的 server 插件加载逻辑
|
|
827
|
-
- 40ed5874c6: feat: inject css chunk into html for streaming ssr
|
|
828
|
-
feat: streaming ssr 返回的 html 注入 css chunk
|
|
829
|
-
- 102d32e4ba: feat(server): add `req` and `res` to SSR context
|
|
830
|
-
|
|
831
|
-
feat(server): 添加 `req` 和 `res` 到 SSR context 中
|
|
832
|
-
|
|
833
|
-
- 3bbea92b2a: feat: support Hook、Middleware new API
|
|
834
|
-
feat: 支持 Hook、Middleware 的新 API
|
|
835
|
-
- 73cd29dd9f: fix(server): add favicon fallback handler
|
|
836
|
-
|
|
837
|
-
fix(server): 添加 favicon 兜底处理逻辑
|
|
838
|
-
|
|
839
|
-
- cce8ece: fix: handle some `TODO` & `FIXME`, change some tests
|
|
840
|
-
fix: 处理一些 `TODO` 和 `FIXME`, 修改了一些 tests
|
|
841
|
-
- 18aaf42249: fix: fix server loader redirects
|
|
842
|
-
fix: 修复 server loader 重定向错误
|
|
843
|
-
- 14b712da84: fix: use consistent alias type and default value across packages
|
|
844
|
-
|
|
845
|
-
fix: 在各个包中使用一致的 alias 类型定义和默认值
|
|
846
|
-
|
|
847
|
-
- Updated dependencies [6aca875]
|
|
848
|
-
- Updated dependencies [15bf09d9c8]
|
|
849
|
-
- Updated dependencies [2e60319]
|
|
850
|
-
- Updated dependencies [92f0eade39]
|
|
851
|
-
- Updated dependencies [edd1cfb1af]
|
|
852
|
-
- Updated dependencies [cc971eabfc]
|
|
853
|
-
- Updated dependencies [5b9049f2e9]
|
|
854
|
-
- Updated dependencies [92004d1906]
|
|
855
|
-
- Updated dependencies [b8bbe036c7]
|
|
856
|
-
- Updated dependencies [d5a31df781]
|
|
857
|
-
- Updated dependencies [dda38c9c3e]
|
|
858
|
-
- Updated dependencies [3bbea92b2a]
|
|
859
|
-
- Updated dependencies [b710adb]
|
|
860
|
-
- Updated dependencies [ea7cf06]
|
|
861
|
-
- Updated dependencies [bbe4c4a]
|
|
862
|
-
- Updated dependencies [e4558a0]
|
|
863
|
-
- Updated dependencies [abf3421a75]
|
|
864
|
-
- Updated dependencies [543be9558e]
|
|
865
|
-
- Updated dependencies [14b712da84]
|
|
866
|
-
- @modern-js/utils@2.0.0-beta.3
|
|
867
|
-
- @modern-js/server-core@2.0.0-beta.3
|
|
868
|
-
|
|
869
|
-
## 2.0.0-beta.2
|
|
870
|
-
|
|
871
|
-
### Major Changes
|
|
872
|
-
|
|
873
|
-
- dda38c9c3e: chore: v2
|
|
874
|
-
|
|
875
|
-
### Minor Changes
|
|
876
|
-
|
|
877
|
-
- c9e800d39a: feat: support React18 streaming SSR
|
|
878
|
-
feat: 支持 React18 流式 SSR
|
|
879
|
-
- 543be9558e: feat: compile server loader and support handle loader request
|
|
880
|
-
feat: 编译 server loader 并支持处理 loader 的请求
|
|
881
|
-
|
|
882
|
-
### Patch Changes
|
|
883
|
-
|
|
884
|
-
- d032d49: export createHandle
|
|
885
|
-
导出 createHandle 函数
|
|
886
|
-
- 15bf09d9c8: feat: support completely custom server, export render() api for render single page
|
|
887
|
-
feat: 支持完全自定义 Server,导出 render() 方法用来渲染单个页面
|
|
888
|
-
- cc971eabfc: refactor: move server plugin load logic in `@modern-js/core`
|
|
889
|
-
refactor:移除在 `@modern-js/core` 中的 server 插件加载逻辑
|
|
890
|
-
- 40ed587: feat: inject css chunk into html for streaming ssr
|
|
891
|
-
feat: streaming ssr 返回的 html 注入 css chunk
|
|
892
|
-
- 102d32e4ba: feat(server): add `req` and `res` to SSR context
|
|
893
|
-
|
|
894
|
-
feat(server): 添加 `req` 和 `res` 到 SSR context 中
|
|
895
|
-
|
|
896
|
-
- 3bbea92b2a: feat: support Hook、Middleware new API
|
|
897
|
-
feat: 支持 Hook、Middleware 的新 API
|
|
898
|
-
- 73cd29dd9f: fix(server): add favicon fallback handler
|
|
899
|
-
|
|
900
|
-
fix(server): 添加 favicon 兜底处理逻辑
|
|
901
|
-
|
|
902
|
-
- 18aaf42: fix: fix server loader redirects
|
|
903
|
-
fix: 修复 server loader 重定向错误
|
|
904
|
-
- 14b712da84: fix: use consistent alias type and default value across packages
|
|
905
|
-
|
|
906
|
-
fix: 在各个包中使用一致的 alias 类型定义和默认值
|
|
907
|
-
|
|
908
|
-
- Updated dependencies [15bf09d9c8]
|
|
909
|
-
- Updated dependencies [92f0ead]
|
|
910
|
-
- Updated dependencies [edd1cfb1af]
|
|
911
|
-
- Updated dependencies [cc971eabfc]
|
|
912
|
-
- Updated dependencies [5b9049f2e9]
|
|
913
|
-
- Updated dependencies [92004d1]
|
|
914
|
-
- Updated dependencies [b8bbe036c7]
|
|
915
|
-
- Updated dependencies [d5a31df781]
|
|
916
|
-
- Updated dependencies [dda38c9c3e]
|
|
917
|
-
- Updated dependencies [3bbea92b2a]
|
|
918
|
-
- Updated dependencies [abf3421a75]
|
|
919
|
-
- Updated dependencies [543be9558e]
|
|
920
|
-
- Updated dependencies [14b712da84]
|
|
921
|
-
- @modern-js/server-core@2.0.0-beta.2
|
|
922
|
-
- @modern-js/utils@2.0.0-beta.2
|
|
923
|
-
|
|
924
|
-
## 2.0.0-beta.1
|
|
925
|
-
|
|
926
|
-
### Major Changes
|
|
927
|
-
|
|
928
|
-
- dda38c9: chore: v2
|
|
929
|
-
|
|
930
|
-
### Minor Changes
|
|
931
|
-
|
|
932
|
-
- c9e800d39a: feat: support React18 streaming SSR
|
|
933
|
-
feat: 支持 React18 流式 SSR
|
|
934
|
-
- 543be9558e: feat: compile server loader and support handle loader request
|
|
935
|
-
feat: 编译 server loader 并支持处理 loader 的请求
|
|
936
|
-
|
|
937
|
-
### Patch Changes
|
|
938
|
-
|
|
939
|
-
- d032d49: export createHandle
|
|
940
|
-
导出 createHandle 函数
|
|
941
|
-
- 15bf09d9c8: feat: support completely custom server, export render() api for render single page
|
|
942
|
-
feat: 支持完全自定义 Server,导出 render() 方法用来渲染单个页面
|
|
943
|
-
- cc971eabfc: refactor: move server plugin load logic in `@modern-js/core`
|
|
944
|
-
refactor:移除在 `@modern-js/core` 中的 server 插件加载逻辑
|
|
945
|
-
- 40ed587: feat: inject css chunk into html for streaming ssr
|
|
946
|
-
feat: streaming ssr 返回的 html 注入 css chunk
|
|
947
|
-
- 102d32e4ba: feat(server): add `req` and `res` to SSR context
|
|
948
|
-
|
|
949
|
-
feat(server): 添加 `req` 和 `res` 到 SSR context 中
|
|
950
|
-
|
|
951
|
-
- 3bbea92b2a: feat: support Hook、Middleware new API
|
|
952
|
-
feat: 支持 Hook、Middleware 的新 API
|
|
953
|
-
- 73cd29dd9f: fix(server): add favicon fallback handler
|
|
954
|
-
|
|
955
|
-
fix(server): 添加 favicon 兜底处理逻辑
|
|
956
|
-
|
|
957
|
-
- 18aaf42: fix: fix server loader redirects
|
|
958
|
-
fix: 修复 server loader 重定向错误
|
|
959
|
-
- 14b712d: fix: use consistent alias type and default value across packages
|
|
960
|
-
|
|
961
|
-
fix: 在各个包中使用一致的 alias 类型定义和默认值
|
|
962
|
-
|
|
963
|
-
- Updated dependencies [15bf09d9c8]
|
|
964
|
-
- Updated dependencies [92f0ead]
|
|
965
|
-
- Updated dependencies [edd1cfb1af]
|
|
966
|
-
- Updated dependencies [cc971eabfc]
|
|
967
|
-
- Updated dependencies [5b9049f]
|
|
968
|
-
- Updated dependencies [92004d1]
|
|
969
|
-
- Updated dependencies [b8bbe036c7]
|
|
970
|
-
- Updated dependencies [d5a31df781]
|
|
971
|
-
- Updated dependencies [dda38c9]
|
|
972
|
-
- Updated dependencies [3bbea92b2a]
|
|
973
|
-
- Updated dependencies [abf3421]
|
|
974
|
-
- Updated dependencies [543be9558e]
|
|
975
|
-
- Updated dependencies [14b712d]
|
|
976
|
-
- @modern-js/server-core@2.0.0-beta.1
|
|
977
|
-
- @modern-js/utils@2.0.0-beta.1
|
|
978
|
-
|
|
979
|
-
## 2.0.0-beta.0
|
|
980
|
-
|
|
981
|
-
### Major Changes
|
|
982
|
-
|
|
983
|
-
- dda38c9: chore: v2
|
|
984
|
-
|
|
985
|
-
### Minor Changes
|
|
986
|
-
|
|
987
|
-
- c9e800d39: feat: support React18 streaming SSR
|
|
988
|
-
feat: 支持 React18 流式 SSR
|
|
989
|
-
- 543be95: feat: compile server loader and support handle loader request
|
|
990
|
-
feat: 编译 server loader 并支持处理 loader 的请求
|
|
991
|
-
|
|
992
|
-
### Patch Changes
|
|
993
|
-
|
|
994
|
-
- 15bf09d9c: feat: support completely custom server, export render() api for render single page
|
|
995
|
-
feat: 支持完全自定义 Server,导出 render() 方法用来渲染单个页面
|
|
996
|
-
- cc971eabf: refactor: move server plugin load logic in `@modern-js/core`
|
|
997
|
-
refactor:移除在 `@modern-js/core` 中的 server 插件加载逻辑
|
|
998
|
-
- 102d32e4b: feat(server): add `req` and `res` to SSR context
|
|
999
|
-
|
|
1000
|
-
feat(server): 添加 `req` 和 `res` 到 SSR context 中
|
|
1001
|
-
|
|
1002
|
-
- 3bbea92b2: feat: support Hook、Middleware new API
|
|
1003
|
-
feat: 支持 Hook、Middleware 的新 API
|
|
1004
|
-
- 73cd29dd9: fix(server): add favicon fallback handler
|
|
1005
|
-
|
|
1006
|
-
fix(server): 添加 favicon 兜底处理逻辑
|
|
1007
|
-
|
|
1008
|
-
- 14b712d: fix: use consistent alias type and default value across packages
|
|
1009
|
-
|
|
1010
|
-
fix: 在各个包中使用一致的 alias 类型定义和默认值
|
|
1011
|
-
|
|
1012
|
-
- Updated dependencies [15bf09d9c]
|
|
1013
|
-
- Updated dependencies [edd1cfb1a]
|
|
1014
|
-
- Updated dependencies [cc971eabf]
|
|
1015
|
-
- Updated dependencies [5b9049f]
|
|
1016
|
-
- Updated dependencies [b8bbe036c]
|
|
1017
|
-
- Updated dependencies [d5a31df78]
|
|
1018
|
-
- Updated dependencies [dda38c9]
|
|
1019
|
-
- Updated dependencies [3bbea92b2]
|
|
1020
|
-
- Updated dependencies [abf3421]
|
|
1021
|
-
- Updated dependencies [543be95]
|
|
1022
|
-
- Updated dependencies [14b712d]
|
|
1023
|
-
- @modern-js/server-core@2.0.0-beta.0
|
|
1024
|
-
- @modern-js/utils@2.0.0-beta.0
|
|
1025
|
-
|
|
1026
|
-
## 1.21.2
|
|
1027
|
-
|
|
1028
|
-
### Patch Changes
|
|
1029
|
-
|
|
1030
|
-
- Updated dependencies [9d4c0ba]
|
|
1031
|
-
- @modern-js/server-core@1.21.2
|
|
1032
|
-
- @modern-js/utils@1.21.2
|
|
1033
|
-
|
|
1034
|
-
## 1.21.1
|
|
1035
|
-
|
|
1036
|
-
### Patch Changes
|
|
1037
|
-
|
|
1038
|
-
- @modern-js/server-core@1.21.1
|
|
1039
|
-
- @modern-js/utils@1.21.1
|
|
1040
|
-
|
|
1041
|
-
## 1.21.0
|
|
1042
|
-
|
|
1043
|
-
### Patch Changes
|
|
1044
|
-
|
|
1045
|
-
- f51c59a: feat: remove node internal package like fs or path which import by ssr runtime
|
|
1046
|
-
feat: 删除在 ssr runtime 中引用的 node 内部包
|
|
1047
|
-
- 8f3674a: chore: reduce parameters for dev-server & update default config value in builder startDevServer
|
|
1048
|
-
|
|
1049
|
-
chore: 缩简 devServer 配置定义 & 更新 builder startDevServer 方法 config 默认值
|
|
1050
|
-
|
|
1051
|
-
- 519965e: fix: should not do render if set location header and 302 status in middleware
|
|
1052
|
-
fix: 如果在 middleware 中设置了 location 头和 302 状态码,则不应该走渲染逻辑
|
|
1053
|
-
- 67d80b7: fix(prod-server): failed to match URL which ends with ".html"
|
|
1054
|
-
|
|
1055
|
-
fix(prod-server): 修复无法匹配到以 ".html" 结尾的 URL 的问题
|
|
1056
|
-
|
|
1057
|
-
- @modern-js/server-core@1.21.0
|
|
1058
|
-
- @modern-js/utils@1.21.0
|
|
1059
|
-
|
|
1060
|
-
## 1.20.1
|
|
1061
|
-
|
|
1062
|
-
### Patch Changes
|
|
1063
|
-
|
|
1064
|
-
- Updated dependencies [49515c5]
|
|
1065
|
-
- @modern-js/utils@1.20.1
|
|
1066
|
-
- @modern-js/server-core@1.20.1
|
|
1067
|
-
|
|
1068
|
-
## 1.20.0
|
|
1069
|
-
|
|
1070
|
-
### Patch Changes
|
|
1071
|
-
|
|
1072
|
-
- baf7337: fix: console error message if error stack not exist
|
|
1073
|
-
fix: 如果错误堆栈不存在,则输出错误信息
|
|
1074
|
-
- Updated dependencies [d5d570b]
|
|
1075
|
-
- Updated dependencies [4ddc185]
|
|
1076
|
-
- Updated dependencies [df8ee7e]
|
|
1077
|
-
- Updated dependencies [8c05089]
|
|
1078
|
-
- @modern-js/utils@1.20.0
|
|
1079
|
-
- @modern-js/server-core@1.20.0
|
|
1080
|
-
|
|
1081
|
-
## 1.19.0
|
|
1082
|
-
|
|
1083
|
-
### Patch Changes
|
|
1084
|
-
|
|
1085
|
-
- 1903f68: fix(server): failed to access static files when output.assetPrefix ends with /
|
|
1086
|
-
|
|
1087
|
-
fix(server): 修复 output.assetPrefix 以 / 结尾时无法正确访问的问题
|
|
1088
|
-
|
|
1089
|
-
- @modern-js/server-core@1.19.0
|
|
1090
|
-
- @modern-js/utils@1.19.0
|
|
1091
|
-
|
|
1092
|
-
## 1.18.1
|
|
1093
|
-
|
|
1094
|
-
### Patch Changes
|
|
1095
|
-
|
|
1096
|
-
- 3586707: fix: the compaire-version throw error make the supportModern error
|
|
1097
|
-
fix: compaire-version 的抛错导致 supportModern 失败
|
|
1098
|
-
- f6a3aa1: feat: support etag in dev server by default
|
|
1099
|
-
feat: 开发环境默认支持 etag 功能
|
|
1100
|
-
- 9f7bfa6: fix: fix the problem that the response header cannot be redirected when setting in ssr
|
|
1101
|
-
fix: 修复在 SSR 中设置响应头却无法重定向的问题
|
|
1102
|
-
- Updated dependencies [9fcfbd4]
|
|
1103
|
-
- Updated dependencies [6c2c745]
|
|
1104
|
-
- @modern-js/utils@1.18.1
|
|
1105
|
-
- @modern-js/server-core@1.18.1
|
|
1106
|
-
|
|
1107
|
-
## 1.18.0
|
|
1108
|
-
|
|
1109
|
-
### Patch Changes
|
|
1110
|
-
|
|
1111
|
-
- 3d5e3a5: chore: get api mode from bff core
|
|
1112
|
-
chore: 从 bff core 中获取 api mode
|
|
1113
|
-
- Updated dependencies [8280920]
|
|
1114
|
-
- Updated dependencies [3d5e3a5]
|
|
1115
|
-
- Updated dependencies [5227370]
|
|
1116
|
-
- Updated dependencies [7928bae]
|
|
1117
|
-
- @modern-js/utils@1.18.0
|
|
1118
|
-
- @modern-js/server-core@1.18.0
|
|
1119
|
-
|
|
1120
|
-
## 1.17.0
|
|
1121
|
-
|
|
1122
|
-
### Patch Changes
|
|
1123
|
-
|
|
1124
|
-
- Updated dependencies [1b9176f]
|
|
1125
|
-
- Updated dependencies [77d3a38]
|
|
1126
|
-
- Updated dependencies [151329d]
|
|
1127
|
-
- Updated dependencies [5af9472]
|
|
1128
|
-
- Updated dependencies [6b6a534]
|
|
1129
|
-
- Updated dependencies [6b43a2b]
|
|
1130
|
-
- Updated dependencies [a7be124]
|
|
1131
|
-
- Updated dependencies [31547b4]
|
|
1132
|
-
- @modern-js/utils@1.17.0
|
|
1133
|
-
- @modern-js/server-core@1.17.0
|
|
1134
|
-
|
|
1135
|
-
## 1.16.0
|
|
1136
|
-
|
|
1137
|
-
### Patch Changes
|
|
1138
|
-
|
|
1139
|
-
- 81c66e4a4: fix: compatibility issues of dev server in iOS 10
|
|
1140
|
-
|
|
1141
|
-
fix: 修复 dev server 代码在 iOS 10 下的兼容性问题
|
|
1142
|
-
|
|
1143
|
-
- Updated dependencies [641592f52]
|
|
1144
|
-
- Updated dependencies [3904b30a5]
|
|
1145
|
-
- Updated dependencies [1100dd58c]
|
|
1146
|
-
- Updated dependencies [e04e6e76a]
|
|
1147
|
-
- Updated dependencies [81c66e4a4]
|
|
1148
|
-
- Updated dependencies [2c305b6f5]
|
|
1149
|
-
- @modern-js/utils@1.16.0
|
|
1150
|
-
- @modern-js/server-core@1.16.0
|
|
1151
|
-
|
|
1152
|
-
## 1.15.0
|
|
1153
|
-
|
|
1154
|
-
### Patch Changes
|
|
1155
|
-
|
|
1156
|
-
- c087148: chore: remove cookie in error log
|
|
1157
|
-
chore: 删除错误日志中的 cookie 信息
|
|
1158
|
-
- Updated dependencies [8658a78]
|
|
1159
|
-
- Updated dependencies [05d4a4f]
|
|
1160
|
-
- Updated dependencies [ad05af9]
|
|
1161
|
-
- Updated dependencies [5d53d1c]
|
|
1162
|
-
- Updated dependencies [37cd159]
|
|
1163
|
-
- @modern-js/utils@1.15.0
|
|
1164
|
-
- @modern-js/server-core@1.15.0
|
|
1165
|
-
|
|
1166
|
-
## 1.2.2
|
|
1167
|
-
|
|
1168
|
-
### Patch Changes
|
|
1169
|
-
|
|
1170
|
-
- 0e28456: fix assets prefix bug in prod env
|
|
1171
|
-
- 44e3bb1: feat: support response headers
|
|
1172
|
-
feat: 支持设置响应头
|
|
1173
|
-
- @modern-js/server-core@1.4.1
|
|
1174
|
-
- @modern-js/utils@1.8.0
|
|
1175
|
-
|
|
1176
|
-
## 1.2.1
|
|
1177
|
-
|
|
1178
|
-
### Patch Changes
|
|
1179
|
-
|
|
1180
|
-
- 2ed8f7d: fix: the \_SERVER_DATA injection twice causes the prod-server route error.
|
|
1181
|
-
fix: \_SERVER_DATA 二次注入,导致服务器路由错误
|
|
1182
|
-
- Updated dependencies [4fc801f]
|
|
1183
|
-
- Updated dependencies [c8614b8]
|
|
1184
|
-
- @modern-js/utils@1.8.0
|
|
1185
|
-
- @modern-js/server-core@1.4.1
|
|
1186
|
-
|
|
1187
|
-
## 1.2.0
|
|
1188
|
-
|
|
1189
|
-
### Minor Changes
|
|
1190
|
-
|
|
1191
|
-
- 3d64b2f: feat: prod-server supports that load server env from .env.\*
|
|
1192
|
-
|
|
1193
|
-
feat: prod-server 支持从 .env.\* 文件加载服务器环境变量
|
|
1194
|
-
|
|
1195
|
-
### Patch Changes
|
|
1196
|
-
|
|
1197
|
-
- 7b902b3: feat: support ListenOptions for prod-server
|
|
1198
|
-
|
|
1199
|
-
feat: server 支持传入 listernOptions 参数
|
|
1200
|
-
|
|
1201
|
-
- Updated dependencies [a27ab8d]
|
|
1202
|
-
- @modern-js/server-core@1.4.1
|
|
1203
|
-
- @modern-js/utils@1.7.12
|
|
1204
|
-
|
|
1205
|
-
## 1.1.9
|
|
1206
|
-
|
|
1207
|
-
### Patch Changes
|
|
1208
|
-
|
|
1209
|
-
- f29e9ba: feat: simplify context usage, no longer depend on containers
|
|
1210
|
-
- 2dacc89: support set header & status in render
|
|
1211
|
-
- Updated dependencies [77a8e9e]
|
|
1212
|
-
- Updated dependencies [f29e9ba]
|
|
1213
|
-
- Updated dependencies [a90bc96]
|
|
1214
|
-
- @modern-js/server-core@1.4.0
|
|
1215
|
-
- @modern-js/utils@1.7.9
|
|
1216
|
-
|
|
1217
|
-
## 1.1.8
|
|
1218
|
-
|
|
1219
|
-
### Patch Changes
|
|
1220
|
-
|
|
1221
|
-
- a1198d509: feat: bump babel 7.18.0
|
|
1222
|
-
- @modern-js/server-core@1.3.5
|
|
1223
|
-
|
|
1224
|
-
## 1.1.7
|
|
1225
|
-
|
|
1226
|
-
### Patch Changes
|
|
1227
|
-
|
|
1228
|
-
- d4afeba71: fix: remove cors for prod-server
|
|
1229
|
-
|
|
1230
|
-
## 1.1.6
|
|
1231
|
-
|
|
1232
|
-
### Patch Changes
|
|
1233
|
-
|
|
1234
|
-
- 430d417e: optimize server side hot reload
|
|
1235
|
-
- Updated dependencies [6451a098]
|
|
1236
|
-
- Updated dependencies [d5a2cfd8]
|
|
1237
|
-
- Updated dependencies [437367c6]
|
|
1238
|
-
- @modern-js/utils@1.7.6
|
|
1239
|
-
- @modern-js/server-core@1.3.5
|
|
1240
|
-
|
|
1241
|
-
## 1.1.5
|
|
1242
|
-
|
|
1243
|
-
### Patch Changes
|
|
1244
|
-
|
|
1245
|
-
- d32f35134: chore: add modern/jest/eslint/ts config files to .npmignore
|
|
1246
|
-
- 86fe5a657: support handle server context init error
|
|
1247
|
-
- Updated dependencies [d32f35134]
|
|
1248
|
-
- Updated dependencies [6ae4a34ae]
|
|
1249
|
-
- Updated dependencies [b80229c79]
|
|
1250
|
-
- Updated dependencies [948cc4436]
|
|
1251
|
-
- @modern-js/server-core@1.3.5
|
|
1252
|
-
- @modern-js/utils@1.7.3
|
|
1253
|
-
|
|
1254
|
-
## 1.1.4
|
|
1255
|
-
|
|
1256
|
-
### Patch Changes
|
|
1257
|
-
|
|
1258
|
-
- 69a728375: fix: remove exports.jsnext:source after publish
|
|
1259
|
-
- Updated dependencies [cd7346b0d]
|
|
1260
|
-
- Updated dependencies [69a728375]
|
|
1261
|
-
- @modern-js/utils@1.7.2
|
|
1262
|
-
- @modern-js/server-core@1.3.4
|
|
1263
|
-
|
|
1264
|
-
## 1.1.3
|
|
1265
|
-
|
|
1266
|
-
### Patch Changes
|
|
1267
|
-
|
|
1268
|
-
- a4c5fe78: fix test case
|
|
1269
|
-
- 6fa74d5f: add internal metrics and logger
|
|
1270
|
-
- Updated dependencies [0ee4bb4e]
|
|
1271
|
-
- Updated dependencies [6fa74d5f]
|
|
1272
|
-
- @modern-js/utils@1.7.0
|
|
1273
|
-
- @modern-js/server-core@1.3.3
|
|
1274
|
-
|
|
1275
|
-
## 1.1.2
|
|
1276
|
-
|
|
1277
|
-
### Patch Changes
|
|
1278
|
-
|
|
1279
|
-
- a0499e4f: fix: throw error in server config
|
|
1280
|
-
- 592edabc: feat: prebundle url-join,mime-types,json5,fast-glob,globby,ora,inquirer
|
|
1281
|
-
- 895fa0ff: chore: using "workspace:\*" in devDependencies
|
|
1282
|
-
- Updated dependencies [2d155c4c]
|
|
1283
|
-
- Updated dependencies [123e432d]
|
|
1284
|
-
- Updated dependencies [e5a9b26d]
|
|
1285
|
-
- Updated dependencies [0b26b93b]
|
|
1286
|
-
- Updated dependencies [123e432d]
|
|
1287
|
-
- Updated dependencies [f9f66ef9]
|
|
1288
|
-
- Updated dependencies [592edabc]
|
|
1289
|
-
- Updated dependencies [895fa0ff]
|
|
1290
|
-
- Updated dependencies [3578913e]
|
|
1291
|
-
- Updated dependencies [1c3beab3]
|
|
1292
|
-
- @modern-js/utils@1.6.0
|
|
1293
|
-
- @modern-js/server-core@1.3.2
|
|
1294
|
-
|
|
1295
|
-
## 1.1.1
|
|
1296
|
-
|
|
1297
|
-
### Patch Changes
|
|
1298
|
-
|
|
1299
|
-
- 6cffe99d: chore:
|
|
1300
|
-
remove react eslint rules for `modern-js` rule set.
|
|
1301
|
-
add .eslintrc for each package to speed up linting
|
|
1302
|
-
- 04ae5262: chore: bump @modern-js/utils to v1.4.1 in dependencies
|
|
1303
|
-
- 60f7d8bf: feat: add tests dir to npmignore
|
|
1304
|
-
- Updated dependencies [b8599d09]
|
|
1305
|
-
- Updated dependencies [04ae5262]
|
|
1306
|
-
- Updated dependencies [60f7d8bf]
|
|
1307
|
-
- Updated dependencies [3bf4f8b0]
|
|
1308
|
-
- @modern-js/utils@1.5.0
|
|
1309
|
-
- @modern-js/server-core@1.3.1
|
|
1310
|
-
|
|
1311
|
-
## 1.1.0
|
|
1312
|
-
|
|
1313
|
-
### Minor Changes
|
|
1314
|
-
|
|
1315
|
-
- d2d1d6b2: feat: support server config
|
|
1316
|
-
|
|
1317
|
-
### Patch Changes
|
|
1318
|
-
|
|
1319
|
-
- 17d0cc46: feat: prebundle lodash to @modern-js/utils/lodash
|
|
1320
|
-
- Updated dependencies [77ff9754]
|
|
1321
|
-
- Updated dependencies [d2d1d6b2]
|
|
1322
|
-
- Updated dependencies [07a4887e]
|
|
1323
|
-
- Updated dependencies [ea2ae711]
|
|
1324
|
-
- Updated dependencies [17d0cc46]
|
|
1325
|
-
- Updated dependencies [d2d1d6b2]
|
|
1326
|
-
- @modern-js/utils@1.4.0
|
|
1327
|
-
- @modern-js/server-core@1.3.0
|
|
1328
|
-
|
|
1329
|
-
## 1.0.6
|
|
1330
|
-
|
|
1331
|
-
### Patch Changes
|
|
1332
|
-
|
|
1333
|
-
- bebb39b6: chore: improve devDependencies and peerDependencies
|
|
1334
|
-
- 132f7b53: feat: move config declarations to @modern-js/core
|
|
1335
|
-
- Updated dependencies [bebb39b6]
|
|
1336
|
-
- Updated dependencies [132f7b53]
|
|
1337
|
-
- @modern-js/server-core@1.2.5
|
|
1338
|
-
- @modern-js/utils@1.3.7
|
|
1339
|
-
|
|
1340
|
-
## 1.0.5
|
|
1341
|
-
|
|
1342
|
-
### Patch Changes
|
|
1343
|
-
|
|
1344
|
-
- d2d0fa11: fix: missing devServer.proxy typing
|
|
1345
|
-
- Updated dependencies [a8df060e]
|
|
1346
|
-
- Updated dependencies [c2046f37]
|
|
1347
|
-
- Updated dependencies [18db013a]
|
|
1348
|
-
- @modern-js/server-core@1.2.4
|
|
1349
|
-
- @modern-js/utils@1.3.6
|
|
1350
|
-
|
|
1351
|
-
## 1.0.4
|
|
1352
|
-
|
|
1353
|
-
### Patch Changes
|
|
1354
|
-
|
|
1355
|
-
- d95f28c3: should enable babel register before server plugin require
|
|
1356
|
-
- d95f28c3: remove server hook when api only
|
|
1357
|
-
- 0923c182: fix static handler when static file not exist
|
|
1358
|
-
- 2008fdbd: convert two packages server part, support server load plugin itself
|
|
1359
|
-
- ca0bcf13: publish prod-server local
|
|
1360
|
-
- Updated dependencies [5bf5868d]
|
|
1361
|
-
- Updated dependencies [d95f28c3]
|
|
1362
|
-
- Updated dependencies [2e8dec93]
|
|
1363
|
-
- Updated dependencies [2008fdbd]
|
|
1364
|
-
- Updated dependencies [2e8dec93]
|
|
1365
|
-
- @modern-js/utils@1.3.5
|
|
1366
|
-
- @modern-js/server-core@1.2.3
|
|
1367
|
-
|
|
1368
|
-
## 1.0.2
|
|
1369
|
-
|
|
1370
|
-
### Patch Changes
|
|
1371
|
-
|
|
1372
|
-
- a78e32d8: remove server hook when api only
|
|
1373
|
-
- e11eaafc: fix runner error in dev
|
|
1374
|
-
- cbba492b: add serverless pre-render unit-test
|
|
1375
|
-
- 59010b7a: rewrite server lifecycle, add unit test
|
|
1376
|
-
- Updated dependencies [cc5e8001]
|
|
1377
|
-
- Updated dependencies [2520ea86]
|
|
1378
|
-
- Updated dependencies [db43dce6]
|
|
1379
|
-
- Updated dependencies [e81fd9b7]
|
|
1380
|
-
- Updated dependencies [1c411e71]
|
|
1381
|
-
- @modern-js/core@1.4.6
|
|
1382
|
-
- @modern-js/utils@1.3.4
|
|
1383
|
-
|
|
1384
|
-
## 1.0.1
|
|
1385
|
-
|
|
1386
|
-
### Patch Changes
|
|
1387
|
-
|
|
1388
|
-
- 02fb4146: support product server
|
|
1389
|
-
- Updated dependencies [969f172f]
|
|
1390
|
-
- Updated dependencies [4c792f68]
|
|
1391
|
-
- Updated dependencies [4b5d4bf4]
|
|
1392
|
-
- Updated dependencies [62f5b8c8]
|
|
1393
|
-
- Updated dependencies [55e18278]
|
|
1394
|
-
- Updated dependencies [4499a674]
|
|
1395
|
-
- Updated dependencies [403f5169]
|
|
1396
|
-
- Updated dependencies [a7f42f48]
|
|
1397
|
-
- @modern-js/core@1.4.4
|
|
1398
|
-
- @modern-js/utils@1.3.3
|