@modern-js/core 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.
Files changed (2) hide show
  1. package/package.json +8 -8
  2. package/CHANGELOG.md +0 -2188
package/CHANGELOG.md DELETED
@@ -1,2188 +0,0 @@
1
- # @modern-js/core
2
-
3
- ## 2.33.0
4
-
5
- ### Patch Changes
6
-
7
- - ecb9276: fix(core): make the plugins type looser to avoid type mismatch
8
-
9
- fix(core): 使用更松散的 plugins 类型来避免 type 不匹配的问题
10
-
11
- - Updated dependencies [fd82137]
12
- - Updated dependencies [bc1f8da]
13
- - @modern-js/utils@2.33.0
14
- - @modern-js/node-bundle-require@2.33.0
15
- - @modern-js/plugin@2.33.0
16
-
17
- ## 2.32.1
18
-
19
- ### Patch Changes
20
-
21
- - @modern-js/utils@2.32.1
22
- - @modern-js/node-bundle-require@2.32.1
23
- - @modern-js/plugin@2.32.1
24
-
25
- ## 2.32.0
26
-
27
- ### Patch Changes
28
-
29
- - 6076166: fix: packaging errors found by publint
30
-
31
- fix: 修复 publint 检测到的 packaging 问题
32
-
33
- - Updated dependencies [e5a3fb4]
34
- - Updated dependencies [6076166]
35
- - Updated dependencies [a030aff]
36
- - Updated dependencies [3c91100]
37
- - Updated dependencies [5255eba]
38
- - @modern-js/utils@2.32.0
39
- - @modern-js/node-bundle-require@2.32.0
40
- - @modern-js/plugin@2.32.0
41
-
42
- ## 2.31.2
43
-
44
- ### Patch Changes
45
-
46
- - Updated dependencies [15d30abdc66]
47
- - @modern-js/utils@2.31.2
48
- - @modern-js/node-bundle-require@2.31.2
49
- - @modern-js/plugin@2.31.2
50
-
51
- ## 2.31.1
52
-
53
- ### Patch Changes
54
-
55
- - @modern-js/node-bundle-require@2.31.1
56
- - @modern-js/plugin@2.31.1
57
- - @modern-js/utils@2.31.1
58
-
59
- ## 2.31.0
60
-
61
- ### Patch Changes
62
-
63
- - 2361ce8: feat: support partials html in Document
64
- feat: 支持 partials html 在 Document 中也生效
65
- - 4c03d9a: fix(core): remove testing config type and schema
66
-
67
- fix(core): 移除 testing 配置类型和 schema
68
-
69
- - Updated dependencies [1882366]
70
- - @modern-js/utils@2.31.0
71
- - @modern-js/node-bundle-require@2.31.0
72
- - @modern-js/plugin@2.31.0
73
-
74
- ## 2.30.0
75
-
76
- ### Patch Changes
77
-
78
- - c03be09: feat(CLI): print solution name and version to terminal
79
-
80
- feat(CLI): 在控制台输出 solution 的名称和版本
81
-
82
- - @modern-js/utils@2.30.0
83
- - @modern-js/node-bundle-require@2.30.0
84
- - @modern-js/plugin@2.30.0
85
-
86
- ## 2.29.0
87
-
88
- ### Patch Changes
89
-
90
- - Updated dependencies [e6b5355]
91
- - Updated dependencies [93db783]
92
- - Updated dependencies [cba7675]
93
- - Updated dependencies [99052ea]
94
- - Updated dependencies [1d71d2e]
95
- - @modern-js/utils@2.29.0
96
- - @modern-js/node-bundle-require@2.29.0
97
- - @modern-js/plugin@2.29.0
98
-
99
- ## 2.28.0
100
-
101
- ### Patch Changes
102
-
103
- - Updated dependencies [00b58a7]
104
- - @modern-js/utils@2.28.0
105
- - @modern-js/node-bundle-require@2.28.0
106
- - @modern-js/plugin@2.28.0
107
-
108
- ## 2.27.0
109
-
110
- ### Patch Changes
111
-
112
- - 8322a51: chore: migrate packages from tsc to module-lib build
113
-
114
- chore: 将使用 tsc 的包迁移到 module-lib 构建
115
-
116
- - Updated dependencies [91d14b8]
117
- - Updated dependencies [6d7104d]
118
- - @modern-js/utils@2.27.0
119
- - @modern-js/node-bundle-require@2.27.0
120
- - @modern-js/plugin@2.27.0
121
-
122
- ## 2.26.0
123
-
124
- ### Patch Changes
125
-
126
- - @modern-js/node-bundle-require@2.26.0
127
- - @modern-js/plugin@2.26.0
128
- - @modern-js/utils@2.26.0
129
-
130
- ## 2.25.2
131
-
132
- ### Patch Changes
133
-
134
- - Updated dependencies [63d8247]
135
- - Updated dependencies [6651684]
136
- - Updated dependencies [272646c]
137
- - Updated dependencies [358ed24]
138
- - @modern-js/utils@2.25.2
139
- - @modern-js/node-bundle-require@2.25.2
140
- - @modern-js/plugin@2.25.2
141
-
142
- ## 2.25.1
143
-
144
- ### Patch Changes
145
-
146
- - Updated dependencies [9f78d0c]
147
- - Updated dependencies [85366bc]
148
- - @modern-js/utils@2.25.1
149
- - @modern-js/node-bundle-require@2.25.1
150
- - @modern-js/plugin@2.25.1
151
-
152
- ## 2.25.0
153
-
154
- ### Patch Changes
155
-
156
- - af97415: fix: keep original fileChange hook, but add private configuration
157
- fix: 保留原有的 fileChange 钩子功能,但新增 private 配置
158
- - d287b7f: feat: new and upgrade command support custom config file
159
-
160
- feat: new 和 upgrade 命令支持自定义配置文件路径
161
-
162
- - Updated dependencies [5732c6a]
163
- - Updated dependencies [dc81210]
164
- - @modern-js/utils@2.25.0
165
- - @modern-js/node-bundle-require@2.25.0
166
- - @modern-js/plugin@2.25.0
167
-
168
- ## 2.24.0
169
-
170
- ### Patch Changes
171
-
172
- - Updated dependencies [c882fbd]
173
- - Updated dependencies [4a82c3b]
174
- - @modern-js/utils@2.24.0
175
- - @modern-js/node-bundle-require@2.24.0
176
- - @modern-js/plugin@2.24.0
177
-
178
- ## 2.23.1
179
-
180
- ### Patch Changes
181
-
182
- - Updated dependencies [f08bbfc]
183
- - Updated dependencies [a6b313a]
184
- - Updated dependencies [8f2cab0]
185
- - @modern-js/utils@2.23.1
186
- - @modern-js/node-bundle-require@2.23.1
187
- - @modern-js/plugin@2.23.1
188
-
189
- ## 2.23.0
190
-
191
- ### Patch Changes
192
-
193
- - 7e6fb5f: chore: publishConfig add provenance config
194
-
195
- chore: publishConfig 增加 provenance 配置
196
-
197
- - b593040: fix(app-tools): incorrect tools.tailwindcss schema
198
-
199
- fix(app-tools): 修复 tools.tailwindcss schema 错误
200
-
201
- - c3216b5: chore: split the scheme into the plugin
202
-
203
- chore: 拆分 scheme 到插件内部
204
-
205
- - Updated dependencies [7e6fb5f]
206
- - Updated dependencies [a7a7ad7]
207
- - Updated dependencies [6dec7c2]
208
- - Updated dependencies [c3216b5]
209
- - @modern-js/node-bundle-require@2.23.0
210
- - @modern-js/plugin@2.23.0
211
- - @modern-js/utils@2.23.0
212
-
213
- ## 2.22.1
214
-
215
- ### Patch Changes
216
-
217
- - 1f02cd2: chore: fix some eslint issues
218
-
219
- chore: 修复一些 eslint issues
220
-
221
- - Updated dependencies [e2848a2]
222
- - Updated dependencies [d4045ed]
223
- - @modern-js/utils@2.22.1
224
- - @modern-js/node-bundle-require@2.22.1
225
- - @modern-js/plugin@2.22.1
226
-
227
- ## 2.22.0
228
-
229
- ### Patch Changes
230
-
231
- - 27618e4: chore(deps): remove unused dev dependencies
232
-
233
- chore(deps): 移除未使用的 dev dependencies
234
-
235
- - Updated dependencies [3d48836]
236
- - Updated dependencies [5050e8e]
237
- - @modern-js/utils@2.22.0
238
- - @modern-js/node-bundle-require@2.22.0
239
- - @modern-js/plugin@2.22.0
240
-
241
- ## 2.21.1
242
-
243
- ### Patch Changes
244
-
245
- - @modern-js/node-bundle-require@2.21.1
246
- - @modern-js/plugin@2.21.1
247
- - @modern-js/utils@2.21.1
248
-
249
- ## 2.21.0
250
-
251
- ### Patch Changes
252
-
253
- - df43559: fix(core): toolsType is overridden when install multiple solutions
254
-
255
- fix(core): 修复安装多个 solutions 时 toolsType 被覆盖的问题
256
-
257
- - 26dcf3a: chore: bump typescript to v5 in devDependencies
258
-
259
- chore: 升级 devDependencies 中的 typescript 版本到 v5
260
-
261
- - ad78387: chore(deps): bump babel-related dependencies to latest version
262
-
263
- chore(deps): 升级 babel 相关依赖到最新版本
264
-
265
- - Updated dependencies [e81eeaf]
266
- - Updated dependencies [26dcf3a]
267
- - Updated dependencies [056627f]
268
- - Updated dependencies [0fc15ca]
269
- - Updated dependencies [43b4e83]
270
- - Updated dependencies [ad78387]
271
- - @modern-js/utils@2.21.0
272
- - @modern-js/node-bundle-require@2.21.0
273
- - @modern-js/plugin@2.21.0
274
-
275
- ## 2.20.0
276
-
277
- ### Patch Changes
278
-
279
- - 4b03d17: feat: 添加 output.tempDir 配置,支持单项目多配置同时启动
280
- feat: add output.tempDir configuration, supports launching project with multiple config at the same time
281
- - 6289d31: fix: remove duplicate addRuntimeExports hook in @modern-js/core
282
- fix: 删除 @modern-js/core 中重复的 addRuntimeExports hook
283
- - Updated dependencies [3c4e0a5]
284
- - Updated dependencies [6b9d90a]
285
- - @modern-js/utils@2.20.0
286
- - @modern-js/node-bundle-require@2.20.0
287
- - @modern-js/plugin@2.20.0
288
-
289
- ## 2.19.1
290
-
291
- ### Patch Changes
292
-
293
- - @modern-js/node-bundle-require@2.19.1
294
- - @modern-js/plugin@2.19.1
295
- - @modern-js/utils@2.19.1
296
-
297
- ## 2.19.0
298
-
299
- ### Patch Changes
300
-
301
- - 1134fe2: chore(deps): bump webpack from 5.76.2 to 5.82.1
302
-
303
- chore(deps): 将 webpack 从 5.76.2 升级至 5.82.1
304
-
305
- - Updated dependencies [1134fe2]
306
- - @modern-js/utils@2.19.0
307
- - @modern-js/node-bundle-require@2.19.0
308
- - @modern-js/plugin@2.19.0
309
-
310
- ## 2.18.1
311
-
312
- ### Patch Changes
313
-
314
- - @modern-js/node-bundle-require@2.18.1
315
- - @modern-js/plugin@2.18.1
316
- - @modern-js/utils@2.18.1
317
-
318
- ## 2.18.0
319
-
320
- ### Patch Changes
321
-
322
- - @modern-js/node-bundle-require@2.18.0
323
- - @modern-js/plugin@2.18.0
324
- - @modern-js/utils@2.18.0
325
-
326
- ## 2.17.1
327
-
328
- ### Patch Changes
329
-
330
- - @modern-js/node-bundle-require@2.17.1
331
- - @modern-js/plugin@2.17.1
332
- - @modern-js/utils@2.17.1
333
-
334
- ## 2.17.0
335
-
336
- ### Patch Changes
337
-
338
- - @modern-js/node-bundle-require@2.17.0
339
- - @modern-js/plugin@2.17.0
340
- - @modern-js/utils@2.17.0
341
-
342
- ## 2.16.0
343
-
344
- ### Patch Changes
345
-
346
- - 4e876ab: chore: package.json include the monorepo-relative directory
347
-
348
- chore: 在 package.json 中声明 monorepo 的子路径
349
-
350
- - 6d5219e: fix: remove ignore logic in mergeConfig for tools.devServer
351
- fix: 移除 tools.devServer 在 mergeConfig 时候的忽略逻辑
352
- - Updated dependencies [5954330]
353
- - Updated dependencies [7596520]
354
- - Updated dependencies [4e876ab]
355
- - @modern-js/utils@2.16.0
356
- - @modern-js/plugin@2.16.0
357
- - @modern-js/node-bundle-require@2.16.0
358
-
359
- ## 2.15.0
360
-
361
- ### Patch Changes
362
-
363
- - @modern-js/node-bundle-require@2.15.0
364
- - @modern-js/plugin@2.15.0
365
- - @modern-js/utils@2.15.0
366
-
367
- ## 2.14.0
368
-
369
- ### Patch Changes
370
-
371
- - Updated dependencies [4779152]
372
- - Updated dependencies [9321bef]
373
- - Updated dependencies [9b45c58]
374
- - Updated dependencies [52d0cb1]
375
- - Updated dependencies [60a81d0]
376
- - Updated dependencies [dacef96]
377
- - Updated dependencies [16399fd]
378
- - @modern-js/utils@2.14.0
379
- - @modern-js/node-bundle-require@2.14.0
380
- - @modern-js/plugin@2.14.0
381
-
382
- ## 2.13.4
383
-
384
- ### Patch Changes
385
-
386
- - @modern-js/node-bundle-require@2.13.4
387
- - @modern-js/plugin@2.13.4
388
- - @modern-js/utils@2.13.4
389
-
390
- ## 2.13.3
391
-
392
- ### Patch Changes
393
-
394
- - @modern-js/node-bundle-require@2.13.3
395
- - @modern-js/plugin@2.13.3
396
- - @modern-js/utils@2.13.3
397
-
398
- ## 2.13.2
399
-
400
- ### Patch Changes
401
-
402
- - 106ac07: fix(core): ignore error when clear temp config files
403
-
404
- fix(core): 忽略清理临时文件时的异常
405
-
406
- - 7f4fd56: fix: nodeApi type export in modern-js/core
407
-
408
- fix: 修复 nodeApi 在 modern-js/core 中的类型导出
409
-
410
- - @modern-js/node-bundle-require@2.13.2
411
- - @modern-js/plugin@2.13.2
412
- - @modern-js/utils@2.13.2
413
-
414
- ## 2.13.1
415
-
416
- ### Patch Changes
417
-
418
- - ab79a7b: fix: use nodeApi instead node-api in @modern-js/core exports
419
- 修复: 使用 nodeApi 代替 node-api 作为 @modern-js/core 的导出
420
- - @modern-js/node-bundle-require@2.13.1
421
- - @modern-js/plugin@2.13.1
422
- - @modern-js/utils@2.13.1
423
-
424
- ## 2.13.0
425
-
426
- ### Patch Changes
427
-
428
- - e9b1656: fix: plugin config hook can not get bundlerType, so we can't set babelConfig correctly in ssr plugin
429
- fix: 插件的 config 钩子不能获得 bundlerType,所以我们在 ssr 插件不能正确的设置 babelConfig
430
- - e91ec97: feat(app-tools): export mergeConfig function
431
-
432
- feat(app-tools): 导出 mergeConfig 函数
433
-
434
- - Updated dependencies [78431f4]
435
- - @modern-js/plugin@2.13.0
436
- - @modern-js/node-bundle-require@2.13.0
437
- - @modern-js/utils@2.13.0
438
-
439
- ## 2.12.0
440
-
441
- ### Patch Changes
442
-
443
- - Updated dependencies [c2ca6c8]
444
- - Updated dependencies [6d86e34]
445
- - @modern-js/utils@2.12.0
446
- - @modern-js/node-bundle-require@2.12.0
447
- - @modern-js/plugin@2.12.0
448
-
449
- ## 2.11.0
450
-
451
- ### Patch Changes
452
-
453
- - 0bd018b: feat: support use node api run dev & build & deploy command
454
- feat: 支持通过 node api 运行 dev & build & deploy 命令
455
- - 7178795: fix(core): beforeExit should be sync workflow
456
-
457
- fix(core): beforeExit 需要使用同步的 workflow
458
-
459
- - Updated dependencies [cfb058f]
460
- - Updated dependencies [0bd018b]
461
- - Updated dependencies [5d624fd]
462
- - Updated dependencies [e2466a1]
463
- - Updated dependencies [02bb383]
464
- - Updated dependencies [381a3b9]
465
- - Updated dependencies [7a60f10]
466
- - Updated dependencies [274b2e5]
467
- - Updated dependencies [b9e1c54]
468
- - @modern-js/utils@2.11.0
469
- - @modern-js/node-bundle-require@2.11.0
470
- - @modern-js/plugin@2.11.0
471
-
472
- ## 2.10.0
473
-
474
- ### Minor Changes
475
-
476
- - a16b9b0: feat: warning when user registe plugin duplication
477
- feat: 当用户重复注册插件时进行 warning 提示
478
-
479
- ### Patch Changes
480
-
481
- - 0da32d0: chore: upgrade jest and puppeteer
482
- chore: 升级 jest 和 puppeteer 到 latest
483
- - d3f0642: feat(core): throw warnings when config file is not found
484
-
485
- feat(core): 找不到配置文件时抛出 warning
486
-
487
- - 0d9962b: fix: add types field in package.json
488
- fix: 添加 package.json 中的 types 字段
489
- - fbefa7e: chore(deps): bump webpack from 5.75.0 to 5.76.2
490
-
491
- chore(deps): 将 webpack 从 5.75.0 升级至 5.76.2
492
-
493
- - Updated dependencies [0da32d0]
494
- - Updated dependencies [0d9962b]
495
- - Updated dependencies [fbefa7e]
496
- - Updated dependencies [4d54233]
497
- - Updated dependencies [6db4864]
498
- - @modern-js/node-bundle-require@2.10.0
499
- - @modern-js/plugin@2.10.0
500
- - @modern-js/utils@2.10.0
501
-
502
- ## 2.9.0
503
-
504
- ### Patch Changes
505
-
506
- - 88328d914b: chore(core): remove legacy transformPlugin option
507
-
508
- chore(core): 移除不再使用的 transformPlugin 选项
509
-
510
- - dd56401486: chore: fix some TODO comments
511
-
512
- chore: 处理一些标记 TODO 的问题
513
-
514
- - @modern-js/node-bundle-require@2.9.0
515
- - @modern-js/plugin@2.9.0
516
- - @modern-js/utils@2.9.0
517
-
518
- ## 2.8.0
519
-
520
- ### Patch Changes
521
-
522
- - Updated dependencies [1104a9f18b]
523
- - Updated dependencies [1f6ca2c7fb]
524
- - @modern-js/utils@2.8.0
525
- - @modern-js/node-bundle-require@2.8.0
526
- - @modern-js/plugin@2.8.0
527
-
528
- ## 2.7.0
529
-
530
- ### Minor Changes
531
-
532
- - 84bfb439b8: feat: support custom apiDir, lambdaDir and style of writing for bff
533
- feat: 支持定制 api 目录,lambda 目录,bff 的写法
534
-
535
- ### Patch Changes
536
-
537
- - 206c806efa: fix(rspack-provider): missing tools.autoprefixer type
538
-
539
- fix(rspack-provider): 修复缺少 tools.autoprefixer 类型定义的问题
540
-
541
- - Updated dependencies [0f15fc597c]
542
- - Updated dependencies [dcad887024]
543
- - Updated dependencies [a4672f7c16]
544
- - Updated dependencies [7fff9020e1]
545
- - Updated dependencies [1eea234fdd]
546
- - Updated dependencies [84bfb439b8]
547
- - @modern-js/utils@2.7.0
548
- - @modern-js/node-bundle-require@2.7.0
549
- - @modern-js/plugin@2.7.0
550
-
551
- ## 2.6.0
552
-
553
- ### Patch Changes
554
-
555
- - Updated dependencies [e1f799e]
556
- - Updated dependencies [7915ab3]
557
- - Updated dependencies [0fe658a]
558
- - @modern-js/utils@2.6.0
559
- - @modern-js/node-bundle-require@2.6.0
560
- - @modern-js/plugin@2.6.0
561
-
562
- ## 2.5.0
563
-
564
- ### Patch Changes
565
-
566
- - 30614fa: chore: modify package.json entry fields and build config
567
- chore: 更改 package.json entry 字段以及构建配置
568
- - Updated dependencies [89ca6cc]
569
- - Updated dependencies [30614fa]
570
- - Updated dependencies [1b0ce87]
571
- - Updated dependencies [11c053b]
572
- - @modern-js/node-bundle-require@2.5.0
573
- - @modern-js/plugin@2.5.0
574
- - @modern-js/utils@2.5.0
575
-
576
- ## 2.4.0
577
-
578
- ### Patch Changes
579
-
580
- - 8c2db5f: feat(core): improve support for exporting a function in config file
581
-
582
- feat(core): 完善对配置文件中导出函数的支持
583
-
584
- - Updated dependencies [98a2733]
585
- - Updated dependencies [8c2db5f]
586
- - @modern-js/node-bundle-require@2.4.0
587
- - @modern-js/utils@2.4.0
588
- - @modern-js/plugin@2.4.0
589
-
590
- ## 2.3.0
591
-
592
- ### Patch Changes
593
-
594
- - 65f1322: fix(core): merge array config correctly
595
-
596
- fix(core): 修复合并配置中的数组时出现错误的问题
597
-
598
- - fd5a3ed: fix: failed to exit new command
599
-
600
- fix: 修复 new 命令执行完成后未退出进程的问题
601
-
602
- - 7b2cdcb: feat(core): support read modern.config.local.ts
603
-
604
- feat(core): 支持读取 modern.config.local.ts 文件
605
-
606
- - 7736171: fix: remove disableRunBuild
607
- fix: 移除 disableRunBuild
608
- - Updated dependencies [fd5a3ed]
609
- - Updated dependencies [6ca1c0b]
610
- - Updated dependencies [89b6739]
611
- - @modern-js/utils@2.3.0
612
- - @modern-js/node-bundle-require@2.3.0
613
- - @modern-js/plugin@2.3.0
614
-
615
- ## 2.2.0
616
-
617
- ### Minor Changes
618
-
619
- - 12ef50f: feat: `modern-js/core` can watch files change
620
- feat: `modern-js/core` 可以监听文件变化
621
-
622
- ### Patch Changes
623
-
624
- - cb12ee7: chore: remove some unused deps, bump postcss version
625
-
626
- chore: 移除未使用的依赖, 升级 postcss 版本
627
-
628
- - 360a259: fix: `@modern-js/core` add `afterPrepare` hook
629
- fix: `@modern-js/core` 新增 `afterPrepare` hook
630
- - Updated dependencies [49eff0c]
631
- - @modern-js/utils@2.2.0
632
- - @modern-js/node-bundle-require@2.2.0
633
- - @modern-js/plugin@2.2.0
634
-
635
- ## 2.1.0
636
-
637
- ### Patch Changes
638
-
639
- - bafa52e: fix(core): incorrect NODE_ENV when run start command
640
-
641
- fix(core): 修复运行 start 命令时 NODE_ENV 设置错误的问题
642
-
643
- - Updated dependencies [837620c]
644
- - Updated dependencies [8a9482c]
645
- - @modern-js/utils@2.1.0
646
- - @modern-js/node-bundle-require@2.1.0
647
- - @modern-js/plugin@2.1.0
648
-
649
- ## 2.0.2
650
-
651
- ### Patch Changes
652
-
653
- - @modern-js/utils@2.0.2
654
- - @modern-js/node-bundle-require@2.0.2
655
- - @modern-js/plugin@2.0.2
656
-
657
- ## 2.0.1
658
-
659
- ### Patch Changes
660
-
661
- - @modern-js/node-bundle-require@2.0.1
662
- - @modern-js/plugin@2.0.1
663
- - @modern-js/utils@2.0.1
664
-
665
- ## 2.0.0
666
-
667
- ### Major Changes
668
-
669
- - dda38c9c3e: chore: v2
670
-
671
- ### Minor Changes
672
-
673
- - c9e800d39a: feat: support React18 streaming SSR
674
- feat: 支持 React18 流式 SSR
675
- - edd1cfb1af: feat: modernjs Access builder compiler
676
- feat: modernjs 接入 builder 构建
677
-
678
- ### Patch Changes
679
-
680
- - 8b8e1bb571: feat: support nested routes
681
- feat: 支持嵌套路由
682
- - Updated dependencies [edd1cfb1af]
683
- - Updated dependencies [dda38c9c3e]
684
- - Updated dependencies [ffb2ed4]
685
- - Updated dependencies [bbe4c4ab64]
686
- - @modern-js/utils@2.0.0
687
- - @modern-js/node-bundle-require@2.0.0
688
- - @modern-js/plugin@2.0.0
689
-
690
- ## 2.0.0-beta.7
691
-
692
- ### Major Changes
693
-
694
- - dda38c9c3e: chore: v2
695
-
696
- ### Minor Changes
697
-
698
- - c9e800d39a: feat: support React18 streaming SSR
699
- feat: 支持 React18 流式 SSR
700
- - edd1cfb1af: feat: modernjs Access builder compiler
701
- feat: modernjs 接入 builder 构建
702
-
703
- ### Patch Changes
704
-
705
- - 8b8e1bb571: feat: support nested routes
706
- feat: 支持嵌套路由
707
- - Updated dependencies [edd1cfb1af]
708
- - Updated dependencies [dda38c9c3e]
709
- - Updated dependencies [bbe4c4ab64]
710
- - @modern-js/utils@2.0.0-beta.7
711
- - @modern-js/node-bundle-require@2.0.0-beta.7
712
- - @modern-js/plugin@2.0.0-beta.7
713
-
714
- ## 2.0.0-beta.6
715
-
716
- ### Major Changes
717
-
718
- - dda38c9c3e: chore: v2
719
-
720
- ### Minor Changes
721
-
722
- - c9e800d39a: feat: support React18 streaming SSR
723
- feat: 支持 React18 流式 SSR
724
- - 92f0eade39: feat:
725
-
726
- 1. core: 增加 test 函数
727
- 2. module plugins: 增加 `babel`, `mainField`, `target` 插件
728
- 3. storybook: 修改部分逻辑并且增加 tspath webpack 插件
729
- 4. 增加 designSystem 配置
730
-
731
- feat:
732
-
733
- 1. core: add test method
734
- 2. module plugins: add `babel`, `mainField`, `target` plugin
735
- 3. storybook: change some logic and add tspath webpack plugin
736
- 4. add `designSystem` config
737
-
738
- - edd1cfb1af: feat: modernjs Access builder compiler
739
- feat: modernjs 接入 builder 构建
740
- - d5a31df781: refactor: remove unbundle configs and types
741
-
742
- refactor: 移除 unbundle 相关的配置项和类型定义
743
-
744
- - b8494ef33b: feat: remove use plugin types restrict
745
- feat: 移除使用 plugin 类型限制
746
- - e4558a0bc4: feat:
747
-
748
- 1. add `runBin` function
749
- 2. config internal plugins constants in the app/module/doc tools
750
- 3. add app/module/doc tools internal plugins
751
-
752
- feat:
753
-
754
- 1. 添加 `runBin` 函数
755
- 2. 在 app/module/doc tools 里配置内部插件
756
- 3. 增加 app/module/doc tools 使用的插件常量
757
-
758
- ### Patch Changes
759
-
760
- - 85edee888c: feat(app-tools): support tools.htmlPlugin config
761
-
762
- feat(app-tools): 支持 tools.htmlPlugin 配置项
763
-
764
- - b8bbe036c7: feat: change type logic
765
- feat: 修改类型相关的逻辑
766
- - 8b8e1bb571: feat: support nested routes
767
- feat: 支持嵌套路由
768
- - 3bbea92b2a: feat: support Hook、Middleware new API
769
- feat: 支持 Hook、Middleware 的新 API
770
- - b7a96c35fc: fix(app-tools): loose CLI init options after restart
771
-
772
- fix(app-tools): 修复重启 CLI 后丢失 init options 的问题
773
-
774
- - cce8ecee2d: fix: handle some `TODO` & `FIXME`, change some tests
775
- fix: 处理一些 `TODO` 和 `FIXME`, 修改了一些 tests
776
- - ea7cf06257: chore: bump webpack/babel-loader/postcss-loader/tsconfig-paths
777
-
778
- chore: 升级 webpack/babel-loader/postcss-loader/tsconfig-paths 版本
779
-
780
- - 14b712da84: fix: use consistent alias type and default value across packages
781
-
782
- fix: 在各个包中使用一致的 alias 类型定义和默认值
783
-
784
- - Updated dependencies [7879e8f711]
785
- - Updated dependencies [6aca875011]
786
- - Updated dependencies [2e6031955e]
787
- - Updated dependencies [a2509bfbdb]
788
- - Updated dependencies [7b7d12cf8f]
789
- - Updated dependencies [7efeed4]
790
- - Updated dependencies [92f0eade39]
791
- - Updated dependencies [edd1cfb1af]
792
- - Updated dependencies [cc971eabfc]
793
- - Updated dependencies [5b9049f2e9]
794
- - Updated dependencies [92004d1906]
795
- - Updated dependencies [b8bbe036c7]
796
- - Updated dependencies [d5a31df781]
797
- - Updated dependencies [dda38c9c3e]
798
- - Updated dependencies [3bbea92b2a]
799
- - Updated dependencies [b710adb843]
800
- - Updated dependencies [f179749375]
801
- - Updated dependencies [ea7cf06257]
802
- - Updated dependencies [bbe4c4ab64]
803
- - Updated dependencies [e4558a0bc4]
804
- - Updated dependencies [abf3421a75]
805
- - Updated dependencies [543be9558e]
806
- - Updated dependencies [14b712da84]
807
- - @modern-js/utils@2.0.0-beta.6
808
- - @modern-js/node-bundle-require@2.0.0-beta.6
809
- - @modern-js/plugin@2.0.0-beta.6
810
-
811
- ## 2.0.0-beta.4
812
-
813
- ### Major Changes
814
-
815
- - dda38c9c3e: chore: v2
816
-
817
- ### Minor Changes
818
-
819
- - c9e800d39a: feat: support React18 streaming SSR
820
- feat: 支持 React18 流式 SSR
821
- - 92f0eade39: feat:
822
-
823
- 1. core: 增加 test 函数
824
- 2. module plugins: 增加 `babel`, `mainField`, `target` 插件
825
- 3. storybook: 修改部分逻辑并且增加 tspath webpack 插件
826
- 4. 增加 designSystem 配置
827
-
828
- feat:
829
-
830
- 1. core: add test method
831
- 2. module plugins: add `babel`, `mainField`, `target` plugin
832
- 3. storybook: change some logic and add tspath webpack plugin
833
- 4. add `designSystem` config
834
-
835
- - edd1cfb1af: feat: modernjs Access builder compiler
836
- feat: modernjs 接入 builder 构建
837
- - d5a31df781: refactor: remove unbundle configs and types
838
-
839
- refactor: 移除 unbundle 相关的配置项和类型定义
840
-
841
- - b8494ef: feat: remove use plugin types restrict
842
- feat: 移除使用 plugin 类型限制
843
- - e4558a0: feat:
844
-
845
- 1. add `runBin` function
846
- 2. config internal plugins constants in the app/module/doc tools
847
- 3. add app/module/doc tools internal plugins
848
-
849
- feat:
850
-
851
- 1. 添加 `runBin` 函数
852
- 2. 在 app/module/doc tools 里配置内部插件
853
- 3. 增加 app/module/doc tools 使用的插件常量
854
-
855
- ### Patch Changes
856
-
857
- - 85edee888c: feat(app-tools): support tools.htmlPlugin config
858
-
859
- feat(app-tools): 支持 tools.htmlPlugin 配置项
860
-
861
- - b8bbe036c7: feat: change type logic
862
- feat: 修改类型相关的逻辑
863
- - 8b8e1bb571: feat: support nested routes
864
- feat: 支持嵌套路由
865
- - 3bbea92b2a: feat: support Hook、Middleware new API
866
- feat: 支持 Hook、Middleware 的新 API
867
- - b7a96c35fc: fix(app-tools): loose CLI init options after restart
868
-
869
- fix(app-tools): 修复重启 CLI 后丢失 init options 的问题
870
-
871
- - cce8ecee2d: fix: handle some `TODO` & `FIXME`, change some tests
872
- fix: 处理一些 `TODO` 和 `FIXME`, 修改了一些 tests
873
- - ea7cf06: chore: bump webpack/babel-loader/postcss-loader/tsconfig-paths
874
-
875
- chore: 升级 webpack/babel-loader/postcss-loader/tsconfig-paths 版本
876
-
877
- - 14b712da84: fix: use consistent alias type and default value across packages
878
-
879
- fix: 在各个包中使用一致的 alias 类型定义和默认值
880
-
881
- - Updated dependencies [7879e8f]
882
- - Updated dependencies [6aca875]
883
- - Updated dependencies [2e6031955e]
884
- - Updated dependencies [a2509bfbdb]
885
- - Updated dependencies [7b7d12c]
886
- - Updated dependencies [92f0eade39]
887
- - Updated dependencies [edd1cfb1af]
888
- - Updated dependencies [cc971eabfc]
889
- - Updated dependencies [5b9049f2e9]
890
- - Updated dependencies [92004d1906]
891
- - Updated dependencies [b8bbe036c7]
892
- - Updated dependencies [d5a31df781]
893
- - Updated dependencies [dda38c9c3e]
894
- - Updated dependencies [3bbea92b2a]
895
- - Updated dependencies [b710adb843]
896
- - Updated dependencies [f179749375]
897
- - Updated dependencies [ea7cf06]
898
- - Updated dependencies [bbe4c4a]
899
- - Updated dependencies [e4558a0]
900
- - Updated dependencies [abf3421a75]
901
- - Updated dependencies [543be9558e]
902
- - Updated dependencies [14b712da84]
903
- - @modern-js/utils@2.0.0-beta.4
904
- - @modern-js/node-bundle-require@2.0.0-beta.4
905
- - @modern-js/plugin@2.0.0-beta.4
906
-
907
- ## 2.0.0-beta.3
908
-
909
- ### Major Changes
910
-
911
- - dda38c9c3e: chore: v2
912
-
913
- ### Minor Changes
914
-
915
- - c9e800d39a: feat: support React18 streaming SSR
916
- feat: 支持 React18 流式 SSR
917
- - 92f0eade39: feat:
918
-
919
- 1. core: 增加 test 函数
920
- 2. module plugins: 增加 `babel`, `mainField`, `target` 插件
921
- 3. storybook: 修改部分逻辑并且增加 tspath webpack 插件
922
- 4. 增加 designSystem 配置
923
-
924
- feat:
925
-
926
- 1. core: add test method
927
- 2. module plugins: add `babel`, `mainField`, `target` plugin
928
- 3. storybook: change some logic and add tspath webpack plugin
929
- 4. add `designSystem` config
930
-
931
- - edd1cfb1af: feat: modernjs Access builder compiler
932
- feat: modernjs 接入 builder 构建
933
- - d5a31df781: refactor: remove unbundle configs and types
934
-
935
- refactor: 移除 unbundle 相关的配置项和类型定义
936
-
937
- - e4558a0: feat:
938
-
939
- 1. add `runBin` function
940
- 2. config internal plugins constants in the app/module/doc tools
941
- 3. add app/module/doc tools internal plugins
942
-
943
- feat:
944
-
945
- 1. 添加 `runBin` 函数
946
- 2. 在 app/module/doc tools 里配置内部插件
947
- 3. 增加 app/module/doc tools 使用的插件常量
948
-
949
- ### Patch Changes
950
-
951
- - 85edee888c: feat(app-tools): support tools.htmlPlugin config
952
-
953
- feat(app-tools): 支持 tools.htmlPlugin 配置项
954
-
955
- - b8bbe036c7: feat: change type logic
956
- feat: 修改类型相关的逻辑
957
- - 8b8e1bb571: feat: support nested routes
958
- feat: 支持嵌套路由
959
- - 3bbea92b2a: feat: support Hook、Middleware new API
960
- feat: 支持 Hook、Middleware 的新 API
961
- - b7a96c3: fix(app-tools): loose CLI init options after restart
962
-
963
- fix(app-tools): 修复重启 CLI 后丢失 init options 的问题
964
-
965
- - cce8ece: fix: handle some `TODO` & `FIXME`, change some tests
966
- fix: 处理一些 `TODO` 和 `FIXME`, 修改了一些 tests
967
- - ea7cf06: chore: bump webpack/babel-loader/postcss-loader/tsconfig-paths
968
-
969
- chore: 升级 webpack/babel-loader/postcss-loader/tsconfig-paths 版本
970
-
971
- - 14b712da84: fix: use consistent alias type and default value across packages
972
-
973
- fix: 在各个包中使用一致的 alias 类型定义和默认值
974
-
975
- - Updated dependencies [6aca875]
976
- - Updated dependencies [2e60319]
977
- - Updated dependencies [a2509bfbdb]
978
- - Updated dependencies [92f0eade39]
979
- - Updated dependencies [edd1cfb1af]
980
- - Updated dependencies [cc971eabfc]
981
- - Updated dependencies [5b9049f2e9]
982
- - Updated dependencies [92004d1906]
983
- - Updated dependencies [b8bbe036c7]
984
- - Updated dependencies [d5a31df781]
985
- - Updated dependencies [dda38c9c3e]
986
- - Updated dependencies [3bbea92b2a]
987
- - Updated dependencies [b710adb]
988
- - Updated dependencies [f179749375]
989
- - Updated dependencies [ea7cf06]
990
- - Updated dependencies [bbe4c4a]
991
- - Updated dependencies [e4558a0]
992
- - Updated dependencies [abf3421a75]
993
- - Updated dependencies [543be9558e]
994
- - Updated dependencies [14b712da84]
995
- - @modern-js/utils@2.0.0-beta.3
996
- - @modern-js/node-bundle-require@2.0.0-beta.3
997
- - @modern-js/plugin@2.0.0-beta.3
998
-
999
- ## 2.0.0-beta.2
1000
-
1001
- ### Major Changes
1002
-
1003
- - dda38c9c3e: chore: v2
1004
-
1005
- ### Minor Changes
1006
-
1007
- - c9e800d39a: feat: support React18 streaming SSR
1008
- feat: 支持 React18 流式 SSR
1009
- - 92f0ead: feat:
1010
-
1011
- 1. core: 增加 test 函数
1012
- 2. module plugins: 增加 `babel`, `mainField`, `target` 插件
1013
- 3. storybook: 修改部分逻辑并且增加 tspath webpack 插件
1014
- 4. 增加 designSystem 配置
1015
-
1016
- feat:
1017
-
1018
- 1. core: add test method
1019
- 2. module plugins: add `babel`, `mainField`, `target` plugin
1020
- 3. storybook: change some logic and add tspath webpack plugin
1021
- 4. add `designSystem` config
1022
-
1023
- - edd1cfb1af: feat: modernjs Access builder compiler
1024
- feat: modernjs 接入 builder 构建
1025
- - d5a31df781: refactor: remove unbundle configs and types
1026
-
1027
- refactor: 移除 unbundle 相关的配置项和类型定义
1028
-
1029
- ### Patch Changes
1030
-
1031
- - 85edee888c: feat(app-tools): support tools.htmlPlugin config
1032
-
1033
- feat(app-tools): 支持 tools.htmlPlugin 配置项
1034
-
1035
- - b8bbe036c7: feat: change type logic
1036
- feat: 修改类型相关的逻辑
1037
- - 8b8e1bb571: feat: support nested routes
1038
- feat: 支持嵌套路由
1039
- - 3bbea92b2a: feat: support Hook、Middleware new API
1040
- feat: 支持 Hook、Middleware 的新 API
1041
- - 14b712da84: fix: use consistent alias type and default value across packages
1042
-
1043
- fix: 在各个包中使用一致的 alias 类型定义和默认值
1044
-
1045
- - Updated dependencies [a2509bfbdb]
1046
- - Updated dependencies [92f0ead]
1047
- - Updated dependencies [edd1cfb1af]
1048
- - Updated dependencies [cc971eabfc]
1049
- - Updated dependencies [5b9049f2e9]
1050
- - Updated dependencies [92004d1]
1051
- - Updated dependencies [b8bbe036c7]
1052
- - Updated dependencies [d5a31df781]
1053
- - Updated dependencies [dda38c9c3e]
1054
- - Updated dependencies [3bbea92b2a]
1055
- - Updated dependencies [f179749]
1056
- - Updated dependencies [abf3421a75]
1057
- - Updated dependencies [543be9558e]
1058
- - Updated dependencies [14b712da84]
1059
- - @modern-js/node-bundle-require@2.0.0-beta.2
1060
- - @modern-js/utils@2.0.0-beta.2
1061
- - @modern-js/plugin@2.0.0-beta.2
1062
-
1063
- ## 2.0.0-beta.1
1064
-
1065
- ### Major Changes
1066
-
1067
- - dda38c9: chore: v2
1068
-
1069
- ### Minor Changes
1070
-
1071
- - c9e800d39a: feat: support React18 streaming SSR
1072
- feat: 支持 React18 流式 SSR
1073
- - 92f0ead: feat:
1074
-
1075
- 1. core: 增加 test 函数
1076
- 2. module plugins: 增加 `babel`, `mainField`, `target` 插件
1077
- 3. storybook: 修改部分逻辑并且增加 tspath webpack 插件
1078
- 4. 增加 designSystem 配置
1079
-
1080
- feat:
1081
-
1082
- 1. core: add test method
1083
- 2. module plugins: add `babel`, `mainField`, `target` plugin
1084
- 3. storybook: change some logic and add tspath webpack plugin
1085
- 4. add `designSystem` config
1086
-
1087
- - edd1cfb1af: feat: modernjs Access builder compiler
1088
- feat: modernjs 接入 builder 构建
1089
- - d5a31df781: refactor: remove unbundle configs and types
1090
-
1091
- refactor: 移除 unbundle 相关的配置项和类型定义
1092
-
1093
- ### Patch Changes
1094
-
1095
- - 85edee888c: feat(app-tools): support tools.htmlPlugin config
1096
-
1097
- feat(app-tools): 支持 tools.htmlPlugin 配置项
1098
-
1099
- - b8bbe036c7: feat: change type logic
1100
- feat: 修改类型相关的逻辑
1101
- - 8b8e1bb571: feat: support nested routes
1102
- feat: 支持嵌套路由
1103
- - 3bbea92b2a: feat: support Hook、Middleware new API
1104
- feat: 支持 Hook、Middleware 的新 API
1105
- - 14b712d: fix: use consistent alias type and default value across packages
1106
-
1107
- fix: 在各个包中使用一致的 alias 类型定义和默认值
1108
-
1109
- - Updated dependencies [a2509bfbdb]
1110
- - Updated dependencies [92f0ead]
1111
- - Updated dependencies [edd1cfb1af]
1112
- - Updated dependencies [cc971eabfc]
1113
- - Updated dependencies [5b9049f]
1114
- - Updated dependencies [92004d1]
1115
- - Updated dependencies [b8bbe036c7]
1116
- - Updated dependencies [d5a31df781]
1117
- - Updated dependencies [dda38c9]
1118
- - Updated dependencies [3bbea92b2a]
1119
- - Updated dependencies [f179749]
1120
- - Updated dependencies [abf3421]
1121
- - Updated dependencies [543be9558e]
1122
- - Updated dependencies [14b712d]
1123
- - @modern-js/node-bundle-require@2.0.0-beta.1
1124
- - @modern-js/utils@2.0.0-beta.1
1125
- - @modern-js/plugin@2.0.0-beta.1
1126
-
1127
- ## 2.0.0-beta.0
1128
-
1129
- ### Major Changes
1130
-
1131
- - dda38c9: chore: v2
1132
-
1133
- ### Minor Changes
1134
-
1135
- - c9e800d39: feat: support React18 streaming SSR
1136
- feat: 支持 React18 流式 SSR
1137
- - edd1cfb1a: feat: modernjs Access builder compiler
1138
- feat: modernjs 接入 builder 构建
1139
- - d5a31df78: refactor: remove unbundle configs and types
1140
-
1141
- refactor: 移除 unbundle 相关的配置项和类型定义
1142
-
1143
- ### Patch Changes
1144
-
1145
- - 85edee8: feat(app-tools): support tools.htmlPlugin config
1146
-
1147
- feat(app-tools): 支持 tools.htmlPlugin 配置项
1148
-
1149
- - b8bbe036c: feat: change type logic
1150
- feat: 修改类型相关的逻辑
1151
- - 8b8e1bb57: feat: support nested routes
1152
- feat: 支持嵌套路由
1153
- - 3bbea92b2: feat: support Hook、Middleware new API
1154
- feat: 支持 Hook、Middleware 的新 API
1155
- - 14b712d: fix: use consistent alias type and default value across packages
1156
-
1157
- fix: 在各个包中使用一致的 alias 类型定义和默认值
1158
-
1159
- - Updated dependencies [a2509bf]
1160
- - Updated dependencies [edd1cfb1a]
1161
- - Updated dependencies [cc971eabf]
1162
- - Updated dependencies [5b9049f]
1163
- - Updated dependencies [b8bbe036c]
1164
- - Updated dependencies [d5a31df78]
1165
- - Updated dependencies [dda38c9]
1166
- - Updated dependencies [3bbea92b2]
1167
- - Updated dependencies [abf3421]
1168
- - Updated dependencies [543be95]
1169
- - Updated dependencies [14b712d]
1170
- - @modern-js/node-bundle-require@2.0.0-beta.0
1171
- - @modern-js/utils@2.0.0-beta.0
1172
- - @modern-js/plugin@2.0.0-beta.0
1173
-
1174
- ## 1.21.2
1175
-
1176
- ### Patch Changes
1177
-
1178
- - Updated dependencies [9d4c0ba]
1179
- - @modern-js/plugin@1.21.2
1180
- - @modern-js/node-bundle-require@1.21.2
1181
- - @modern-js/utils@1.21.2
1182
-
1183
- ## 1.21.1
1184
-
1185
- ### Patch Changes
1186
-
1187
- - @modern-js/node-bundle-require@1.21.1
1188
- - @modern-js/plugin@1.21.1
1189
- - @modern-js/utils@1.21.1
1190
-
1191
- ## 1.21.0
1192
-
1193
- ### Patch Changes
1194
-
1195
- - dca34c4: fix(core): dev.https missing object type
1196
-
1197
- fix(core): 修复 dev.https 配置项缺少对象类型的问题
1198
-
1199
- - b0597e3: feat(webpack): expose HtmlWebpackPlugin instance in tools.webpack
1200
-
1201
- feat(webpack): 支持在 tools.webpack 中获取到 HtmlWebpackPlugin 实例
1202
-
1203
- - Updated dependencies [7b3a482]
1204
- - Updated dependencies [28f0a4f]
1205
- - @modern-js/node-bundle-require@1.21.0
1206
- - @modern-js/plugin@1.21.0
1207
- - @modern-js/utils@1.21.0
1208
-
1209
- ## 1.20.1
1210
-
1211
- ### Patch Changes
1212
-
1213
- - Updated dependencies [49515c5]
1214
- - @modern-js/utils@1.20.1
1215
- - @modern-js/node-bundle-require@1.20.1
1216
- - @modern-js/plugin@1.20.1
1217
-
1218
- ## 1.20.0
1219
-
1220
- ### Patch Changes
1221
-
1222
- - 4ddc185: chore(builder): bump webpack to 5.74.0
1223
-
1224
- chore(builder): 升级 webpack 到 5.74.0 版本
1225
-
1226
- - d5d570b: fix(core): failed to log validate config errors from plugins
1227
-
1228
- fix(core): 修复校验 plugin 中的 config 异常时,日志格式不正确的问题
1229
-
1230
- - Updated dependencies [d5d570b]
1231
- - Updated dependencies [4ddc185]
1232
- - Updated dependencies [df8ee7e]
1233
- - Updated dependencies [8c05089]
1234
- - @modern-js/utils@1.20.0
1235
- - @modern-js/node-bundle-require@1.20.0
1236
- - @modern-js/plugin@1.20.0
1237
-
1238
- ## 1.19.0
1239
-
1240
- ### Patch Changes
1241
-
1242
- - d2cfa69: feat: add production env for release command
1243
- feat: 为 release 命令增加 production 环境变量
1244
- - @modern-js/node-bundle-require@1.19.0
1245
- - @modern-js/plugin@1.19.0
1246
- - @modern-js/utils@1.19.0
1247
-
1248
- ## 1.18.1
1249
-
1250
- ### Patch Changes
1251
-
1252
- - 318e149: fix: tools.devServer type missing some properties
1253
-
1254
- fix: 修复 tools.devServer 类型定义不完整的问题
1255
-
1256
- - Updated dependencies [c1a4d9b]
1257
- - Updated dependencies [9fcfbd4]
1258
- - Updated dependencies [6c2c745]
1259
- - @modern-js/plugin@1.18.1
1260
- - @modern-js/utils@1.18.1
1261
- - @modern-js/node-bundle-require@1.18.1
1262
-
1263
- ## 1.18.0
1264
-
1265
- ### Patch Changes
1266
-
1267
- - 60a2e3a: feat: add compiler option for server
1268
- feat: 为 server 添加编译选项
1269
- - 66ad36f: feat: add source.enableAsyncEntry config
1270
-
1271
- feat: 新增 source.enableAsyncEntry 配置项
1272
-
1273
- - Updated dependencies [8280920]
1274
- - Updated dependencies [5227370]
1275
- - Updated dependencies [7928bae]
1276
- - @modern-js/utils@1.18.0
1277
- - @modern-js/node-bundle-require@1.18.0
1278
- - @modern-js/plugin@1.18.0
1279
-
1280
- ## 1.17.0
1281
-
1282
- ### Patch Changes
1283
-
1284
- - 367405a: fix(core): missing BabelConfig type
1285
-
1286
- fix(core): 修复未导出 BabelConfig 类型的问题
1287
-
1288
- - 9f4e5ce: fix(core): cli -c option not work
1289
-
1290
- fix(core): 修复命令行中 -c 选项不生效的问题
1291
-
1292
- - 58c53a7: fix: add merge check
1293
- fix: 添加合并属性的检查
1294
- - Updated dependencies [1b9176f]
1295
- - Updated dependencies [77d3a38]
1296
- - Updated dependencies [151329d]
1297
- - Updated dependencies [5af9472]
1298
- - Updated dependencies [6b6a534]
1299
- - Updated dependencies [6b43a2b]
1300
- - Updated dependencies [a7be124]
1301
- - Updated dependencies [31547b4]
1302
- - @modern-js/utils@1.17.0
1303
- - @modern-js/node-bundle-require@1.17.0
1304
- - @modern-js/plugin@1.17.0
1305
-
1306
- ## 1.16.0
1307
-
1308
- ### Patch Changes
1309
-
1310
- - Updated dependencies [641592f52]
1311
- - Updated dependencies [3904b30a5]
1312
- - Updated dependencies [1100dd58c]
1313
- - Updated dependencies [e04e6e76a]
1314
- - Updated dependencies [81c66e4a4]
1315
- - Updated dependencies [2c305b6f5]
1316
- - @modern-js/utils@1.16.0
1317
- - @modern-js/node-bundle-require@1.16.0
1318
- - @modern-js/plugin@1.16.0
1319
-
1320
- ## 1.15.0
1321
-
1322
- ### Patch Changes
1323
-
1324
- - Updated dependencies [8658a78]
1325
- - Updated dependencies [05d4a4f]
1326
- - Updated dependencies [ad05af9]
1327
- - Updated dependencies [5d53d1c]
1328
- - Updated dependencies [37cd159]
1329
- - @modern-js/utils@1.15.0
1330
- - @modern-js/node-bundle-require@1.15.0
1331
- - @modern-js/plugin@1.15.0
1332
-
1333
- ## 1.14.0
1334
-
1335
- ### Minor Changes
1336
-
1337
- - 7b9067f: add babel plugin for builder
1338
-
1339
- ### Patch Changes
1340
-
1341
- - 22f4dca: chore: move pre-bundled ajv to @modern-js/utils
1342
-
1343
- chore: 预打包的 ajv 产物移动至 @modern-js/utils 内
1344
-
1345
- - Updated dependencies [79e83ef]
1346
- - Updated dependencies [3c20a5e]
1347
- - Updated dependencies [22f4dca]
1348
- - Updated dependencies [7b9067f]
1349
- - @modern-js/utils@1.9.0
1350
- - @modern-js/node-bundle-require@1.3.8
1351
-
1352
- ## 1.13.3
1353
-
1354
- ### Patch Changes
1355
-
1356
- - f4822c0: feat(app-tools): start and inspect command support specify config file
1357
-
1358
- feat(app-tools): start 和 inspect 命令支持指定配置文件
1359
-
1360
- - Updated dependencies [4f1889d]
1361
- - @modern-js/utils@1.8.1
1362
-
1363
- ## 1.13.2
1364
-
1365
- ### Patch Changes
1366
-
1367
- - bfc1264: fix(core): should keep single function value after merge config
1368
-
1369
- fix(core): 修复合并配置后,函数类型的配置项变成数组类型的问题
1370
-
1371
- - 44e3bb1: feat: support response headers
1372
- feat: 支持设置响应头
1373
- - @modern-js/utils@1.8.0
1374
-
1375
- ## 1.13.1
1376
-
1377
- ### Patch Changes
1378
-
1379
- - 9d60891: feat(webpack): support source.preEntry config
1380
-
1381
- feat(webpack): 新增 source.preEntry 配置项
1382
-
1383
- - 5876e63: fix: the SSG callback is called once for each baseUrl, when a user configures multiple baseUrl.
1384
- fix: 当用户配置了多个 baseUrl 时,将会为每个 baseUrl 调用一次 SSG 回调函数。
1385
- - Updated dependencies [4fc801f]
1386
- - Updated dependencies [c8614b8]
1387
- - @modern-js/utils@1.8.0
1388
-
1389
- ## 1.13.0
1390
-
1391
- ### Minor Changes
1392
-
1393
- - 33cebd2: chore(core): move Hooks types define to `@modern-js/core`
1394
-
1395
- chore(core): 移动 Hooks 类型定义到 `@modern-js/core` 包
1396
-
1397
- - 33cebd2: chore(plugin-i18n): merge `@modern-js/i18n-cli-language-detector` to `@modern-js/plugin-i18n`
1398
-
1399
- chore(plugin-i18n): 合并 `@modern-js/i18n-cli-language-detector` 包到 `@modern-js/plugin-i18n` 包作为子路径
1400
-
1401
- - 33cebd2: chore(core): merge `@modern-js/load-config` package to `@modern-js/core` utils
1402
-
1403
- chore(core): 合并 `@modern-js/load-config` 包到 `@modern-js/core` 包作为 utils 函数
1404
-
1405
- ### Patch Changes
1406
-
1407
- - @modern-js/utils@1.7.12
1408
-
1409
- ## 1.12.4
1410
-
1411
- ### Patch Changes
1412
-
1413
- - nothing happen, only bump
1414
- - Updated dependencies
1415
- - @modern-js/utils@1.7.11
1416
-
1417
- ## 1.12.3
1418
-
1419
- ### Patch Changes
1420
-
1421
- - b82869d: Export types from mergeConfig.ts
1422
- - Updated dependencies [b82869d]
1423
- - @modern-js/utils@1.7.10
1424
-
1425
- ## 1.12.2
1426
-
1427
- ### Patch Changes
1428
-
1429
- - f29e9ba: feat: simplify context usage, no longer depend on containers
1430
- - d9564f2: feat: add watchOptions for server watcher
1431
- - a90bc96: perf(babel): skip babel-plugin-import if package not installed
1432
- - Updated dependencies [3050acc]
1433
- - Updated dependencies [f29e9ba]
1434
- - Updated dependencies [a90bc96]
1435
- - @modern-js/load-config@1.3.6
1436
- - @modern-js/plugin@1.4.0
1437
- - @modern-js/utils@1.7.9
1438
-
1439
- ## 1.12.1
1440
-
1441
- ### Patch Changes
1442
-
1443
- - b255072f2: fix(core): failed to load user plugins in modern.config.js
1444
- - 7975bfa68: fix(core): incorrect type of tools.terser
1445
- - b7302f781: Export some required types
1446
- - Updated dependencies [63c354ad5]
1447
- - Updated dependencies [073e9ad78]
1448
- - Updated dependencies [b7302f781]
1449
- - Updated dependencies [f4a7d49e1]
1450
- - Updated dependencies [e0e708f83]
1451
- - @modern-js/utils@1.7.8
1452
- - @modern-js/plugin@1.3.8
1453
-
1454
- ## 1.12.0
1455
-
1456
- ### Minor Changes
1457
-
1458
- - 8e1cedd8a: feat(webpack): support addIncludes and addExcludes in tools.tsLoader
1459
-
1460
- ### Patch Changes
1461
-
1462
- - 9377d2d9d: feat: support addPlugins util in tools.postcss
1463
- - b7a1cea52: feat: support utils in tools.babel
1464
- - 3dfee700c: feat: support addExcludes in tools.less and tools.sass
1465
- - Updated dependencies [9377d2d9d]
1466
- - Updated dependencies [8c9ad1749]
1467
- - Updated dependencies [1ac68424f]
1468
- - @modern-js/utils@1.7.7
1469
- - @modern-js/plugin@1.3.7
1470
-
1471
- ## 1.11.2
1472
-
1473
- ### Patch Changes
1474
-
1475
- - 8d508c6ed: feat(devServer): support disable hmr or live reload
1476
- - 0eff2473c: ignore devServer config fn merge
1477
- - f25d6a62e: fix: change bffConfig type define to interface
1478
- - a18926bbd: fix(app-tools): dev --config not working
1479
- - 8f7c0f898: feat(app-tools): support specify config file in build and deploy command
1480
- - Updated dependencies [a1198d509]
1481
- - Updated dependencies [a18926bbd]
1482
- - @modern-js/load-config@1.3.4
1483
- - @modern-js/plugin@1.3.6
1484
-
1485
- ## 1.11.1
1486
-
1487
- ### Patch Changes
1488
-
1489
- - f730081c: feat: modify `RuntimeConfig` type to make it extensible
1490
- - d1ab1f05: fix(core): should not register the `core` command
1491
- - 2ec8181a: fix(core): modern --version get incorrect value
1492
- - 6451a098: fix: cyclic dependencies of @modern-js/core and @moden-js/webpack
1493
- - 7fcfd6cc: fix(core): fix tools.postcss typing
1494
- - Updated dependencies [6451a098]
1495
- - Updated dependencies [d5a2cfd8]
1496
- - Updated dependencies [437367c6]
1497
- - @modern-js/utils@1.7.6
1498
-
1499
- ## 1.11.0
1500
-
1501
- ### Minor Changes
1502
-
1503
- - f66fa0e98: feat: support tools.webpackChain config
1504
-
1505
- ### Patch Changes
1506
-
1507
- - 1dfe08fcd: feat(webpack): add CHAIN_ID constants for webpack chain
1508
- - Updated dependencies [54fa1dbd6]
1509
- - Updated dependencies [33de0f7ec]
1510
- - @modern-js/plugin@1.3.5
1511
- - @modern-js/utils@1.7.5
1512
-
1513
- ## 1.10.3
1514
-
1515
- ### Patch Changes
1516
-
1517
- - a37960018: refactor: modify deploy microFrontend type
1518
- - Updated dependencies [b8cfc42cd]
1519
- - Updated dependencies [804a5bb8a]
1520
- - @modern-js/utils@1.7.4
1521
-
1522
- ## 1.10.2
1523
-
1524
- ### Patch Changes
1525
-
1526
- - d32f35134: chore: add modern/jest/eslint/ts config files to .npmignore
1527
- - d9d398e16: add filter logic for merge config
1528
- - Updated dependencies [d5913bd96]
1529
- - Updated dependencies [d32f35134]
1530
- - Updated dependencies [6ae4a34ae]
1531
- - Updated dependencies [b80229c79]
1532
- - Updated dependencies [948cc4436]
1533
- - @modern-js/plugin@1.3.4
1534
- - @modern-js/load-config@1.3.3
1535
- - @modern-js/utils@1.7.3
1536
-
1537
- ## 1.10.1
1538
-
1539
- ### Patch Changes
1540
-
1541
- - 69a728375: fix: remove exports.jsnext:source after publish
1542
- - Updated dependencies [cd7346b0d]
1543
- - Updated dependencies [69a728375]
1544
- - @modern-js/utils@1.7.2
1545
- - @modern-js/load-config@1.3.2
1546
-
1547
- ## 1.10.0
1548
-
1549
- ### Minor Changes
1550
-
1551
- - 0ee4bb4e: feat: prebundle webpack loaders and plugins
1552
-
1553
- ### Patch Changes
1554
-
1555
- - a22d3ea8: fix: package manager name in logs and comments
1556
- - 5c00db22: fix: ignore existed schema properties
1557
- - 92f4909e: fix: cli.init should return correct appContext
1558
- - Updated dependencies [0ee4bb4e]
1559
- - Updated dependencies [6fa74d5f]
1560
- - @modern-js/utils@1.7.0
1561
-
1562
- ## 1.9.0
1563
-
1564
- ### Minor Changes
1565
-
1566
- - 0b26b93b: feat: prebundle all dependencies of @modern-js/core
1567
-
1568
- ### Patch Changes
1569
-
1570
- - 592edabc: feat: prebundle url-join,mime-types,json5,fast-glob,globby,ora,inquirer
1571
- - 895fa0ff: chore: using "workspace:\*" in devDependencies
1572
- - Updated dependencies [2d155c4c]
1573
- - Updated dependencies [123e432d]
1574
- - Updated dependencies [e5a9b26d]
1575
- - Updated dependencies [0b26b93b]
1576
- - Updated dependencies [123e432d]
1577
- - Updated dependencies [f9f66ef9]
1578
- - Updated dependencies [592edabc]
1579
- - Updated dependencies [895fa0ff]
1580
- - Updated dependencies [3578913e]
1581
- - Updated dependencies [1c3beab3]
1582
- - @modern-js/utils@1.6.0
1583
-
1584
- ## 1.8.0
1585
-
1586
- ### Minor Changes
1587
-
1588
- - a4330c73: fix: electron config type && electron generator template
1589
- - 3bf4f8b0: feat: support start api server only
1590
-
1591
- ### Patch Changes
1592
-
1593
- - 04ae5262: chore: bump @modern-js/utils to v1.4.1 in dependencies
1594
- - 60f7d8bf: feat: add tests dir to npmignore
1595
- - e4cec1ce: types: fix config hook type
1596
- - 3b7aa8bb: feat: add transformPlugin option for legacy plugins
1597
- - 5dbbeb57: fix: export extended Command type
1598
- - ebfcbb35: chore: bump better-ajv-errors 1.2.0
1599
- - 305e0bb4: fix: commander.commandsMap typing not work
1600
- - Updated dependencies [b8599d09]
1601
- - Updated dependencies [6cffe99d]
1602
- - Updated dependencies [04ae5262]
1603
- - Updated dependencies [60f7d8bf]
1604
- - Updated dependencies [3bf4f8b0]
1605
- - @modern-js/utils@1.5.0
1606
- - @modern-js/load-config@1.3.1
1607
- - @modern-js/plugin@1.3.3
1608
-
1609
- ## 1.7.0
1610
-
1611
- ### Minor Changes
1612
-
1613
- - d2d1d6b2: feat: support server config
1614
-
1615
- ### Patch Changes
1616
-
1617
- - 60855eb2: fix: ignore initial watching add event
1618
- - ec1b7367: fix: tools config types
1619
- - 07a4887e: feat: prebundle commander and signale to @modern-js/utils
1620
- - 17d0cc46: feat: prebundle lodash to @modern-js/utils/lodash
1621
- - Updated dependencies [77ff9754]
1622
- - Updated dependencies [d2d1d6b2]
1623
- - Updated dependencies [07a4887e]
1624
- - Updated dependencies [ea2ae711]
1625
- - Updated dependencies [17d0cc46]
1626
- - Updated dependencies [d2d1d6b2]
1627
- - @modern-js/utils@1.4.0
1628
- - @modern-js/load-config@1.3.0
1629
-
1630
- ## 1.6.1
1631
-
1632
- ### Patch Changes
1633
-
1634
- - ef28a4e6: fix: module-tools build error
1635
- - 132f7b53: feat: move config declarations to @modern-js/core
1636
- - 9d4a005b: fix: config babel via tools.babel
1637
- - Updated dependencies [132f7b53]
1638
- - @modern-js/utils@1.3.7
1639
-
1640
- ## 1.6.0
1641
-
1642
- ### Minor Changes
1643
-
1644
- - 4e2026e4: feat: support new plugin config
1645
-
1646
- ### Patch Changes
1647
-
1648
- - 05ce88a0: fix: set default value for type NormalizedConfig to ensure all config keys are required
1649
- - a8df060e: support setup dev middleware first step
1650
- - 6a7acb81: modify devServer type and name
1651
- - Updated dependencies [c2046f37]
1652
- - Updated dependencies [dc88abf9]
1653
- - Updated dependencies [0462ff77]
1654
- - @modern-js/utils@1.3.6
1655
- - @modern-js/plugin@1.3.2
1656
-
1657
- ## 1.5.0
1658
-
1659
- ### Minor Changes
1660
-
1661
- - 80d8ddfe: feat: add `CliPlugin` type to define new plugin
1662
-
1663
- ### Patch Changes
1664
-
1665
- - 80d3cfb7: fix: server.metrics type
1666
- - 42c6b136: feat: support api.setAppContext
1667
- - 4e7dcbd5: fix: server.logger type
1668
- - 9e8bc4ab: fix: server.routes type
1669
- - 0c556e59: fix: tools.less type
1670
- - 2008fdbd: convert two packages server part, support server load plugin itself
1671
- - Updated dependencies [5bf5868d]
1672
- - Updated dependencies [80d8ddfe]
1673
- - Updated dependencies [491145e3]
1674
- - @modern-js/utils@1.3.5
1675
- - @modern-js/plugin@1.3.0
1676
-
1677
- ## 1.4.6
1678
-
1679
- ### Patch Changes
1680
-
1681
- - cc5e8001: fix: load plugins
1682
- - 2520ea86: fix: garfish schema
1683
- - e81fd9b7: fix: update "server.metrics" type
1684
- - 1c411e71: fix: mergeConfig util function
1685
- - Updated dependencies [db43dce6]
1686
- - @modern-js/utils@1.3.4
1687
-
1688
- ## 1.4.4
1689
-
1690
- ### Patch Changes
1691
-
1692
- - 969f172f: support tools.styledComponents for module-tools,support close tsc process with disbaleTsChecker
1693
- - 4b5d4bf4: fix: output.copy type
1694
- - 62f5b8c8: fix: types
1695
- - 55e18278: chore: remove unused dependencies and devDependencies
1696
- - 4499a674: feat: support to pass options to plugins
1697
- - 403f5169: fix source.moduleScopes type
1698
- - Updated dependencies [4c792f68]
1699
- - Updated dependencies [55e18278]
1700
- - Updated dependencies [a7f42f48]
1701
- - @modern-js/utils@1.3.3
1702
- - @modern-js/load-config@1.2.2
1703
-
1704
- ## 1.4.3
1705
-
1706
- ### Patch Changes
1707
-
1708
- - 54786e58: add ts check
1709
- - Updated dependencies [deeaa602]
1710
- - @modern-js/utils@1.3.2
1711
-
1712
- ## 1.4.2
1713
-
1714
- ### Patch Changes
1715
-
1716
- - b376c8d6: feat: enhance custom env
1717
- - e62c4efd: fix error typo for 'styledComponents'
1718
- - e2a8233f: support add schem error hook to core.init
1719
-
1720
- ## 1.4.1
1721
-
1722
- ### Patch Changes
1723
-
1724
- - 53aca274: modify garfish-plugin config type
1725
- - 78279953: compiler entry bug fix and dev build console
1726
- - e116ace5: fix: coreOptions types
1727
- - 4d72edea: support dev compiler by entry
1728
- - Updated dependencies [78279953]
1729
- - Updated dependencies [4d72edea]
1730
- - @modern-js/utils@1.3.1
1731
-
1732
- ## 1.4.0
1733
-
1734
- ### Minor Changes
1735
-
1736
- - bada2879: refactor plugin-garfish:
1737
- - change @modern-js/plugin-micro-frontend => @modern-js/plugin-garfish
1738
- - remove disableCustomerRouter logic
1739
- - adding unit test
1740
- - fix plugin-garfish type error
1741
-
1742
- ### Patch Changes
1743
-
1744
- - d9cc5ea9: support resatrt options transfer
1745
- - bd819a8d: fix: file route changed not trigger hot reload
1746
- - d099e5c5: fix error when modify modern.config.js
1747
- - 24f616ca: feat: support custom meta info
1748
- - Updated dependencies [ec4dbffb]
1749
- - Updated dependencies [d099e5c5]
1750
- - Updated dependencies [bada2879]
1751
- - Updated dependencies [24f616ca]
1752
- - Updated dependencies [bd819a8d]
1753
- - @modern-js/utils@1.3.0
1754
-
1755
- ## 1.3.2
1756
-
1757
- ### Patch Changes
1758
-
1759
- - 83166714: change .npmignore
1760
- - c3de9882: fix: internalDirectory path
1761
- - 33ff48af: feat: extend CoreOptions
1762
- - Updated dependencies [83166714]
1763
- - @modern-js/load-config@1.2.1
1764
- - @modern-js/plugin@1.2.1
1765
- - @modern-js/utils@1.2.2
1766
-
1767
- ## 1.3.1
1768
-
1769
- ### Patch Changes
1770
-
1771
- - 4584cc04: export DeployConfig interface
1772
- - 7c19fd94: use existing port number for AppContext when dev server is restarted
1773
- - Updated dependencies [823809c6]
1774
- - @modern-js/utils@1.2.1
1775
-
1776
- ## 1.3.0
1777
-
1778
- ### Minor Changes
1779
-
1780
- - fc71e36f: support custom property name for the config in package.json
1781
- - cfe11628: Make Modern.js self bootstraping
1782
-
1783
- ### Patch Changes
1784
-
1785
- - Updated dependencies [2da09c69]
1786
- - Updated dependencies [fc71e36f]
1787
- - Updated dependencies [c3d46ee4]
1788
- - Updated dependencies [cfe11628]
1789
- - @modern-js/utils@1.2.0
1790
- - @modern-js/load-config@1.2.0
1791
- - @modern-js/plugin@1.2.0
1792
-
1793
- ## 1.2.0
1794
-
1795
- ### Minor Changes
1796
-
1797
- - 90eeb72c: add modern config schema and types of testing, tools.jest.
1798
- add typesVersions for re-exporting types of @modern-js/plugin-testing.
1799
- fix type lost when redeclareing modules.
1800
- - 5a4c557e: feat: support bff test
1801
-
1802
- ### Patch Changes
1803
-
1804
- - e04914ce: add route types, fix metrics types
1805
- - e04914ce: add route types, fix metrics types
1806
- - ecb344dc: fix micro-frontend type error
1807
- - Updated dependencies [ca7dcb32]
1808
- - @modern-js/utils@1.1.5
1809
-
1810
- ## 1.1.4
1811
-
1812
- ### Patch Changes
1813
-
1814
- - d73ff455: support multi process product
1815
- - d73ff455: support multi process product
1816
- - d73ff455: support multi process product
1817
- - d73ff455: support multi process product
1818
- - d73ff455: support multi process product
1819
- - Updated dependencies [d927bc83]
1820
- - Updated dependencies [d73ff455]
1821
- - Updated dependencies [9c1ab865]
1822
- - Updated dependencies [d73ff455]
1823
- - Updated dependencies [d73ff455]
1824
- - Updated dependencies [d73ff455]
1825
- - Updated dependencies [d73ff455]
1826
- - @modern-js/utils@1.1.4
1827
-
1828
- ## 1.1.3
1829
-
1830
- ### Patch Changes
1831
-
1832
- - 085a6a58: refactor server plugin
1833
- - 085a6a58: refactor server plugin
1834
- - 085a6a58: refactor server conifg
1835
- - d4fcc73a: add options.plugins:
1836
- - 085a6a58: support server runtime
1837
- - ed1f6b12: feat: support build --analyze
1838
- - a5ebbb00: fix: remove enableUsageBuiltIns config
1839
- - 085a6a58: feat: refactor server plugin
1840
- - Updated dependencies [085a6a58]
1841
- - Updated dependencies [085a6a58]
1842
- - Updated dependencies [085a6a58]
1843
- - Updated dependencies [d280ea33]
1844
- - Updated dependencies [085a6a58]
1845
- - Updated dependencies [085a6a58]
1846
- - @modern-js/utils@1.1.3
1847
-
1848
- ## 1.1.2
1849
-
1850
- ### Patch Changes
1851
-
1852
- - 6f7fe574: modern-js/core support extra options
1853
- - 0fa83663: support more .env files
1854
- - Updated dependencies [0fa83663]
1855
- - Updated dependencies [f594fbc8]
1856
- - @modern-js/load-config@1.1.1
1857
- - @modern-js/plugin@1.1.2
1858
- - @modern-js/utils@1.1.2
1859
-
1860
- ## 1.1.1
1861
-
1862
- ### Patch Changes
1863
-
1864
- - 687c92c7: refactor: generator input questions
1865
- feat: add eslint generator
1866
- - Updated dependencies [c0fc0700]
1867
- - Updated dependencies [6ffd1a50]
1868
- - @modern-js/utils@1.1.1
1869
- - @modern-js/plugin@1.1.1
1870
-
1871
- ## 1.1.0
1872
-
1873
- ### Minor Changes
1874
-
1875
- - 96119db2: Relese v1.1.0### Patch Changes
1876
-
1877
- - Updated dependencies [96119db2]
1878
- - @modern-js/load-config@1.1.0
1879
- - @modern-js/plugin@1.1.0
1880
- - @modern-js/utils@1.1.0
1881
-
1882
- ## 1.0.0
1883
-
1884
- ### Patch Changes
1885
-
1886
- - 224f7fe: fix server route match
1887
- - 30ac27c: feat: add generator package description
1888
- - 0fd196e: feat: fix bugs
1889
- - 204c626: feat: initial
1890
- - 63be0a5: fix: #118 #104
1891
- - Updated dependencies [224f7fe]
1892
- - Updated dependencies [30ac27c]
1893
- - Updated dependencies [0fd196e]
1894
- - Updated dependencies [204c626]
1895
- - Updated dependencies [63be0a5]
1896
- - @modern-js/load-config@1.0.0
1897
- - @modern-js/plugin@1.0.0
1898
- - @modern-js/utils@1.0.0
1899
-
1900
- ## 1.0.0-rc.23
1901
-
1902
- ### Patch Changes
1903
-
1904
- - 224f7fe: fix server route match
1905
- - 30ac27c: feat: add generator package description
1906
- - 0fd196e: feat: fix bugs
1907
- - 204c626: feat: initial
1908
- - 63be0a5: fix: #118 #104
1909
- - Updated dependencies [224f7fe]
1910
- - Updated dependencies [30ac27c]
1911
- - Updated dependencies [0fd196e]
1912
- - Updated dependencies [204c626]
1913
- - Updated dependencies [63be0a5]
1914
- - @modern-js/load-config@1.0.0-rc.28
1915
- - @modern-js/plugin@1.0.0-rc.23
1916
- - @modern-js/utils@1.0.0-rc.23
1917
-
1918
- ## 1.0.0-rc.22
1919
-
1920
- ### Patch Changes
1921
-
1922
- - 224f7fe: fix server route match
1923
- - 30ac27c: feat: add generator package description
1924
- - 0fd196e: feat: fix bugs
1925
- - 204c626: feat: initial
1926
- - 63be0a5: fix: #118 #104
1927
- - Updated dependencies [224f7fe]
1928
- - Updated dependencies [30ac27c]
1929
- - Updated dependencies [0fd196e]
1930
- - Updated dependencies [204c626]
1931
- - Updated dependencies [63be0a5]
1932
- - @modern-js/load-config@1.0.0-rc.27
1933
- - @modern-js/plugin@1.0.0-rc.22
1934
- - @modern-js/utils@1.0.0-rc.22
1935
-
1936
- ## 1.0.0-rc.21
1937
-
1938
- ### Patch Changes
1939
-
1940
- - 224f7fe: fix server route match
1941
- - 30ac27c: feat: add generator package description
1942
- - 0fd196e: feat: fix bugs
1943
- - 204c626: feat: initial
1944
- - 63be0a5: fix: #118 #104
1945
- - Updated dependencies [224f7fe]
1946
- - Updated dependencies [30ac27c]
1947
- - Updated dependencies [0fd196e]
1948
- - Updated dependencies [204c626]
1949
- - Updated dependencies [63be0a5]
1950
- - @modern-js/load-config@1.0.0-rc.26
1951
- - @modern-js/plugin@1.0.0-rc.21
1952
- - @modern-js/utils@1.0.0-rc.21
1953
-
1954
- ## 1.0.0-rc.20
1955
-
1956
- ### Patch Changes
1957
-
1958
- - 224f7fe: fix server route match
1959
- - 30ac27c: feat: add generator package description
1960
- - feat: fix bugs
1961
- - 204c626: feat: initial
1962
- - 63be0a5: fix: #118 #104
1963
- - Updated dependencies [224f7fe]
1964
- - Updated dependencies [30ac27c]
1965
- - Updated dependencies [undefined]
1966
- - Updated dependencies [204c626]
1967
- - Updated dependencies [63be0a5]
1968
- - @modern-js/load-config@1.0.0-rc.24
1969
- - @modern-js/plugin@1.0.0-rc.20
1970
- - @modern-js/utils@1.0.0-rc.20
1971
-
1972
- ## 1.0.0-rc.19
1973
-
1974
- ### Patch Changes
1975
-
1976
- - 224f7fe: fix server route match
1977
- - 30ac27c: feat: add generator package description
1978
- - 204c626: feat: initial
1979
- - 63be0a5: fix: #118 #104
1980
- - Updated dependencies [224f7fe]
1981
- - Updated dependencies [30ac27c]
1982
- - Updated dependencies [204c626]
1983
- - Updated dependencies [63be0a5]
1984
- - @modern-js/load-config@1.0.0-rc.23
1985
- - @modern-js/plugin@1.0.0-rc.19
1986
- - @modern-js/utils@1.0.0-rc.19
1987
-
1988
- ## 1.0.0-rc.18
1989
-
1990
- ### Patch Changes
1991
-
1992
- - 224f7fe: fix server route match
1993
- - 30ac27c: feat: add generator package description
1994
- - 204c626: feat: initial
1995
- - 63be0a5: fix: #118 #104
1996
- - Updated dependencies [224f7fe]
1997
- - Updated dependencies [30ac27c]
1998
- - Updated dependencies [204c626]
1999
- - Updated dependencies [63be0a5]
2000
- - @modern-js/load-config@1.0.0-rc.22
2001
- - @modern-js/plugin@1.0.0-rc.18
2002
- - @modern-js/utils@1.0.0-rc.18
2003
-
2004
- ## 1.0.0-rc.17
2005
-
2006
- ### Patch Changes
2007
-
2008
- - 224f7fe: fix server route match
2009
- - 30ac27c: feat: add generator package description
2010
- - 204c626: feat: initial
2011
- - fix: #118 #104
2012
- - Updated dependencies [224f7fe]
2013
- - Updated dependencies [30ac27c]
2014
- - Updated dependencies [204c626]
2015
- - Updated dependencies [undefined]
2016
- - @modern-js/load-config@1.0.0-rc.17
2017
- - @modern-js/plugin@1.0.0-rc.17
2018
- - @modern-js/utils@1.0.0-rc.17
2019
-
2020
- ## 1.0.0-rc.16
2021
-
2022
- ### Patch Changes
2023
-
2024
- - 224f7fe: fix server route match
2025
- - 30ac27c: feat: add generator package description
2026
- - 204c626: feat: initial
2027
- - Updated dependencies [224f7fe]
2028
- - Updated dependencies [30ac27c]
2029
- - Updated dependencies [204c626]
2030
- - @modern-js/load-config@1.0.0-rc.16
2031
- - @modern-js/plugin@1.0.0-rc.16
2032
- - @modern-js/utils@1.0.0-rc.16
2033
-
2034
- ## 1.0.0-rc.15
2035
-
2036
- ### Patch Changes
2037
-
2038
- - 224f7fe: fix server route match
2039
- - 30ac27c: feat: add generator package description
2040
- - 204c626: feat: initial
2041
- - Updated dependencies [224f7fe]
2042
- - Updated dependencies [30ac27c]
2043
- - Updated dependencies [204c626]
2044
- - @modern-js/load-config@1.0.0-rc.15
2045
- - @modern-js/plugin@1.0.0-rc.15
2046
- - @modern-js/utils@1.0.0-rc.15
2047
-
2048
- ## 1.0.0-rc.14
2049
-
2050
- ### Patch Changes
2051
-
2052
- - 224f7fe: fix server route match
2053
- - 204c626: feat: initial
2054
- - Updated dependencies [224f7fe]
2055
- - Updated dependencies [204c626]
2056
- - @modern-js/load-config@1.0.0-rc.14
2057
- - @modern-js/plugin@1.0.0-rc.14
2058
- - @modern-js/utils@1.0.0-rc.14
2059
-
2060
- ## 1.0.0-rc.13
2061
-
2062
- ### Patch Changes
2063
-
2064
- - 224f7fe: fix server route match
2065
- - 204c626: feat: initial
2066
- - Updated dependencies [224f7fe]
2067
- - Updated dependencies [204c626]
2068
- - @modern-js/load-config@1.0.0-rc.13
2069
- - @modern-js/plugin@1.0.0-rc.13
2070
- - @modern-js/utils@1.0.0-rc.13
2071
-
2072
- ## 1.0.0-rc.12
2073
-
2074
- ### Patch Changes
2075
-
2076
- - 224f7fe: fix server route match
2077
- - 204c626: feat: initial
2078
- - Updated dependencies [224f7fe]
2079
- - Updated dependencies [204c626]
2080
- - @modern-js/load-config@1.0.0-rc.12
2081
- - @modern-js/plugin@1.0.0-rc.12
2082
- - @modern-js/utils@1.0.0-rc.12
2083
-
2084
- ## 1.0.0-rc.11
2085
-
2086
- ### Patch Changes
2087
-
2088
- - 224f7fe: fix server route match
2089
- - 204c626: feat: initial
2090
- - Updated dependencies [224f7fe]
2091
- - Updated dependencies [204c626]
2092
- - @modern-js/load-config@1.0.0-rc.11
2093
- - @modern-js/plugin@1.0.0-rc.11
2094
- - @modern-js/utils@1.0.0-rc.11
2095
-
2096
- ## 1.0.0-rc.10
2097
-
2098
- ### Patch Changes
2099
-
2100
- - 224f7fe: fix server route match
2101
- - 204c626: feat: initial
2102
- - Updated dependencies [224f7fe]
2103
- - Updated dependencies [204c626]
2104
- - @modern-js/load-config@1.0.0-rc.10
2105
- - @modern-js/plugin@1.0.0-rc.10
2106
- - @modern-js/utils@1.0.0-rc.10
2107
-
2108
- ## 1.0.0-rc.9
2109
-
2110
- ### Patch Changes
2111
-
2112
- - 224f7fe: fix server route match
2113
- - 204c626: feat: initial
2114
- - Updated dependencies [224f7fe]
2115
- - Updated dependencies [204c626]
2116
- - @modern-js/load-config@1.0.0-rc.9
2117
- - @modern-js/plugin@1.0.0-rc.9
2118
- - @modern-js/utils@1.0.0-rc.9
2119
-
2120
- ## 1.0.0-rc.8
2121
-
2122
- ### Patch Changes
2123
-
2124
- - 224f7fe: fix server route match
2125
- - 204c626: feat: initial
2126
- - Updated dependencies [224f7fe]
2127
- - Updated dependencies [204c626]
2128
- - @modern-js/load-config@1.0.0-rc.8
2129
- - @modern-js/plugin@1.0.0-rc.8
2130
- - @modern-js/utils@1.0.0-rc.8
2131
-
2132
- ## 1.0.0-rc.7
2133
-
2134
- ### Patch Changes
2135
-
2136
- - 224f7fe: fix server route match
2137
- - 204c626: feat: initial
2138
- - Updated dependencies [224f7fe]
2139
- - Updated dependencies [204c626]
2140
- - @modern-js/load-config@1.0.0-rc.7
2141
- - @modern-js/plugin@1.0.0-rc.7
2142
- - @modern-js/utils@1.0.0-rc.7
2143
-
2144
- ## 1.0.0-rc.6
2145
-
2146
- ### Patch Changes
2147
-
2148
- - 224f7fe: fix server route match
2149
- - 204c626: feat: initial
2150
- - Updated dependencies [224f7fe]
2151
- - Updated dependencies [204c626]
2152
- - @modern-js/load-config@1.0.0-rc.6
2153
- - @modern-js/plugin@1.0.0-rc.6
2154
- - @modern-js/utils@1.0.0-rc.6
2155
-
2156
- ## 1.0.0-rc.5
2157
-
2158
- ### Patch Changes
2159
-
2160
- - 224f7fe: fix server route match
2161
- - 204c626: feat: initial
2162
- - Updated dependencies [224f7fe]
2163
- - Updated dependencies [204c626]
2164
- - @modern-js/load-config@1.0.0-rc.5
2165
- - @modern-js/plugin@1.0.0-rc.5
2166
- - @modern-js/utils@1.0.0-rc.5
2167
-
2168
- ## 1.0.0-rc.4
2169
-
2170
- ### Patch Changes
2171
-
2172
- - fix server route match
2173
- - 204c626: feat: initial
2174
- - Updated dependencies [undefined]
2175
- - Updated dependencies [204c626]
2176
- - @modern-js/load-config@1.0.0-rc.4
2177
- - @modern-js/plugin@1.0.0-rc.4
2178
- - @modern-js/utils@1.0.0-rc.4
2179
-
2180
- ## 1.0.0-rc.3
2181
-
2182
- ### Patch Changes
2183
-
2184
- - feat: initial
2185
- - Updated dependencies [undefined]
2186
- - @modern-js/load-config@1.0.0-rc.3
2187
- - @modern-js/plugin@1.0.0-rc.3
2188
- - @modern-js/utils@1.0.0-rc.3