|
2 | 2 |
|
3 | 3 | All 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 | 4 |
|
| 5 | +<a name="5.0.0"></a> |
| 6 | +# [5.0.0](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v4.6.0...v5.0.0) (2019-02-20) |
| 7 | + |
| 8 | + |
| 9 | +### Bug Fixes |
| 10 | + |
| 11 | +* copy only modified files when you use patterns with difference to ([#341](https://github.com/webpack-contrib/copy-webpack-plugin/issues/341)) ([e808aa2](https://github.com/webpack-contrib/copy-webpack-plugin/commit/e808aa2)) |
| 12 | +* handle `[contenthash]` as template ([#328](https://github.com/webpack-contrib/copy-webpack-plugin/issues/328)) ([61dfe52](https://github.com/webpack-contrib/copy-webpack-plugin/commit/61dfe52)) |
| 13 | +* handles new files when you in watch mode ([#333](https://github.com/webpack-contrib/copy-webpack-plugin/issues/333)) ([49a28f0](https://github.com/webpack-contrib/copy-webpack-plugin/commit/49a28f0)) |
| 14 | +* normalize path segment separation ([#339](https://github.com/webpack-contrib/copy-webpack-plugin/issues/339)) ([8f5e638](https://github.com/webpack-contrib/copy-webpack-plugin/commit/8f5e638)) |
| 15 | +* throw error if "from" is an empty string [#278](https://github.com/webpack-contrib/copy-webpack-plugin/issues/278) ([#285](https://github.com/webpack-contrib/copy-webpack-plugin/issues/285)) ([adf1046](https://github.com/webpack-contrib/copy-webpack-plugin/commit/adf1046)) |
| 16 | + |
| 17 | + |
| 18 | +### Chores |
| 19 | + |
| 20 | +* drop support for node < 6.9 ([#320](https://github.com/webpack-contrib/copy-webpack-plugin/issues/320)) ([050a5bb](https://github.com/webpack-contrib/copy-webpack-plugin/commit/050a5bb)) |
| 21 | + |
| 22 | + |
| 23 | +### Code Refactoring |
| 24 | + |
| 25 | +* break compatibility with < webpack 4 ([#329](https://github.com/webpack-contrib/copy-webpack-plugin/issues/329)) ([ab9439a](https://github.com/webpack-contrib/copy-webpack-plugin/commit/ab9439a)) |
| 26 | +* debug option ([#342](https://github.com/webpack-contrib/copy-webpack-plugin/issues/342)) ([1f511b8](https://github.com/webpack-contrib/copy-webpack-plugin/commit/1f511b8)) |
| 27 | +* rewrite on class ([#327](https://github.com/webpack-contrib/copy-webpack-plugin/issues/327)) ([6ea72d7](https://github.com/webpack-contrib/copy-webpack-plugin/commit/6ea72d7)) |
| 28 | + |
| 29 | + |
| 30 | +### Features |
| 31 | + |
| 32 | +* emit warning instead error if file doesn't exist ([#338](https://github.com/webpack-contrib/copy-webpack-plugin/issues/338)) ([a1c5372](https://github.com/webpack-contrib/copy-webpack-plugin/commit/a1c5372)) |
| 33 | +* supports copy nested directories/files in symlink ([#335](https://github.com/webpack-contrib/copy-webpack-plugin/issues/335)) ([f551c0d](https://github.com/webpack-contrib/copy-webpack-plugin/commit/f551c0d)) |
| 34 | + |
| 35 | + |
| 36 | +### BREAKING CHANGES |
| 37 | + |
| 38 | +* `debug` option was renamed to `logLevel`, it only accepts string values: `trace`, `debug`, `info`, `warn`, `error` and `silent` |
| 39 | +* plugin emit warning instead error if file doesn't exist |
| 40 | +* minimum require webpack version is 4 |
| 41 | +* change `prototype` of plugin, now you can to get correct plugin name |
| 42 | +* drop support for node < 6.9 |
| 43 | + |
| 44 | + |
| 45 | + |
5 | 46 | <a name="4.6.0"></a> |
6 | 47 | # [4.6.0](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v4.5.4...v4.6.0) (2018-10-31) |
7 | 48 |
|
|
0 commit comments