@@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d
4
4
5
5
Generated by [ ` auto-changelog ` ] ( https://github.com/CookPete/auto-changelog ) .
6
6
7
+ #### [ v6.5.1] ( https://github.com/neutrinojs/webpack-chain/compare/v6.5.0...v6.5.1 )
8
+
9
+ > 25 July 2020
10
+
11
+ - Improve error message when .tap() used on an undefined plugin [ ` #271 ` ] ( https://github.com/neutrinojs/webpack-chain/pull/271 )
12
+ - Improve error message when .use() not called for a Plugin [ ` #270 ` ] ( https://github.com/neutrinojs/webpack-chain/pull/270 )
13
+ - Clean up linting configuration [ ` #268 ` ] ( https://github.com/neutrinojs/webpack-chain/pull/268 )
14
+ - Remove unused dev-dependency @types/node [ ` #269 ` ] ( https://github.com/neutrinojs/webpack-chain/pull/269 )
15
+ - Lock file maintenance [ ` #259 ` ] ( https://github.com/neutrinojs/webpack-chain/pull/259 )
16
+ - Travis: Test against Node 14 [ ` #267 ` ] ( https://github.com/neutrinojs/webpack-chain/pull/267 )
17
+ - Improve error message when .tap() used on an undefined plugin (#271 ) [ ` #125 ` ] ( https://github.com/neutrinojs/webpack-chain/issues/125 )
18
+
7
19
#### [ v6.5.0] ( https://github.com/neutrinojs/webpack-chain/compare/v6.4.0...v6.5.0 )
8
20
9
21
> 1 July 2020
@@ -53,7 +65,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
53
65
54
66
#### [ v6.2.0] ( https://github.com/neutrinojs/webpack-chain/compare/v6.1.0...v6.2.0 )
55
67
56
- > 15 December 2019
68
+ > 22 December 2019
57
69
58
70
- Add support for module.strictExportPresence and output.futureEmitAssets [ ` #207 ` ] ( https://github.com/neutrinojs/webpack-chain/pull/207 )
59
71
- Add support for module.strictExportPresence and output.futureEmitAssets (#207 ) [ ` #205 ` ] ( https://github.com/neutrinojs/webpack-chain/issues/205 ) [ ` #206 ` ] ( https://github.com/neutrinojs/webpack-chain/issues/206 )
@@ -174,7 +186,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
174
186
175
187
#### [ v4.12.0] ( https://github.com/neutrinojs/webpack-chain/compare/v4.11.0...v4.12.0 )
176
188
177
- > 28 September 2018
189
+ > 3 October 2018
178
190
179
191
- merge resolve plugins just like config [ ` c47ee2d ` ] ( https://github.com/neutrinojs/webpack-chain/commit/c47ee2d52c1be4fcdbe10adef865e45d6fd729ef )
180
192
- linted [ ` dff82f8 ` ] ( https://github.com/neutrinojs/webpack-chain/commit/dff82f8494394dcf8c97bff324f877513f44fa56 )
@@ -294,120 +306,120 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
294
306
295
307
### [ v4.0.0] ( https://github.com/neutrinojs/webpack-chain/compare/v3.3.0...v4.0.0 )
296
308
297
- > 3 August 2017
309
+ > 3 October 2018
298
310
299
311
- Switch noParse to getter/setter to allow webpack v3 function argument [ ` #32 ` ] ( https://github.com/neutrinojs/webpack-chain/pull/32 )
300
312
- Serialize performance into config output [ ` #31 ` ] ( https://github.com/neutrinojs/webpack-chain/pull/31 )
301
313
- Release v4.0.0 [ ` e84b002 ` ] ( https://github.com/neutrinojs/webpack-chain/commit/e84b00207f6d4f4dc37c43ffffc65d8a34f63a75 )
302
314
303
315
#### [ v3.3.0] ( https://github.com/neutrinojs/webpack-chain/compare/v3.2.0...v3.3.0 )
304
316
305
- > 18 May 2017
317
+ > 3 October 2018
306
318
307
319
- Adding noParse on module [ ` #27 ` ] ( https://github.com/neutrinojs/webpack-chain/pull/27 )
308
320
- Releasing v3.3.0 [ ` 4a59bef ` ] ( https://github.com/neutrinojs/webpack-chain/commit/4a59bef687f273503945e638fefe1f6ab29857d1 )
309
321
310
322
#### [ v3.2.0] ( https://github.com/neutrinojs/webpack-chain/compare/v3.1.0...v3.2.0 )
311
323
312
- > 12 April 2017
324
+ > 3 October 2018
313
325
314
326
- Adding updated shorthand methods for devServer [ ` #23 ` ] ( https://github.com/neutrinojs/webpack-chain/pull/23 )
315
327
316
328
#### [ v3.1.0] ( https://github.com/neutrinojs/webpack-chain/compare/v3.0.0...v3.1.0 )
317
329
318
- > 29 March 2017
330
+ > 3 October 2018
319
331
320
332
- Allow conditional configuration via when [ ` #22 ` ] ( https://github.com/neutrinojs/webpack-chain/pull/22 )
321
333
- Update README with links to previous docs versions [ ` 0dc3984 ` ] ( https://github.com/neutrinojs/webpack-chain/commit/0dc39841b76c5e4d9493fa86d7f65e66145a6964 )
322
334
- Update README with links to previous docs versions [ ` bcc2362 ` ] ( https://github.com/neutrinojs/webpack-chain/commit/bcc2362d396cee736feaa5e4537150b4a1fa2d4a )
323
335
324
336
### [ v3.0.0] ( https://github.com/neutrinojs/webpack-chain/compare/v2.0.1...v3.0.0 )
325
337
326
- > 8 March 2017
338
+ > 3 October 2018
327
339
328
340
- Make rule.include, rule.exclude, loaders and plugins more extensible [ ` #16 ` ] ( https://github.com/neutrinojs/webpack-chain/pull/16 )
329
341
330
342
#### [ v2.0.1] ( https://github.com/neutrinojs/webpack-chain/compare/v2.0.0...v2.0.1 )
331
343
332
- > 8 March 2017
344
+ > 3 October 2018
333
345
334
346
- undefined plugin [ ` #17 ` ] ( https://github.com/neutrinojs/webpack-chain/pull/17 )
335
347
336
348
### [ v2.0.0] ( https://github.com/neutrinojs/webpack-chain/compare/v1.4.3...v2.0.0 )
337
349
338
- > 6 March 2017
350
+ > 3 October 2018
339
351
340
352
- Adding testing, which informed v2 API, updated docs to reflect [ ` #14 ` ] ( https://github.com/neutrinojs/webpack-chain/pull/14 )
341
353
- Make Plugin API consistent with Loader API [ ` #13 ` ] ( https://github.com/neutrinojs/webpack-chain/pull/13 )
342
354
- MPL license, moving to mozilla-neutrino [ ` f122edd ` ] ( https://github.com/neutrinojs/webpack-chain/commit/f122eddccb9f7af9742f5c447c651172700b4c50 )
343
355
344
356
#### [ v1.4.3] ( https://github.com/neutrinojs/webpack-chain/compare/v1.4.2...v1.4.3 )
345
357
346
- > 4 March 2017
358
+ > 6 March 2017
347
359
348
360
- Adding ChainedMap and ChainedSet documentation [ ` b071f82 ` ] ( https://github.com/neutrinojs/webpack-chain/commit/b071f82042c7806f6d2df412a0154c1b985c4763 )
349
361
- Removing empty entities from cluttering configuration object [ ` b428e55 ` ] ( https://github.com/neutrinojs/webpack-chain/commit/b428e55a671a033c133ba2e225796845307dee12 )
350
362
- Docs: getConfig -> ; toConfig [ ` 2468eaa ` ] ( https://github.com/neutrinojs/webpack-chain/commit/2468eaac7e4c2f74cae244a4af6d2a517483db7b )
351
363
352
364
#### [ v1.4.2] ( https://github.com/neutrinojs/webpack-chain/compare/v1.4.1...v1.4.2 )
353
365
354
- > 2 March 2017
366
+ > 3 October 2018
355
367
356
368
- Fix bug where ` exclude ` doesn't return ` this ` [ ` #7 ` ] ( https://github.com/neutrinojs/webpack-chain/pull/7 )
357
369
- Bumping to v1.4.2 [ ` 38d1412 ` ] ( https://github.com/neutrinojs/webpack-chain/commit/38d1412037780b815c537de2abd5f02443b80502 )
358
370
359
371
#### [ v1.4.1] ( https://github.com/neutrinojs/webpack-chain/compare/v1.4.0...v1.4.1 )
360
372
361
- > 26 February 2017
373
+ > 3 October 2018
362
374
363
375
- Allowing config merge to append to existing rule loaders [ ` #3 ` ] ( https://github.com/neutrinojs/webpack-chain/pull/3 )
364
376
- docs(readme): fix typo in devtool option [ ` #1 ` ] ( https://github.com/neutrinojs/webpack-chain/pull/1 )
365
377
366
378
#### [ v1.4.0] ( https://github.com/neutrinojs/webpack-chain/compare/v1.3.0...v1.4.0 )
367
379
368
- > 15 February 2017
380
+ > 3 October 2018
369
381
370
382
- Adds rule test merge via string to regex, fixes externals not chainable [ ` a15b49e ` ] ( https://github.com/neutrinojs/webpack-chain/commit/a15b49ec28903708c04665d0c6cac3a956558a99 )
371
383
372
384
#### [ v1.3.0] ( https://github.com/neutrinojs/webpack-chain/compare/v1.2.0...v1.3.0 )
373
385
374
- > 14 February 2017
386
+ > 3 October 2018
375
387
376
388
- Adding functionality for merging and object into a Config instance [ ` 5f0b0c6 ` ] ( https://github.com/neutrinojs/webpack-chain/commit/5f0b0c670e6ad946e0232a208abb667f749aeba4 )
377
389
378
390
#### [ v1.2.0] ( https://github.com/neutrinojs/webpack-chain/compare/v1.1.0...v1.2.0 )
379
391
380
- > 13 February 2017
392
+ > 3 October 2018
381
393
382
394
- Adds hot flag for Config.DevServer [ ` c64a155 ` ] ( https://github.com/neutrinojs/webpack-chain/commit/c64a1558188ab2a4982a7b3f2aba95ced50c9756 )
383
395
384
396
#### [ v1.1.0] ( https://github.com/neutrinojs/webpack-chain/compare/v1.0.3...v1.1.0 )
385
397
386
- > 13 February 2017
398
+ > 3 October 2018
387
399
388
400
- Adding ChainedSet#prepend functionality [ ` cc86e7b ` ] ( https://github.com/neutrinojs/webpack-chain/commit/cc86e7bdbdcaca7610255039dcb31adfacb4952b )
389
401
390
402
#### [ v1.0.3] ( https://github.com/neutrinojs/webpack-chain/compare/v1.0.2...v1.0.3 )
391
403
392
- > 10 February 2017
404
+ > 3 October 2018
393
405
394
406
- Fixes exception with empty rule entries with loader only [ ` 7964b34 ` ] ( https://github.com/neutrinojs/webpack-chain/commit/7964b347ed613c7dc18e54f912467abad2956b8b )
395
407
396
408
#### [ v1.0.2] ( https://github.com/neutrinojs/webpack-chain/compare/v1.0.1...v1.0.2 )
397
409
398
- > 9 February 2017
410
+ > 3 October 2018
399
411
400
412
- Fixes plugin methods not chaining [ ` 7cc56ed ` ] ( https://github.com/neutrinojs/webpack-chain/commit/7cc56ed5e331c7cc0ccd58f25feb3b1b0398829a )
401
413
402
414
#### [ v1.0.1] ( https://github.com/neutrinojs/webpack-chain/compare/v1.0.0...v1.0.1 )
403
415
404
- > 9 February 2017
416
+ > 3 October 2018
405
417
406
418
- Shared configuration documentation [ ` 5c6a65b ` ] ( https://github.com/neutrinojs/webpack-chain/commit/5c6a65b344113ff3522d5f7d66dfacbc0ad7fa69 )
407
419
- Avoid exceptions in empty config [ ` ab46ee0 ` ] ( https://github.com/neutrinojs/webpack-chain/commit/ab46ee0234a04eb2b89190df32ea4287c499dd39 )
408
420
409
421
#### v1.0.0
410
422
411
- > 6 February 2017
423
+ > 3 October 2018
412
424
413
425
- initial commit [ ` 9e2a87c ` ] ( https://github.com/neutrinojs/webpack-chain/commit/9e2a87c5f6a1f1aac3eedbd4102e40dc47a8f7f4 )
0 commit comments