UNPKG

1.97 kBMarkdownView Raw
1# Changelog
2
3## 0.1.26
4
5- [feat] support merge modeConfig with userConfig
6
7## 0.1.25
8
9- [fix] error state when DISABLE_STATS
10
11## 0.1.24
12
13- [fix] throw error when webpack compile stats with errors
14- [fix] check plugins after concat with built-in plugins
15
16## 0.1.23
17
18- [feat] support custom webpack
19
20## 0.1.22
21
22- [feat] support process.env.DISABLE_STATS to control webpack stats output
23
24## 0.1.21
25
26- [feat] optimize webpack log information
27- [fix] ts declaration of command API
28
29## 0.1.20
30
31- [feat] support inspect in start
32
33## 0.1.19
34
35- [feat] support JSON5
36- [fix] log server url after compiler is done
37
38## 0.1.18
39
40- [feat] support log public ip by set process.env.PUBLIC_IP
41
42## 0.1.17
43
44- [fix] log ip url for terminal
45
46## 0.1.16
47
48- [fix] strip dashed cli option for command test
49
50## 0.1.15
51
52- [feat] support getBuiltInPlugins to setup built-in plugins
53
54## 0.1.14
55
56- [feat] support cli option --disable-ask to disable inquire before server start
57
58## 0.1.13
59
60- [feat] new plugin API: getAllPlugin
61- [feat] support options to config default plugins
62- [fix] --port is not effective when config devServer.port
63
64## 0.1.12
65
66- [fix] remove fusion-collect from build-script
67
68## 0.1.11
69
70- [feat] support process.env.DISABLE_COLLECT to disable pv collect
71- [fix] modify return type of applyMethod
72
73## 0.1.10
74
75- [fix] plugin options support json values
76
77## 0.1.9
78
79- [feat] collect data of command execution
80
81## 0.1.8
82
83- [fix] parse process.argv to get cli options
84
85## 0.1.7
86
87- [feat] support API onGetJestConfig to modify jest config
88
89## 0.1.6
90
91- [refactor] command register for debug
92- [fix] compatible with empty webpack config
93- [fix] type of plugin options
94
95## 0.1.5
96
97- [feat] refactor with typescript
98- [feat] new plugin API registerMethod, applyMethod and modifyUserConfig
99
100## 0.1.4
101
102- [fix] add process.env.RESTART_DEV for mark restart dev process
103
104## 0.1.3
105
106- [fix] timing of register modify webpack config functions.
107- [fix] change timing of the 'after.start.compile' hook.