1 | # Change Log
|
2 |
|
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 |
|
5 | <a name="1.1.8"></a>
|
6 | ## [1.1.8](https://github.com/webpack/file-loader/compare/v1.1.7...v1.1.8) (2018-02-20)
|
7 |
|
8 |
|
9 | ### Bug Fixes
|
10 |
|
11 | * **index:** `context` takes precedence over `issuer.context` (`options.useRelativePath`) ([3b071f5](https://github.com/webpack/file-loader/commit/3b071f5))
|
12 | * **index:** don't append `outputPath` to the original `url` (`options.outputPath` `{Function}`) ([4c1ccaa](https://github.com/webpack/file-loader/commit/4c1ccaa))
|
13 | * **index:** normalize and concat paths via `path.join()` ([26e47ca](https://github.com/webpack/file-loader/commit/26e47ca))
|
14 |
|
15 |
|
16 |
|
17 | <a name="1.1.7"></a>
|
18 | ## [1.1.7](https://github.com/webpack/file-loader/compare/v1.1.6...v1.1.7) (2018-02-19)
|
19 |
|
20 |
|
21 | ### Bug Fixes
|
22 |
|
23 | * **index:** don't concat `options.outputPath` and `options.publicPath` ([#246](https://github.com/webpack/file-loader/issues/246)) ([98bf052](https://github.com/webpack/file-loader/commit/98bf052))
|
24 |
|
25 |
|
26 |
|
27 | <a name="1.1.6"></a>
|
28 | ## [1.1.6](https://github.com/webpack/file-loader/compare/v1.1.5...v1.1.6) (2017-12-16)
|
29 |
|
30 |
|
31 | ### Bug Fixes
|
32 |
|
33 | * rootContext compatibility fix for legacy / v4 (#237) ([1e4b7cf](https://github.com/webpack/file-loader/commit/1e4b7cf)), closes [#237](https://github.com/webpack/file-loader/issues/237)
|
34 |
|
35 |
|
36 |
|
37 | <a name="1.1.5"></a>
|
38 | ## [1.1.5](https://github.com/webpack/file-loader/compare/v1.1.4...v1.1.5) (2017-10-05)
|
39 |
|
40 |
|
41 | ### Bug Fixes
|
42 |
|
43 | * **schema:** allow `name` to be a `{Function}` (`options.name`) ([#216](https://github.com/webpack/file-loader/issues/216)) ([fbfb160](https://github.com/webpack/file-loader/commit/fbfb160))
|
44 |
|
45 |
|
46 |
|
47 | <a name="1.1.4"></a>
|
48 | ## [1.1.4](https://github.com/webpack/file-loader/compare/v1.1.3...v1.1.4) (2017-09-30)
|
49 |
|
50 |
|
51 | ### Bug Fixes
|
52 |
|
53 | * **index:** revert to CJS exports ([#212](https://github.com/webpack/file-loader/issues/212)) ([f412b3e](https://github.com/webpack/file-loader/commit/f412b3e))
|
54 |
|
55 |
|
56 |
|
57 | <a name="1.1.3"></a>
|
58 | ## [1.1.3](https://github.com/webpack/file-loader/compare/v1.1.2...v1.1.3) (2017-09-30)
|
59 |
|
60 |
|
61 |
|
62 | <a name="1.1.2"></a>
|
63 | ## [1.1.2](https://github.com/webpack/file-loader/compare/v1.1.1...v1.1.2) (2017-09-30)
|
64 |
|
65 |
|
66 | ### Bug Fixes
|
67 |
|
68 | * **cjs:** export `raw` value ([#183](https://github.com/webpack/file-loader/issues/183)) ([daeff0e](https://github.com/webpack/file-loader/commit/daeff0e))
|
69 |
|
70 |
|
71 |
|
72 | <a name="1.1.1"></a>
|
73 | ## [1.1.1](https://github.com/webpack/file-loader/compare/v1.1.0...v1.1.1) (2017-09-30)
|
74 |
|
75 |
|
76 | ### Bug Fixes
|
77 |
|
78 | * **schema:** allow `additionalProperties` ([#207](https://github.com/webpack/file-loader/issues/207)) ([cf7c85a](https://github.com/webpack/file-loader/commit/cf7c85a))
|
79 |
|
80 |
|
81 |
|
82 | <a name="1.1.0"></a>
|
83 | # [1.1.0](https://github.com/webpack/file-loader/compare/v1.0.0...v1.1.0) (2017-09-29)
|
84 |
|
85 |
|
86 | ### Features
|
87 |
|
88 | * add `options` validation (`schema-utils`) ([#184](https://github.com/webpack/file-loader/issues/184)) ([696ca77](https://github.com/webpack/file-loader/commit/696ca77))
|
89 |
|
90 |
|
91 |
|
92 | <a name="1.0.0"></a>
|
93 | # [1.0.0](https://github.com/webpack/file-loader/compare/v1.0.0-rc.0...v1.0.0) (2017-07-26)
|
94 |
|
95 |
|
96 | ### Bug Fixes
|
97 |
|
98 | * remove `=` from default export (`SyntaxError`) ([#178](https://github.com/webpack/file-loader/issues/178)) ([3fe2d12](https://github.com/webpack/file-loader/commit/3fe2d12))
|
99 |
|
100 |
|
101 | ### Code Refactoring
|
102 |
|
103 | * Upgrade to defaults 1.3.0 ([#170](https://github.com/webpack-contrib/file-loader/pull/170)) ([632ed72](https://github.com/webpack/file-loader/commit/acd6c2f))
|
104 | * Apply webpack-defaults ([#167](https://github.com/webpack/file-loader/issues/167)) ([632ed72](https://github.com/webpack/file-loader/commit/632ed72))
|
105 |
|
106 |
|
107 | ### BREAKING CHANGES
|
108 |
|
109 | * Enforces Webpack standard NodeJS engines range.
|
110 | at the time of merge `>= 4.3 < 5.0.0 || >= 5.10`.
|
111 |
|
112 |
|
113 |
|
114 | <a name="1.0.0-rc.0"></a>
|
115 | # [1.0.0-rc.0](https://github.com/webpack/file-loader/compare/v1.0.0-beta.1...v1.0.0-rc.0) (2017-07-26)
|
116 |
|
117 |
|
118 | ### Bug Fixes
|
119 |
|
120 | * remove `=` from default export (`SyntaxError`) ([#178](https://github.com/webpack/file-loader/issues/178)) ([3fe2d12](https://github.com/webpack/file-loader/commit/3fe2d12))
|
121 |
|
122 |
|
123 |
|
124 | <a name="1.0.0-beta.1"></a>
|
125 | # [1.0.0-beta.1](https://github.com/webpack/file-loader/compare/v1.0.0-beta.0...v1.0.0-beta.1) (2017-06-09)
|
126 |
|
127 | ### Code Refactoring
|
128 |
|
129 | * Upgrade to defaults 1.3.0 ([#170](https://github.com/webpack-contrib/file-loader/pull/170)) ([632ed72](https://github.com/webpack/file-loader/commit/acd6c2f))
|
130 |
|
131 |
|
132 | <a name="1.0.0-beta.0"></a>
|
133 | # [1.0.0-beta.0](https://github.com/webpack/file-loader/compare/v0.11.2...v1.0.0-beta.0) (2017-06-07)
|
134 |
|
135 |
|
136 | ### Code Refactoring
|
137 |
|
138 | * Apply webpack-defaults ([#167](https://github.com/webpack/file-loader/issues/167)) ([632ed72](https://github.com/webpack/file-loader/commit/632ed72))
|
139 |
|
140 |
|
141 | ### BREAKING CHANGES
|
142 |
|
143 | * Enforces Webpack standard NodeJS engines range.
|
144 | at the time of merge `>= 4.3 < 5.0.0 || >= 5.10`.
|
145 |
|
146 |
|
147 |
|
148 | <a name="0.11.2"></a>
|
149 | ## [0.11.2](https://github.com/webpack/file-loader/compare/v0.11.1...v0.11.2) (2017-06-05)
|
150 |
|
151 |
|
152 | ### Bug Fixes
|
153 |
|
154 | * **index:** allow to override publicPath with an empty string ([#145](https://github.com/webpack/file-loader/issues/145)) ([26ab81a](https://github.com/webpack/file-loader/commit/26ab81a))
|
155 | * init `publicPath` to undefined ([#159](https://github.com/webpack/file-loader/issues/159)) ([e4c0b2a](https://github.com/webpack/file-loader/commit/e4c0b2a))
|
156 |
|
157 |
|
158 |
|
159 | <a name="0.11.1"></a>
|
160 | ## [0.11.1](https://github.com/webpack/file-loader/compare/v0.11.0...v0.11.1) (2017-04-01)
|
161 |
|
162 |
|
163 | ### Bug Fixes
|
164 |
|
165 | * outputPath function overriden by useRelativePath ([#139](https://github.com/webpack/file-loader/issues/139)) ([80cdee2](https://github.com/webpack/file-loader/commit/80cdee2))
|
166 |
|
167 |
|
168 |
|
169 | <a name="0.11.0"></a>
|
170 | # [0.11.0](https://github.com/webpack/file-loader/compare/v0.10.1...v0.11.0) (2017-03-31)
|
171 |
|
172 |
|
173 | ### Features
|
174 |
|
175 | * Emit files with relative urls ([#135](https://github.com/webpack/file-loader/issues/135)) ([dbcd6cc](https://github.com/webpack/file-loader/commit/dbcd6cc))
|
176 |
|
177 |
|
178 |
|
179 | <a name="0.10.1"></a>
|
180 | ## [0.10.1](https://github.com/webpack/file-loader/compare/v0.10.0...v0.10.1) (2017-02-25)
|
181 |
|
182 |
|
183 | ### Bug Fixes
|
184 |
|
185 | * **getOptions:** deprecation warn in loaderUtils ([#129](https://github.com/webpack/file-loader/issues/129)) ([a8358a0](https://github.com/webpack/file-loader/commit/a8358a0))
|
186 |
|
187 |
|
188 |
|
189 | <a name="0.10.0"></a>
|
190 | # [0.10.0](https://github.com/webpack/file-loader/compare/v0.9.0...v0.10.0) (2017-01-28)
|
191 |
|
192 |
|
193 | ### Features
|
194 |
|
195 | * **resources:** specify custom public file name ([6833c70](https://github.com/webpack/file-loader/commit/6833c70))
|
196 |
|
197 |
|
198 |
|
199 | # Change Log
|
200 |
|
201 | 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.
|