UNPKG

1.31 kBMarkdownView Raw
1# Changelog
2
3## 0.1.17
4
5- [fix] log ip url for terminal
6
7## 0.1.16
8
9- [fix] strip dashed cli option for command test
10
11## 0.1.15
12
13- [feat] support getBuiltInPlugins to setup built-in plugins
14
15## 0.1.14
16
17- [feat] support cli option --disable-ask to disable inquire before server start
18
19## 0.1.13
20
21- [feat] new plugin API: getAllPlugin
22- [feat] support options to config default plugins
23- [fix] --port is not effective when config devServer.port
24
25## 0.1.12
26
27- [fix] remove fusion-collect from build-script
28
29## 0.1.11
30
31- [feat] support process.env.DISABLE_COLLECT to disable pv collect
32- [fix] modify return type of applyMethod
33
34## 0.1.10
35
36- [fix] plugin options support json values
37
38## 0.1.9
39
40- [feat] collect data of command execution
41
42## 0.1.8
43
44- [fix] parse process.argv to get cli options
45
46## 0.1.7
47
48- [feat] support API onGetJestConfig to modify jest config
49
50## 0.1.6
51
52- [refactor] command register for debug
53- [fix] compatible with empty webpack config
54- [fix] type of plugin options
55
56## 0.1.5
57
58- [feat] refactor with typescript
59- [feat] new plugin API registerMethod, applyMethod and modifyUserConfig
60
61## 0.1.4
62
63- [fix] add process.env.RESTART_DEV for mark restart dev process
64
65## 0.1.3
66
67- [fix] timing of register modify webpack config functions.
68- [fix] change timing of the 'after.start.compile' hook.