|
1 |
| -0.4.3 / 2017-04-15 |
2 |
| -================== |
| 1 | +# Change Log |
3 | 2 |
|
4 |
| - * Docs - Document new features. #26 |
| 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. |
5 | 4 |
|
6 |
| -0.4.2 / 2017-04-12 |
7 |
| -================== |
| 5 | +<a name="0.4.6"></a> |
| 6 | +## [0.4.6](https://github.com/webpack-contrib/uglifyjs-webpack-plugin/compare/v0.1.4...v0.4.6) (2017-06-29) |
8 | 7 |
|
9 |
| - * Chore - Fix readme link formatting. #25 |
10 | 8 |
|
11 |
| -0.4.1 / 2017-04-05 |
12 |
| -================== |
| 9 | +### Bug Fixes |
13 | 10 |
|
14 |
| - * Chore - Note that cheap source maps don't work with the plugin. #22 |
15 |
| - |
16 |
| -0.4.0 / 2017-03-30 |
17 |
| -================== |
18 |
| - |
19 |
| - * Chore - Update to *webpack-sources* ^0.2.3. #22 |
20 |
| - |
21 |
| -0.3.1 / 2017-03-22 |
22 |
| -================== |
23 |
| - |
24 |
| - * Chore - Improve readme wording. #19 |
25 |
| - |
26 |
| -0.3.0 / 2017-03-04 |
27 |
| -================== |
28 |
| - |
29 |
| - * Chore - Update to UglifyJS 2.8.0 API internally. #16 |
30 |
| - |
31 |
| -0.2.2 / 2017-03-02 |
32 |
| -================== |
33 |
| - |
34 |
| - * Bug fix - Fix `postinstall` script. Now it works if you install the packagre from repository in Node 6+. |
35 |
| - |
36 |
| -0.2.1 / 2017-02-20 |
37 |
| -================== |
38 |
| - |
39 |
| - * Docs - Fix typo at readme. #10 |
40 |
| - |
41 |
| -0.2.0 / 2017-02-19 |
42 |
| -================== |
43 |
| - |
44 |
| - * Feature - Allow to extract comments to separate file [webpack/webpack#4134](https://github.com/webpack/webpack/pull/4134) |
45 |
| - * Feature - Allow to supress uglifyjs warnings [webpack/webpack#4200](https://github.com/webpack/webpack/pull/4200) |
46 |
| - * Chore - Use `const` where applicable [1d78f99](https://github.com/webpack/webpack/commit/1d78f990a6af1a5b85e45b345b4f7861b03bb12b) |
47 |
| - * Chore - Avoid reassigning stream with different value [92364dc](https://github.com/webpack/webpack/commit/92364dc0f72ad8c3ac0bdc74e46766658086d83a) |
48 |
| - * Chore - Avoid reassigning files with different value [104398f](https://github.com/webpack/webpack/commit/104398f87a707a601427e666ed318d2338e8a003) |
49 |
| - |
50 |
| -0.1.5 / 2017-02-15 |
51 |
| -================== |
52 |
| - |
53 |
| - * Docs - Add `extractComments` documentation. #7 |
54 |
| - |
55 |
| -0.1.4 / 2017-02-06 |
56 |
| -================== |
57 |
| - |
58 |
| - * Docs - Simplify example. |
59 |
| - |
60 |
| -0.1.3 / 2017-02-02 |
61 |
| -================== |
62 |
| - |
63 |
| - * Docs - Fix table syntax. #6 |
64 |
| - |
65 |
| -0.1.2 / 2017-01-25 |
66 |
| -================== |
67 |
| - |
68 |
| - * Docs - Add note about the plugin embedded to webpack. |
69 |
| - |
70 |
| -0.1.1 / 2017-01-25 |
71 |
| -================== |
72 |
| - |
73 |
| - * Docs - Update installation instructions. |
74 |
| - |
75 |
| -0.1.0 / 2017-01-24 |
76 |
| -================== |
77 |
| - |
78 |
| - * Initial port from webpack source. |
| 11 | +* typo "filterd" -> "filtered" ([#37](https://github.com/webpack-contrib/uglifyjs-webpack-plugin/issues/37)) ([238c373](https://github.com/webpack-contrib/uglifyjs-webpack-plugin/commit/238c373)) |
| 12 | +* **package:** mv uglify2 to `dependencies` && update `peerDependencies` ([#45](https://github.com/webpack-contrib/uglifyjs-webpack-plugin/issues/45)) ([93b0cd2](https://github.com/webpack-contrib/uglifyjs-webpack-plugin/commit/93b0cd2)) |
| 13 | +* **uglify:** use Compress API not ast.transform ([990f2e2](https://github.com/webpack-contrib/uglifyjs-webpack-plugin/commit/990f2e2)) |
0 commit comments