UNPKG

818 BMarkdownView Raw
1# Changelog
2
3## 0.1.11
4
5- [feat] support process.env.DISABLE_COLLECT to disable pv collect
6- [fix] modify return type of applyMethod
7
8## 0.1.10
9
10- [fix] plugin options support json values
11
12## 0.1.9
13
14- [feat] collect data of command execution
15
16## 0.1.8
17
18- [fix] parse process.argv to get cli options
19
20## 0.1.7
21
22- [feat] support API onGetJestConfig to modify jest config
23
24## 0.1.6
25
26- [refactor] command register for debug
27- [fix] compatible with empty webpack config
28- [fix] type of plugin options
29
30## 0.1.5
31
32- [feat] refactor with typescript
33- [feat] new plugin API registerMethod, applyMethod and modifyUserConfig
34
35## 0.1.4
36
37- [fix] add process.env.RESTART_DEV for mark restart dev process
38
39## 0.1.3
40
41- [fix] timing of register modify webpack config functions.
42- [fix] change timing of the 'after.start.compile' hook.