|
| 1 | +## [6.8.5](https://github.com/NewFuture/miniprogram-build/compare/v6.8.3...v6.8.5) (2019-10-30) |
| 2 | + |
| 3 | + |
| 4 | +### Bug Fixes |
| 5 | + |
| 6 | +* **wxss:** [#47](https://github.com/NewFuture/miniprogram-build/issues/47) ([a7a8fbc](https://github.com/NewFuture/miniprogram-build/commit/a7a8fbc806a219c88b976e6afed521e585e6c38b)) |
| 7 | + |
| 8 | + |
| 9 | + |
1 | 10 | ## [6.8.3](https://github.com/NewFuture/miniprogram-build/compare/v6.8.2...v6.8.3) (2019-10-24) |
2 | 11 |
|
3 | 12 |
|
4 | 13 | ### Performance Improvements |
5 | 14 |
|
6 | | -* **watch:** delay ([19be511](https://github.com/NewFuture/miniprogram-build/commit/19be511)) |
| 15 | +* **watch:** delay ([19be511](https://github.com/NewFuture/miniprogram-build/commit/19be511a0129ddae10c4cb5a04f712de1b796089)) |
7 | 16 |
|
8 | 17 |
|
9 | 18 |
|
|
16 | 25 |
|
17 | 26 | ### Features |
18 | 27 |
|
19 | | -* **devtool:** 延长close等待时间 ([a5f0acd](https://github.com/NewFuture/miniprogram-build/commit/a5f0acd)) |
| 28 | +* **devtool:** 延长close等待时间 ([a5f0acd](https://github.com/NewFuture/miniprogram-build/commit/a5f0acd20d38045e9e7377d7ed9c582d909f6dba)) |
20 | 29 |
|
21 | 30 |
|
22 | 31 | ### Performance Improvements |
23 | 32 |
|
24 | | -* **wxss:** remove [@charset](https://github.com/charset) "UTF-8" ([d6d290b](https://github.com/NewFuture/miniprogram-build/commit/d6d290b)) |
| 33 | +* **wxss:** remove [@charset](https://github.com/charset) "UTF-8" ([d6d290b](https://github.com/NewFuture/miniprogram-build/commit/d6d290b50d963efbd69cf2d6ed49da7543954dd2)) |
25 | 34 |
|
26 | 35 |
|
27 | 36 |
|
|
30 | 39 |
|
31 | 40 | ### Bug Fixes |
32 | 41 |
|
33 | | -* **devtool:** upload 字符转义 ([9f7d8c3](https://github.com/NewFuture/miniprogram-build/commit/9f7d8c3)) |
34 | | -* **task:** remove try-quit in dev mod ([f55dc80](https://github.com/NewFuture/miniprogram-build/commit/f55dc80)) |
| 42 | +* **devtool:** upload 字符转义 ([9f7d8c3](https://github.com/NewFuture/miniprogram-build/commit/9f7d8c3834cba34c2990d00d09421575bbff7dfd)) |
| 43 | +* **task:** remove try-quit in dev mod ([f55dc80](https://github.com/NewFuture/miniprogram-build/commit/f55dc803577018ac60637d0d32b306561a7d7368)) |
35 | 44 |
|
36 | 45 |
|
37 | 46 | ### Features |
38 | 47 |
|
39 | | -* **output:** short output tips ([7788002](https://github.com/NewFuture/miniprogram-build/commit/7788002)) |
| 48 | +* **output:** short output tips ([7788002](https://github.com/NewFuture/miniprogram-build/commit/77880022e95f1951095f6a4c7f4c3932302dbd12)) |
40 | 49 |
|
41 | 50 |
|
42 | 51 |
|
|
45 | 54 |
|
46 | 55 | ### Features |
47 | 56 |
|
48 | | -* **tips:** update info output ([ff58831](https://github.com/NewFuture/miniprogram-build/commit/ff58831)) |
| 57 | +* **tips:** update info output ([ff58831](https://github.com/NewFuture/miniprogram-build/commit/ff58831b6dd4283458e8c441fb0f9ebf5571b17d)) |
49 | 58 |
|
50 | 59 |
|
51 | 60 |
|
|
54 | 63 |
|
55 | 64 | ### Bug Fixes |
56 | 65 |
|
57 | | -* **devtool:** encode upload message ([fea8da5](https://github.com/NewFuture/miniprogram-build/commit/fea8da5)) |
| 66 | +* **devtool:** encode upload message ([fea8da5](https://github.com/NewFuture/miniprogram-build/commit/fea8da52936050003ea31f045ac1736bb60d1b4b)) |
58 | 67 |
|
59 | 68 |
|
60 | 69 |
|
|
63 | 72 |
|
64 | 73 | ### Bug Fixes |
65 | 74 |
|
66 | | -* **config:** load config & devtool ([3d75df1](https://github.com/NewFuture/miniprogram-build/commit/3d75df1)) |
67 | | -* **devtool:** tryopen skip error ([ee83172](https://github.com/NewFuture/miniprogram-build/commit/ee83172)) |
68 | | -* **exclude:** ignore exclude in all task ([4ef2a05](https://github.com/NewFuture/miniprogram-build/commit/4ef2a05)) |
| 75 | +* **config:** load config & devtool ([3d75df1](https://github.com/NewFuture/miniprogram-build/commit/3d75df19068d70858231191e9d55aa8363fa13cc)) |
| 76 | +* **devtool:** tryopen skip error ([ee83172](https://github.com/NewFuture/miniprogram-build/commit/ee8317261c19085845b6d65d6e244b6f75f54472)) |
| 77 | +* **exclude:** ignore exclude in all task ([4ef2a05](https://github.com/NewFuture/miniprogram-build/commit/4ef2a059cdf1be7baa197c078293f8da70239902)) |
69 | 78 |
|
70 | 79 |
|
71 | 80 | ### Features |
72 | 81 |
|
73 | | -* **devtool:** close 提示 ([8f56863](https://github.com/NewFuture/miniprogram-build/commit/8f56863)) |
74 | | -* **devtool:** open close quit ([9367718](https://github.com/NewFuture/miniprogram-build/commit/9367718)) |
75 | | -* **devtool:** upload ([6557c56](https://github.com/NewFuture/miniprogram-build/commit/6557c56)) |
76 | | -* **devtool:** 更新提示 ([6d10432](https://github.com/NewFuture/miniprogram-build/commit/6d10432)) |
77 | | -* **devtool:** 自动预览和文字提示调整 ([8826411](https://github.com/NewFuture/miniprogram-build/commit/8826411)) |
78 | | -* **devtool:** 自动预览和检查 ([c3ebc8f](https://github.com/NewFuture/miniprogram-build/commit/c3ebc8f)) |
79 | | -* **messages:** 更新提示信息 ([785ca9e](https://github.com/NewFuture/miniprogram-build/commit/785ca9e)) |
| 82 | +* **devtool:** close 提示 ([8f56863](https://github.com/NewFuture/miniprogram-build/commit/8f56863ad82e349c6fc30fa6d996180e9d79d5ee)) |
| 83 | +* **devtool:** open close quit ([9367718](https://github.com/NewFuture/miniprogram-build/commit/936771815bf076afb82959af2a51acf34da2521d)) |
| 84 | +* **devtool:** upload ([6557c56](https://github.com/NewFuture/miniprogram-build/commit/6557c568f2ff08822062a0bab9e9bdeb3d81d7fb)) |
| 85 | +* **devtool:** 更新提示 ([6d10432](https://github.com/NewFuture/miniprogram-build/commit/6d1043266c3c94fbd689fa68e71bfec72780b5ef)) |
| 86 | +* **devtool:** 自动预览和文字提示调整 ([8826411](https://github.com/NewFuture/miniprogram-build/commit/8826411e6e1e928b0710c664bbf57c36c211621b)) |
| 87 | +* **devtool:** 自动预览和检查 ([c3ebc8f](https://github.com/NewFuture/miniprogram-build/commit/c3ebc8f9028e1ae4e218b15707117b65264d9d1e)) |
| 88 | +* **messages:** 更新提示信息 ([785ca9e](https://github.com/NewFuture/miniprogram-build/commit/785ca9e998862c50ee8a54c4eb8c4764cba3a9f6)) |
80 | 89 |
|
81 | 90 |
|
82 | 91 |
|
|
85 | 94 |
|
86 | 95 | ### Bug Fixes |
87 | 96 |
|
88 | | -* **imagemin:** v7.0 glob ([c06951d](https://github.com/NewFuture/miniprogram-build/commit/c06951d)) |
| 97 | +* **imagemin:** v7.0 glob ([c06951d](https://github.com/NewFuture/miniprogram-build/commit/c06951d84425efef0343e9b457ce30d59ae8f44b)) |
89 | 98 |
|
90 | 99 |
|
91 | 100 |
|
|
94 | 103 |
|
95 | 104 | ### Bug Fixes |
96 | 105 |
|
97 | | -* **package:** update ansi-colors to version 4.1.0 ([638bf97](https://github.com/NewFuture/miniprogram-build/commit/638bf97)) |
98 | | -* **package:** update imagemin to version 7.0.0 ([15c6771](https://github.com/NewFuture/miniprogram-build/commit/15c6771)) |
99 | | -* 修复替换scss中注入的变量linter会报错的问题 ([641afe6](https://github.com/NewFuture/miniprogram-build/commit/641afe6)) |
100 | | -* **package:** update rimraf to version 3.0.0 ([981d15f](https://github.com/NewFuture/miniprogram-build/commit/981d15f)) |
101 | | -* **package:** update yargs to version 14.0.0 ([30418f8](https://github.com/NewFuture/miniprogram-build/commit/30418f8)) |
| 106 | +* **package:** update ansi-colors to version 4.1.0 ([638bf97](https://github.com/NewFuture/miniprogram-build/commit/638bf977c584fe059237ae1de6b590931f126d13)) |
| 107 | +* **package:** update imagemin to version 7.0.0 ([15c6771](https://github.com/NewFuture/miniprogram-build/commit/15c6771fc456c3f1fdc5d5670b74fb822cedb931)) |
| 108 | +* 修复替换scss中注入的变量linter会报错的问题 ([641afe6](https://github.com/NewFuture/miniprogram-build/commit/641afe66674e043ca3225b5d15f48bada7f45fd9)) |
| 109 | +* **package:** update rimraf to version 3.0.0 ([981d15f](https://github.com/NewFuture/miniprogram-build/commit/981d15f932e1147eec3922b989a40dcce3ddf241)) |
| 110 | +* **package:** update yargs to version 14.0.0 ([30418f8](https://github.com/NewFuture/miniprogram-build/commit/30418f8daa375e7cd5e440eba71b5799723ba3e7)) |
102 | 111 |
|
103 | 112 |
|
104 | 113 | ### Features |
105 | 114 |
|
106 | | -* 允许在scss文件中注入env变量 ([5cd94fd](https://github.com/NewFuture/miniprogram-build/commit/5cd94fd)) |
107 | | -* **svg:** support local .svgo.yml ([e3723c5](https://github.com/NewFuture/miniprogram-build/commit/e3723c5)) |
| 115 | +* 允许在scss文件中注入env变量 ([5cd94fd](https://github.com/NewFuture/miniprogram-build/commit/5cd94fdc6db4a830de32bcf3d78b2200364a51a4)) |
| 116 | +* **svg:** support local .svgo.yml ([e3723c5](https://github.com/NewFuture/miniprogram-build/commit/e3723c56d5fd6297aa5855b4fcd9904855800699)) |
108 | 117 |
|
109 | 118 |
|
110 | 119 |
|
|
113 | 122 |
|
114 | 123 | ### Bug Fixes |
115 | 124 |
|
116 | | -* **log:** remove unused messages ([673da13](https://github.com/NewFuture/miniprogram-build/commit/673da13)) |
| 125 | +* **log:** remove unused messages ([673da13](https://github.com/NewFuture/miniprogram-build/commit/673da1311d388269dccb9d6b4be500723c724c1b)) |
117 | 126 |
|
118 | 127 |
|
119 | 128 | ### Features |
120 | 129 |
|
121 | | -* **rollup:** support for json file import ([b296c86](https://github.com/NewFuture/miniprogram-build/commit/b296c86)) |
| 130 | +* **rollup:** support for json file import ([b296c86](https://github.com/NewFuture/miniprogram-build/commit/b296c861e6ef10a09df2f29077cbb4879562162c)) |
122 | 131 |
|
123 | 132 |
|
124 | 133 |
|
|
127 | 136 |
|
128 | 137 | ### Bug Fixes |
129 | 138 |
|
130 | | -* **rollup:** process.env.NODE_ENV for development ([cb0e320](https://github.com/NewFuture/miniprogram-build/commit/cb0e320)) |
| 139 | +* **rollup:** process.env.NODE_ENV for development ([cb0e320](https://github.com/NewFuture/miniprogram-build/commit/cb0e320623ada1f2e7eb9c930c8760bfa9819fce)) |
131 | 140 |
|
132 | 141 |
|
133 | 142 |
|
|
136 | 145 |
|
137 | 146 | ### Features |
138 | 147 |
|
139 | | -* **cli:** production mode and rollup ([50f8ec7](https://github.com/NewFuture/miniprogram-build/commit/50f8ec7)) |
| 148 | +* **cli:** production mode and rollup ([50f8ec7](https://github.com/NewFuture/miniprogram-build/commit/50f8ec743f008aa74b9790113fb687a24e76ad31)) |
140 | 149 |
|
141 | 150 |
|
142 | 151 |
|
|
145 | 154 |
|
146 | 155 | ### Performance Improvements |
147 | 156 |
|
148 | | -* **wxss-svg:** reduce inline svg encoding size ([#30](https://github.com/NewFuture/miniprogram-build/issues/30)) ([442aae9](https://github.com/NewFuture/miniprogram-build/commit/442aae9)) |
| 157 | +* **wxss-svg:** reduce inline svg encoding size ([#30](https://github.com/NewFuture/miniprogram-build/issues/30)) ([442aae9](https://github.com/NewFuture/miniprogram-build/commit/442aae9cc36977c9780327ad6891d7a97f12c4f2)) |
149 | 158 |
|
150 | 159 |
|
151 | 160 |
|
|
158 | 167 |
|
159 | 168 | ### Features |
160 | 169 |
|
161 | | -* **filezie:** fix uint ([20ff619](https://github.com/NewFuture/miniprogram-build/commit/20ff619)) |
| 170 | +* **filezie:** fix uint ([20ff619](https://github.com/NewFuture/miniprogram-build/commit/20ff6191786cd87f0b3dc0d31eaac363116c4f58)) |
162 | 171 |
|
163 | 172 |
|
164 | 173 |
|
|
167 | 176 |
|
168 | 177 | ### Features |
169 | 178 |
|
170 | | -* **clean:** keep project.config.json when clean ([1095bd0](https://github.com/NewFuture/miniprogram-build/commit/1095bd0)) |
| 179 | +* **clean:** keep project.config.json when clean ([1095bd0](https://github.com/NewFuture/miniprogram-build/commit/1095bd07a57b776bb32602be8c704ec7f4a4761a)) |
171 | 180 |
|
172 | 181 |
|
173 | 182 |
|
|
176 | 185 |
|
177 | 186 | ### Bug Fixes |
178 | 187 |
|
179 | | -* **cli:** defer task ([969976a](https://github.com/NewFuture/miniprogram-build/commit/969976a)) |
180 | | -* **wxss:** empty glob ([f8ac579](https://github.com/NewFuture/miniprogram-build/commit/f8ac579)) |
| 188 | +* **cli:** defer task ([969976a](https://github.com/NewFuture/miniprogram-build/commit/969976a80be3eea0fabff83cf446aec4950718e7)) |
| 189 | +* **wxss:** empty glob ([f8ac579](https://github.com/NewFuture/miniprogram-build/commit/f8ac579a750e93ca8d0bbdff6f266e015e32c2c2)) |
181 | 190 |
|
182 | 191 |
|
183 | 192 | ### Features |
184 | 193 |
|
185 | | -* **init:** 生成配置文件命令 ([9a91f07](https://github.com/NewFuture/miniprogram-build/commit/9a91f07)) |
| 194 | +* **init:** 生成配置文件命令 ([9a91f07](https://github.com/NewFuture/miniprogram-build/commit/9a91f079cb9ab10756a305568c6d7c664d0c97b3)) |
186 | 195 |
|
187 | 196 |
|
188 | 197 |
|
|
191 | 200 |
|
192 | 201 | ### Bug Fixes |
193 | 202 |
|
194 | | -* **config:** load twice yargs/yargs[#1346](https://github.com/NewFuture/miniprogram-build/issues/1346) ([ab5a53e](https://github.com/NewFuture/miniprogram-build/commit/ab5a53e)) |
| 203 | +* **config:** load twice yargs/yargs[#1346](https://github.com/NewFuture/miniprogram-build/issues/1346) ([ab5a53e](https://github.com/NewFuture/miniprogram-build/commit/ab5a53eb633f405bd78ad79990d9c9ccd3c0ccbd)) |
195 | 204 |
|
196 | 205 |
|
197 | 206 |
|
|
200 | 209 |
|
201 | 210 | ### Bug Fixes |
202 | 211 |
|
203 | | -* **wxss:** import wxss from root path ([25ab1f4](https://github.com/NewFuture/miniprogram-build/commit/25ab1f4)) |
| 212 | +* **wxss:** import wxss from root path ([25ab1f4](https://github.com/NewFuture/miniprogram-build/commit/25ab1f40775d14b34f3132652b8a9781c61a2077)) |
204 | 213 |
|
205 | 214 |
|
206 | 215 |
|
|
209 | 218 |
|
210 | 219 | ### Bug Fixes |
211 | 220 |
|
212 | | -* **ts:** warn messages ([e38bbb7](https://github.com/NewFuture/miniprogram-build/commit/e38bbb7)) |
| 221 | +* **ts:** warn messages ([e38bbb7](https://github.com/NewFuture/miniprogram-build/commit/e38bbb7ba0c78dac2dc3ef9c4d66c0add30eade2)) |
213 | 222 |
|
214 | 223 |
|
215 | 224 | ### Features |
216 | 225 |
|
217 | | -* **empty:** work with no package.json ([5b3c0d6](https://github.com/NewFuture/miniprogram-build/commit/5b3c0d6)) |
218 | | -* **ts:** support no tsconfig ([b3819d7](https://github.com/NewFuture/miniprogram-build/commit/b3819d7)) |
219 | | -* **wxts:** support run without tslib ([a98c85e](https://github.com/NewFuture/miniprogram-build/commit/a98c85e)) |
| 226 | +* **empty:** work with no package.json ([5b3c0d6](https://github.com/NewFuture/miniprogram-build/commit/5b3c0d6984aa47f1df6b48d34c38edc3f2cce172)) |
| 227 | +* **ts:** support no tsconfig ([b3819d7](https://github.com/NewFuture/miniprogram-build/commit/b3819d7354840f4b667e9f4831f9d3a0fc513b4b)) |
| 228 | +* **wxts:** support run without tslib ([a98c85e](https://github.com/NewFuture/miniprogram-build/commit/a98c85ee033f0992b57ba09ae35f7020a3d06ec2)) |
220 | 229 |
|
221 | 230 |
|
222 | 231 |
|
|
225 | 234 |
|
226 | 235 | ### Bug Fixes |
227 | 236 |
|
228 | | -* **inline-image:** whilst promise when empty ([998c492](https://github.com/NewFuture/miniprogram-build/commit/998c492)), closes [#22](https://github.com/NewFuture/miniprogram-build/issues/22) |
| 237 | +* **inline-image:** whilst promise when empty ([998c492](https://github.com/NewFuture/miniprogram-build/commit/998c4921f147f8e72b475d8b61fbab6152818182)), closes [#22](https://github.com/NewFuture/miniprogram-build/issues/22) |
229 | 238 |
|
230 | 239 |
|
231 | 240 |
|
|
234 | 243 |
|
235 | 244 | ### Bug Fixes |
236 | 245 |
|
237 | | -* **wxss:** import inline ([fddfb05](https://github.com/NewFuture/miniprogram-build/commit/fddfb05)) |
238 | | -* **wxss:** import local & sourcemap ([b4f105a](https://github.com/NewFuture/miniprogram-build/commit/b4f105a)) |
| 246 | +* **wxss:** import inline ([fddfb05](https://github.com/NewFuture/miniprogram-build/commit/fddfb05d9eccf519363393f5d44caca2d8af77fc)) |
| 247 | +* **wxss:** import local & sourcemap ([b4f105a](https://github.com/NewFuture/miniprogram-build/commit/b4f105a46224b7f7ca7a46792b5a117c9ff83225)) |
239 | 248 |
|
240 | 249 |
|
241 | 250 | ### Features |
242 | 251 |
|
243 | | -* **wxss:** import wxss from npm ([51b8f00](https://github.com/NewFuture/miniprogram-build/commit/51b8f00)) |
| 252 | +* **wxss:** import wxss from npm ([51b8f00](https://github.com/NewFuture/miniprogram-build/commit/51b8f00beb1ba50f12a5b727936eff991eff56dc)) |
244 | 253 |
|
245 | 254 |
|
246 | 255 |
|
|
249 | 258 |
|
250 | 259 | ### Bug Fixes |
251 | 260 |
|
252 | | -* **buffer:** Buffer.from methods insteadof Buffer ([1a7e11c](https://github.com/NewFuture/miniprogram-build/commit/1a7e11c)), closes [#21](https://github.com/NewFuture/miniprogram-build/issues/21) |
253 | | -* **packages:** update dependences ([790d5ba](https://github.com/NewFuture/miniprogram-build/commit/790d5ba)), closes [#20](https://github.com/NewFuture/miniprogram-build/issues/20) |
| 261 | +* **buffer:** Buffer.from methods insteadof Buffer ([1a7e11c](https://github.com/NewFuture/miniprogram-build/commit/1a7e11c3159ebc0733246387e37421d1b55a350b)), closes [#21](https://github.com/NewFuture/miniprogram-build/issues/21) |
| 262 | +* **packages:** update dependences ([790d5ba](https://github.com/NewFuture/miniprogram-build/commit/790d5ba47b2d2fa6cc7730e7d7a3ea7104356809)), closes [#20](https://github.com/NewFuture/miniprogram-build/issues/20) |
254 | 263 |
|
255 | 264 |
|
256 | 265 |
|
|
259 | 268 |
|
260 | 269 | ### Bug Fixes |
261 | 270 |
|
262 | | -* **audit:** use sass replace node-sass ([fb6ab8a](https://github.com/NewFuture/miniprogram-build/commit/fb6ab8a)), closes [#19](https://github.com/NewFuture/miniprogram-build/issues/19) |
263 | | -* **inline-image:** promise & config ([94cdd3c](https://github.com/NewFuture/miniprogram-build/commit/94cdd3c)) |
264 | | -* **sass:** unstyle ([6fcb929](https://github.com/NewFuture/miniprogram-build/commit/6fcb929)) |
265 | | -* **test:** ci install ([b4eeaf0](https://github.com/NewFuture/miniprogram-build/commit/b4eeaf0)) |
266 | | -* **test:** weui-wxss ([77efaee](https://github.com/NewFuture/miniprogram-build/commit/77efaee)) |
| 271 | +* **audit:** use sass replace node-sass ([fb6ab8a](https://github.com/NewFuture/miniprogram-build/commit/fb6ab8ab9b18ee579713316e60a605372e394850)), closes [#19](https://github.com/NewFuture/miniprogram-build/issues/19) |
| 272 | +* **inline-image:** promise & config ([94cdd3c](https://github.com/NewFuture/miniprogram-build/commit/94cdd3c23c28ad572f8f399743cb28229b92200e)) |
| 273 | +* **sass:** unstyle ([6fcb929](https://github.com/NewFuture/miniprogram-build/commit/6fcb9291be1bfc06ba75bb73a69338bd465011aa)) |
| 274 | +* **test:** ci install ([b4eeaf0](https://github.com/NewFuture/miniprogram-build/commit/b4eeaf0d6b9b88a120ab2b2595b8a5a7ab90fbc7)) |
| 275 | +* **test:** weui-wxss ([77efaee](https://github.com/NewFuture/miniprogram-build/commit/77efaee504468b4b0fb1dee317a64f68b69467b5)) |
267 | 276 |
|
268 | 277 |
|
269 | 278 | ### Features |
270 | 279 |
|
271 | | -* **output:** update tips color of replace ([833fde2](https://github.com/NewFuture/miniprogram-build/commit/833fde2)) |
272 | | -* **wxss:** npm 包自动搜索 ([0a29566](https://github.com/NewFuture/miniprogram-build/commit/0a29566)) |
| 280 | +* **output:** update tips color of replace ([833fde2](https://github.com/NewFuture/miniprogram-build/commit/833fde2fc355459a3365c19a12b83194cb662078)) |
| 281 | +* **wxss:** npm 包自动搜索 ([0a29566](https://github.com/NewFuture/miniprogram-build/commit/0a29566d916e2644cabea43bc024fa05a006654b)) |
273 | 282 |
|
274 | 283 |
|
275 | 284 |
|
|
278 | 287 |
|
279 | 288 | ### Bug Fixes |
280 | 289 |
|
281 | | -* **bin:** remove npm ([64af12a](https://github.com/NewFuture/miniprogram-build/commit/64af12a)) |
282 | | -* **npm:** cb is not a function error ([53ebd18](https://github.com/NewFuture/miniprogram-build/commit/53ebd18)) |
283 | | -* **npm:** log error ([59fa148](https://github.com/NewFuture/miniprogram-build/commit/59fa148)) |
| 290 | +* **bin:** remove npm ([64af12a](https://github.com/NewFuture/miniprogram-build/commit/64af12ac7284e401d328bbd5b7c7fa26ed72409e)) |
| 291 | +* **npm:** cb is not a function error ([53ebd18](https://github.com/NewFuture/miniprogram-build/commit/53ebd185ad7175b036946f07d97461505a7fbd31)) |
| 292 | +* **npm:** log error ([59fa148](https://github.com/NewFuture/miniprogram-build/commit/59fa148ce3a1313a987e4e271be998559b6a9b62)) |
284 | 293 |
|
285 | 294 |
|
286 | 295 |
|
|
289 | 298 |
|
290 | 299 | ### Features |
291 | 300 |
|
292 | | -* **typescript:** ts-tansform ([792ab30](https://github.com/NewFuture/miniprogram-build/commit/792ab30)), closes [#17](https://github.com/NewFuture/miniprogram-build/issues/17) |
293 | | -* **var:** add {{package.xxx}} replace ([1245505](https://github.com/NewFuture/miniprogram-build/commit/1245505)) |
| 301 | +* **typescript:** ts-tansform ([792ab30](https://github.com/NewFuture/miniprogram-build/commit/792ab3088d6430b49b3ec4903a718e747f34fad8)), closes [#17](https://github.com/NewFuture/miniprogram-build/issues/17) |
| 302 | +* **var:** add {{package.xxx}} replace ([1245505](https://github.com/NewFuture/miniprogram-build/commit/1245505afd7ea7510d80556051bee2b21a13de53)) |
294 | 303 |
|
295 | 304 |
|
296 | 305 |
|
|
303 | 312 |
|
304 | 313 | ### Bug Fixes |
305 | 314 |
|
306 | | -* **inline-image:** png inline bugs ([fe034b6](https://github.com/NewFuture/miniprogram-build/commit/fe034b6)), closes [#14](https://github.com/NewFuture/miniprogram-build/issues/14) |
| 315 | +* **inline-image:** png inline bugs ([fe034b6](https://github.com/NewFuture/miniprogram-build/commit/fe034b652a316f8ff0dbfabf12248c9bf2887900)), closes [#14](https://github.com/NewFuture/miniprogram-build/issues/14) |
307 | 316 |
|
308 | 317 |
|
309 | 318 |
|
|
340 | 349 |
|
341 | 350 | ### Bug Fixes |
342 | 351 |
|
343 | | -* **package:** update del to version 4.0.0 ([287a109](https://github.com/NewFuture/miniprogram-build/commit/287a109)) |
| 352 | +* **package:** update del to version 4.0.0 ([287a109](https://github.com/NewFuture/miniprogram-build/commit/287a1097f4d5f7973377b7ad593c3aafe26cef62)) |
344 | 353 |
|
345 | 354 |
|
346 | 355 |
|
|
0 commit comments