Skip to content

Commit a723092

Browse files
chore(release): 5.0.0
1 parent d332212 commit a723092

File tree

3 files changed

+43
-2
lines changed

3 files changed

+43
-2
lines changed

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,47 @@
22

33
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.
44

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+
546
<a name="4.6.0"></a>
647
# [4.6.0](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v4.5.4...v4.6.0) (2018-10-31)
748

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "copy-webpack-plugin",
3-
"version": "4.6.0",
3+
"version": "5.0.0",
44
"description": "Copy files && directories with webpack",
55
"license": "MIT",
66
"repository": "webpack-contrib/copy-webpack-plugin",

0 commit comments

Comments
 (0)