|
1 | 1 | # Change Log
|
2 |
| -All notable changes to this project will be documented in this file. |
3 |
| -This project adheres to [Semantic Versioning](http://semver.org/). |
4 | 2 |
|
5 |
| -Latest version of this document will always be available on https://github.com/SimenB/add-asset-html-webpack-plugin/releases |
| 3 | +All notable changes to this project will be documented in this file. This |
| 4 | +project adheres to [Semantic Versioning](http://semver.org/). |
| 5 | + |
| 6 | +Latest version of this document will always be available on |
| 7 | +https://github.com/SimenB/add-asset-html-webpack-plugin/releases |
6 | 8 |
|
7 | 9 | ## [Unreleased]
|
| 10 | + |
8 | 11 | ### Changed
|
9 |
| -- Replace Bluebird with `p-each-series` |
10 |
| -- Replace `minimatch` with `micromatch` |
| 12 | + |
| 13 | +* Replace Bluebird with `p-each-series` |
| 14 | +* Replace `minimatch` with `micromatch` |
11 | 15 |
|
12 | 16 | ## [2.1.2] - 2017-09-15
|
| 17 | + |
13 | 18 | ### Fixes
|
14 |
| -- Fix TypeScript definition file |
15 |
| - - Allows an array of options in the plugin constructor |
16 |
| - - Added `files` property to options |
| 19 | + |
| 20 | +* Fix TypeScript definition file |
| 21 | + * Allows an array of options in the plugin constructor |
| 22 | + * Added `files` property to options |
17 | 23 |
|
18 | 24 | ## [2.1.1] - 2017-08-16
|
| 25 | + |
19 | 26 | ### Fixes
|
20 |
| -- Fix typo in readme (`filter` -> `files`) |
| 27 | + |
| 28 | +* Fix typo in readme (`filter` -> `files`) |
21 | 29 |
|
22 | 30 | ## [2.1.0] - 2017-08-07
|
| 31 | + |
23 | 32 | ### Added
|
24 |
| -- Support globby string as filepath option (#78, thanks @Genuifx and @NumerHero) |
| 33 | + |
| 34 | +* Support globby string as filepath option (#78, thanks @Genuifx and @NumerHero) |
25 | 35 |
|
26 | 36 | ## [2.0.1] - 2017-04-23
|
| 37 | + |
27 | 38 | ### Fixes
|
28 |
| -- Support only string as option to files |
| 39 | + |
| 40 | +* Support only string as option to files |
29 | 41 |
|
30 | 42 | ## [2.0.0] - 2017-04-23
|
| 43 | + |
31 | 44 | ### Breaking
|
32 |
| -- Drop support for `node<4` |
| 45 | + |
| 46 | +* Drop support for `node<4` |
33 | 47 |
|
34 | 48 | ### Added
|
35 |
| -- Add `files` option |
36 |
| - - Allows you to only include a given asset in certain html files |
37 |
| - - Ported from https://npm.im/html-webpack-include-assets-plugin |
| 49 | + |
| 50 | +* Add `files` option |
| 51 | + * Allows you to only include a given asset in certain html files |
| 52 | + * Ported from https://npm.im/html-webpack-include-assets-plugin |
38 | 53 |
|
39 | 54 | ## [1.0.2] - 2016-08-07
|
| 55 | + |
40 | 56 | ### Fixes
|
41 |
| -- Fix TypeScript definition file (#22, thanks @hh10k) |
| 57 | + |
| 58 | +* Fix TypeScript definition file (#22, thanks @hh10k) |
42 | 59 |
|
43 | 60 | ## [1.0.1] - 2016-08-06
|
| 61 | + |
44 | 62 | ### Fixes
|
45 |
| -- Make `require` work without `.default` again (Fixes #20) |
| 63 | + |
| 64 | +* Make `require` work without `.default` again (Fixes #20) |
46 | 65 |
|
47 | 66 | ## [1.0.0] - 2016-07-29
|
| 67 | + |
48 | 68 | ### Breaking
|
49 |
| -- Rename `filname` to `filepath`, which makes much more sense |
| 69 | + |
| 70 | +* Rename `filname` to `filepath`, which makes much more sense |
50 | 71 |
|
51 | 72 | ### Added
|
52 |
| -- A Changelog! |
53 |
| -- A first attempt to add typings |
54 |
| -- Tests for 100% coverage (#17) |
55 |
| -- `outputPath` option (#16, thanks @wadahiro) |
| 73 | + |
| 74 | +* A Changelog! |
| 75 | +* A first attempt to add typings |
| 76 | +* Tests for 100% coverage (#17) |
| 77 | +* `outputPath` option (#16, thanks @wadahiro) |
56 | 78 |
|
57 | 79 | ### Fixes
|
58 |
| -- Fix wrong documentation |
| 80 | + |
| 81 | +* Fix wrong documentation |
59 | 82 |
|
60 | 83 | ### Internal
|
61 |
| -- Centralise linting |
| 84 | + |
| 85 | +* Centralise linting |
62 | 86 |
|
63 | 87 | ## [0.4.0] - 2016-07-21
|
| 88 | + |
64 | 89 | ### Added
|
65 |
| -- `publicPath` option (#9, thanks @wadahiro) |
| 90 | + |
| 91 | +* `publicPath` option (#9, thanks @wadahiro) |
66 | 92 |
|
67 | 93 | ### Internal
|
68 |
| -- Lint the code on travis |
| 94 | + |
| 95 | +* Lint the code on travis |
69 | 96 |
|
70 | 97 | ## [0.3.0] - 2016-07-15
|
| 98 | + |
71 | 99 | ### Added
|
72 |
| -- Add `hash` option to append a hash to the filename (#8, thanks @wadahiro) |
| 100 | + |
| 101 | +* Add `hash` option to append a hash to the filename (#8, thanks @wadahiro) |
73 | 102 |
|
74 | 103 | ### Changed
|
75 |
| -- Added a note in the readme regarding what version of `html-webpack-plugin` is needed |
| 104 | + |
| 105 | +* Added a note in the readme regarding what version of `html-webpack-plugin` is |
| 106 | + needed |
76 | 107 |
|
77 | 108 | ### Internal
|
78 |
| -- Use AirBnB ESLint config instead of Standard |
| 109 | + |
| 110 | +* Use AirBnB ESLint config instead of Standard |
79 | 111 |
|
80 | 112 | ## [0.2.0] - 2016-05-30
|
| 113 | + |
81 | 114 | ### Added
|
82 |
| -- Allow passing an array of files to the plugin (#6) |
| 115 | + |
| 116 | +* Allow passing an array of files to the plugin (#6) |
83 | 117 |
|
84 | 118 | ## [0.1.0] - 2016-05-28
|
| 119 | + |
85 | 120 | ### Changed
|
86 |
| -- Pass `htmlPluginData` to the callback (#5, thanks @RyanEwen) |
| 121 | + |
| 122 | +* Pass `htmlPluginData` to the callback (#5, thanks @RyanEwen) |
87 | 123 |
|
88 | 124 | ## [0.0.3] - 2016-03-17
|
| 125 | + |
89 | 126 | ### Changed
|
90 |
| -- Use `html-webpack-plugin-before-html-generation` as the event from `html-webpack-plugin` |
| 127 | + |
| 128 | +* Use `html-webpack-plugin-before-html-generation` as the event from |
| 129 | + `html-webpack-plugin` |
91 | 130 |
|
92 | 131 | ## [0.0.2] - 2016-02-27
|
| 132 | + |
93 | 133 | ### Added
|
94 |
| -- A Changelog! |
95 |
| -- Use `publicPath` from webpack config if available |
| 134 | + |
| 135 | +* A Changelog! |
| 136 | +* Use `publicPath` from webpack config if available |
96 | 137 |
|
97 | 138 | #### Internal
|
98 |
| -- Fix URL to repo in package.json |
| 139 | + |
| 140 | +* Fix URL to repo in package.json |
99 | 141 |
|
100 | 142 | ## [0.0.1] - 2016-02-27
|
101 |
| -Initial release |
102 | 143 |
|
| 144 | +Initial release |
103 | 145 |
|
104 |
| -[Unreleased]: https://github.com/SimenB/add-asset-html-webpack-plugin/compare/v2.1.2...HEAD |
| 146 | +[unreleased]: https://github.com/SimenB/add-asset-html-webpack-plugin/compare/v2.1.2...HEAD |
105 | 147 | [2.1.2]: https://github.com/SimenB/add-asset-html-webpack-plugin/compare/v2.1.1...v2.1.2
|
106 | 148 | [2.1.1]: https://github.com/SimenB/add-asset-html-webpack-plugin/compare/v2.1.0...v2.1.1
|
107 | 149 | [2.1.0]: https://github.com/SimenB/add-asset-html-webpack-plugin/compare/v2.0.1...v2.1.0
|
|
0 commit comments