UNPKG

12.7 kBMarkdownView Raw
1# Change Log
2
3All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
5<a name="3.1.1"></a>
6## [3.1.1](https://github.com/nuxt/webpackbar/compare/v3.1.0...v3.1.1) (2018-11-09)
7
8
9### Bug Fixes
10
11* prevent calling done hook twice ([1753826](https://github.com/nuxt/webpackbar/commit/1753826))
12* **plugin:** handle conditions that start is not available ([4e0dc73](https://github.com/nuxt/webpackbar/commit/4e0dc73))
13
14
15
16<a name="3.1.0"></a>
17# [3.1.0](https://github.com/nuxt/webpackbar/compare/v3.0.5...v3.1.0) (2018-11-09)
18
19
20### Features
21
22* prevent adding multi instances to the same compiler ([759a4e6](https://github.com/nuxt/webpackbar/commit/759a4e6))
23* **log-update:** support concurrent writes to stdout/stderr on render ([d51c508](https://github.com/nuxt/webpackbar/commit/d51c508))
24
25
26
27<a name="3.0.5"></a>
28## [3.0.5](https://github.com/nuxt/webpackbar/compare/v3.0.4...v3.0.5) (2018-11-09)
29
30
31### Bug Fixes
32
33* detect and support old consola instance ([9fc6e09](https://github.com/nuxt/webpackbar/commit/9fc6e09))
34
35
36
37<a name="3.0.4"></a>
38## [3.0.4](https://github.com/nuxt/webpackbar/compare/v3.0.3...v3.0.4) (2018-11-09)
39
40
41### Bug Fixes
42
43* ensure state exists on hooks ([#30](https://github.com/nuxt/webpackbar/issues/30)) ([8f0085a](https://github.com/nuxt/webpackbar/commit/8f0085a))
44
45
46
47<a name="3.0.3"></a>
48## [3.0.3](https://github.com/nuxt/webpackbar/compare/v3.0.2...v3.0.3) (2018-11-08)
49
50
51
52<a name="3.0.2"></a>
53## [3.0.2](https://github.com/nuxt/webpackbar/compare/v3.0.1...v3.0.2) (2018-11-08)
54
55
56### Bug Fixes
57
58* **fancy:** resume consola befor we die! ([ea1c6a8](https://github.com/nuxt/webpackbar/commit/ea1c6a8))
59* **stats:** report errors before we die ([53aa6bb](https://github.com/nuxt/webpackbar/commit/53aa6bb))
60
61
62
63<a name="3.0.1"></a>
64## [3.0.1](https://github.com/nuxt/webpackbar/compare/v3.0.0...v3.0.1) (2018-11-08)
65
66
67### Bug Fixes
68
69* windows and linux don't support fsync ([8be7459](https://github.com/nuxt/webpackbar/commit/8be7459))
70
71
72
73<a name="3.0.0"></a>
74# [3.0.0](https://github.com/nuxt/webpackbar/compare/v3.0.0-3...v3.0.0) (2018-11-07)
75
76
77
78<a name="3.0.0-3"></a>
79# [3.0.0-3](https://github.com/nuxt/webpackbar/compare/v3.0.0-2...v3.0.0-3) (2018-11-07)
80
81
82### Bug Fixes
83
84* unused plugin instances store state in global ([556f830](https://github.com/nuxt/webpackbar/commit/556f830))
85
86
87### Features
88
89* add change hook support ([8057e4c](https://github.com/nuxt/webpackbar/commit/8057e4c))
90
91
92
93<a name="3.0.0-2"></a>
94# [3.0.0-2](https://github.com/nuxt/webpackbar/compare/v3.0.0-1...v3.0.0-2) (2018-11-04)
95
96
97### Bug Fixes
98
99* convert name using startCase ([4264503](https://github.com/nuxt/webpackbar/commit/4264503))
100* fix globalState bug ([8c0441b](https://github.com/nuxt/webpackbar/commit/8c0441b))
101* handler assignment should be happened after super() call ([150699d](https://github.com/nuxt/webpackbar/commit/150699d))
102* minor fixes ([d7a10c9](https://github.com/nuxt/webpackbar/commit/d7a10c9))
103* refactor and memory improvements ([74d265a](https://github.com/nuxt/webpackbar/commit/74d265a))
104* stability and improvements ([7e3e9ad](https://github.com/nuxt/webpackbar/commit/7e3e9ad))
105* typo ([5dcd6bf](https://github.com/nuxt/webpackbar/commit/5dcd6bf))
106* use compile instead of beforeCompile to prevent duplicate calls ([05cf301](https://github.com/nuxt/webpackbar/commit/05cf301))
107
108
109### Features
110
111* allow easily disabling reporters ([f96ad47](https://github.com/nuxt/webpackbar/commit/f96ad47))
112* improve stats reporter ([09459af](https://github.com/nuxt/webpackbar/commit/09459af))
113* rework bars reporter using a rewrite of log-update ([d918a9a](https://github.com/nuxt/webpackbar/commit/d918a9a))
114
115
116### Reverts
117
118* revert 100% check condition ([c2632ef](https://github.com/nuxt/webpackbar/commit/c2632ef))
119
120
121
122<a name="3.0.0-1"></a>
123# [3.0.0-1](https://github.com/nuxt/webpackbar/compare/v3.0.0-0...v3.0.0-1) (2018-11-02)
124
125
126### Features
127
128* **bars:** consola integration ([8db1118](https://github.com/nuxt/webpackbar/commit/8db1118))
129* consola integration with bars ([1c22321](https://github.com/nuxt/webpackbar/commit/1c22321))
130* use a shared throttle for bars ([91512c1](https://github.com/nuxt/webpackbar/commit/91512c1))
131
132
133
134<a name="3.0.0-0"></a>
135# [3.0.0-0](https://github.com/nuxt/webpackbar/compare/v2.6.3...v3.0.0-0) (2018-11-02)
136
137
138### Bug Fixes
139
140* avoid using null details ([c72c7c1](https://github.com/nuxt/webpackbar/commit/c72c7c1))
141* fix hasRunning and and hasErrors ([2241cd7](https://github.com/nuxt/webpackbar/commit/2241cd7))
142* fix imports ([226dbe2](https://github.com/nuxt/webpackbar/commit/226dbe2))
143* fix utils ([9d60a17](https://github.com/nuxt/webpackbar/commit/9d60a17))
144* handle hook errors ([c24b341](https://github.com/nuxt/webpackbar/commit/c24b341))
145* handle reporter errors ([20e78c1](https://github.com/nuxt/webpackbar/commit/20e78c1))
146* preserve start time and stats until next compile ([c93de65](https://github.com/nuxt/webpackbar/commit/c93de65))
147* remove extra state field ([ab32217](https://github.com/nuxt/webpackbar/commit/ab32217))
148* Remove unused dependencies ([#23](https://github.com/nuxt/webpackbar/issues/23)) ([2ab0dd2](https://github.com/nuxt/webpackbar/commit/2ab0dd2))
149* **bars:** remove extra ending new line ([695fc56](https://github.com/nuxt/webpackbar/commit/695fc56))
150* replace Object.values for node 6.x compability ([#17](https://github.com/nuxt/webpackbar/issues/17)) ([d004bb6](https://github.com/nuxt/webpackbar/commit/d004bb6))
151* typos ([3b5c9cf](https://github.com/nuxt/webpackbar/commit/3b5c9cf))
152* unshift built-in reporters ([007c9c5](https://github.com/nuxt/webpackbar/commit/007c9c5))
153* update std-env to 2.1.0 ([e720ad8](https://github.com/nuxt/webpackbar/commit/e720ad8))
154
155
156### Features
157
158* reporters and draftlog ([6541a1c](https://github.com/nuxt/webpackbar/commit/6541a1c))
159* support single reporter option ([0a10a08](https://github.com/nuxt/webpackbar/commit/0a10a08))
160
161
162### Performance Improvements
163
164* remove lodash dependency ([#22](https://github.com/nuxt/webpackbar/issues/22)) ([883a0dc](https://github.com/nuxt/webpackbar/commit/883a0dc))
165* use text-table for less package size ([#22](https://github.com/nuxt/webpackbar/issues/22)) ([ea22b7b](https://github.com/nuxt/webpackbar/commit/ea22b7b))
166
167
168
169<a name="2.6.3"></a>
170## [2.6.3](https://github.com/nuxt/webpackbar/compare/v2.6.2...v2.6.3) (2018-08-18)
171
172
173
174<a name="2.6.2"></a>
175## [2.6.2](https://github.com/nuxt/webpackbar/compare/v2.6.1...v2.6.2) (2018-08-12)
176
177
178### Bug Fixes
179
180* ESLint is broken when using eslint-plugin-import ([783f243](https://github.com/nuxt/webpackbar/commit/783f243))
181
182
183
184<a name="2.6.1"></a>
185## [2.6.1](https://github.com/nuxt/webpackbar/compare/v2.6.0...v2.6.1) (2018-04-04)
186
187
188### Bug Fixes
189
190* fix ellipsis logic ([0fdb30f](https://github.com/nuxt/webpackbar/commit/0fdb30f))
191
192
193
194<a name="2.6.0"></a>
195# [2.6.0](https://github.com/nuxt/webpackbar/compare/v2.5.0...v2.6.0) (2018-04-04)
196
197
198### Features
199
200* cli improvements ([76d7306](https://github.com/nuxt/webpackbar/commit/76d7306))
201
202
203
204<a name="2.5.0"></a>
205# [2.5.0](https://github.com/nuxt/webpackbar/compare/v2.4.0...v2.5.0) (2018-04-04)
206
207
208### Features
209
210* windows visual improvements ([2ae8339](https://github.com/nuxt/webpackbar/commit/2ae8339))
211
212
213
214<a name="2.4.0"></a>
215# [2.4.0](https://github.com/nuxt/webpackbar/compare/v2.3.2...v2.4.0) (2018-04-01)
216
217
218### Features
219
220* add compile stats to the sharedState ([3973f6b](https://github.com/nuxt/webpackbar/commit/3973f6b))
221
222
223
224<a name="2.3.2"></a>
225## [2.3.2](https://github.com/nuxt/webpackbar/compare/v2.3.1...v2.3.2) (2018-03-31)
226
227
228### Bug Fixes
229
230* hot update for consola ([1d13980](https://github.com/nuxt/webpackbar/commit/1d13980))
231
232
233
234<a name="2.3.1"></a>
235## [2.3.1](https://github.com/nuxt/webpackbar/compare/v2.3.0...v2.3.1) (2018-03-31)
236
237
238### Bug Fixes
239
240* consola 1.1.1 ([b44fd11](https://github.com/nuxt/webpackbar/commit/b44fd11))
241
242
243
244<a name="2.3.0"></a>
245# [2.3.0](https://github.com/nuxt/webpackbar/compare/v2.2.1...v2.3.0) (2018-03-31)
246
247
248### Features
249
250* **colorize:** try chalk built-in colors first ([73fd89e](https://github.com/nuxt/webpackbar/commit/73fd89e))
251
252
253
254<a name="2.2.1"></a>
255## [2.2.1](https://github.com/nuxt/webpackbar/compare/v2.2.0...v2.2.1) (2018-03-31)
256
257
258
259<a name="2.2.0"></a>
260# [2.2.0](https://github.com/nuxt/webpackbar/compare/v2.1.0...v2.2.0) (2018-03-31)
261
262
263### Features
264
265* consola integration ([d99f254](https://github.com/nuxt/webpackbar/commit/d99f254))
266
267
268
269<a name="2.1.0"></a>
270# [2.1.0](https://github.com/nuxt/webpackbar/compare/v2.0.3...v2.1.0) (2018-03-31)
271
272
273### Features
274
275* show inactive parallel tasks ([2862002](https://github.com/nuxt/webpackbar/commit/2862002))
276
277
278
279<a name="2.0.3"></a>
280## [2.0.3](https://github.com/nuxt/webpackbar/compare/v2.0.2...v2.0.3) (2018-03-31)
281
282
283### Bug Fixes
284
285* honor options.stream everywhere ([34733b7](https://github.com/nuxt/webpackbar/commit/34733b7))
286
287
288
289<a name="2.0.2"></a>
290## [2.0.2](https://github.com/nuxt/webpackbar/compare/v2.0.1...v2.0.2) (2018-03-31)
291
292
293### Bug Fixes
294
295* fix compiled message in minimal mode ([80f7ac2](https://github.com/nuxt/webpackbar/commit/80f7ac2))
296
297
298
299<a name="2.0.1"></a>
300## [2.0.1](https://github.com/nuxt/webpackbar/compare/v2.0.0...v2.0.1) (2018-03-31)
301
302
303### Bug Fixes
304
305* fix cannot read property 'write' of undefined ([ccb1d65](https://github.com/nuxt/webpackbar/commit/ccb1d65))
306
307
308
309<a name="2.0.0"></a>
310# [2.0.0](https://github.com/nuxt/webpackbar/compare/v1.5.1...v2.0.0) (2018-03-31)
311
312
313### Features
314
315* v2 rewrite ([5151960](https://github.com/nuxt/webpackbar/commit/5151960))
316
317
318### BREAKING CHANGES
319
320* behaviour and options changed. Refer to the new docs
321
322
323
324<a name="1.5.1"></a>
325## [1.5.1](https://github.com/nuxt/webpackbar/compare/v1.5.0...v1.5.1) (2018-03-28)
326
327
328### Bug Fixes
329
330* call done hook last ([642a9ef](https://github.com/nuxt/webpackbar/commit/642a9ef))
331
332
333
334<a name="1.5.0"></a>
335# [1.5.0](https://github.com/nuxt/webpackbar/compare/v1.4.0...v1.5.0) (2018-03-28)
336
337
338### Features
339
340* options.buildTitle & consistent number of output lines ([1263fc1](https://github.com/nuxt/webpackbar/commit/1263fc1))
341
342
343
344<a name="1.4.0"></a>
345# [1.4.0](https://github.com/nuxt/webpackbar/compare/v1.3.0...v1.4.0) (2018-03-28)
346
347
348### Features
349
350* accept done callback as an option ([30bfd1e](https://github.com/nuxt/webpackbar/commit/30bfd1e))
351* better handling for 100% state and clear: false ([a2c823f](https://github.com/nuxt/webpackbar/commit/a2c823f))
352
353
354
355<a name="1.3.0"></a>
356# [1.3.0](https://github.com/nuxt/webpackbar/compare/v1.2.1...v1.3.0) (2018-03-27)
357
358
359### Features
360
361* enabled option with smart defaults. ([0d22e4c](https://github.com/nuxt/webpackbar/commit/0d22e4c))
362
363
364
365<a name="1.2.1"></a>
366## [1.2.1](https://github.com/nuxt/webpackbar/compare/v1.2.0...v1.2.1) (2018-03-27)
367
368
369### Bug Fixes
370
371* default clear to true ([528b769](https://github.com/nuxt/webpackbar/commit/528b769))
372
373
374
375<a name="1.2.0"></a>
376# [1.2.0](https://github.com/nuxt/webpackbar/compare/v1.1.4...v1.2.0) (2018-03-27)
377
378
379### Features
380
381* new options: stream, profile, clear and showCursor. ([#3](https://github.com/nuxt/webpackbar/issues/3)) ([80f5f17](https://github.com/nuxt/webpackbar/commit/80f5f17))
382* support hex colors. ([#2](https://github.com/nuxt/webpackbar/issues/2)) ([1c7cc0b](https://github.com/nuxt/webpackbar/commit/1c7cc0b))
383
384
385
386<a name="1.1.4"></a>
387## [1.1.4](https://github.com/nuxt/webpackbar/compare/v1.1.3...v1.1.4) (2018-03-26)
388
389
390### Bug Fixes
391
392* webpack 3 compability ([#1](https://github.com/nuxt/webpackbar/issues/1)) ([ff24c14](https://github.com/nuxt/webpackbar/commit/ff24c14))
393
394
395
396<a name="1.1.3"></a>
397## [1.1.3](https://github.com/nuxt/webpackbar/compare/v1.1.2...v1.1.3) (2018-03-24)
398
399
400### Bug Fixes
401
402* remove debug ([a27a83c](https://github.com/nuxt/webpackbar/commit/a27a83c))
403
404
405
406<a name="1.1.2"></a>
407## [1.1.2](https://github.com/nuxt/webpackbar/compare/v1.1.1...v1.1.2) (2018-03-24)
408
409
410### Bug Fixes
411
412* **profile:** ignore requests without any file or loaders ([d3eb446](https://github.com/nuxt/webpackbar/commit/d3eb446))
413
414
415
416<a name="1.1.1"></a>
417## [1.1.1](https://github.com/nuxt/webpackbar/compare/v1.1.0...v1.1.1) (2018-03-24)
418
419
420
421<a name="1.1.0"></a>
422# [1.1.0](https://github.com/nuxt/webpackbar/compare/v1.0.0...v1.1.0) (2018-03-24)
423
424
425### Features
426
427* build profiler ([0c05d65](https://github.com/nuxt/webpackbar/commit/0c05d65))
428
429
430
431<a name="1.0.0"></a>
432# 1.0.0 (2018-03-24)
433
434
435
436# Change Log
437
438All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
439
440x.x.x / <year>-<month>-<day>
441==================
442
443 * Bug fix -
444 * Feature -
445 * Chore -
446 * Docs -