Skip to content
This repository was archived by the owner on Mar 17, 2021. It is now read-only.

Commit 40a206e

Browse files
chore(release): 3.0.0
1 parent 269d3fb commit 40a206e

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
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="3.0.0"></a>
6+
# [3.0.0](https://github.com/webpack-contrib/file-loader/compare/v2.0.0...v3.0.0) (2018-12-20)
7+
8+
9+
### Code Refactoring
10+
11+
* drop support for webpack < 4 ([#303](https://github.com/webpack-contrib/file-loader/issues/303)) ([203a4ee](https://github.com/webpack-contrib/file-loader/commit/203a4ee))
12+
* more validations in `options` schema
13+
14+
15+
### Features
16+
17+
* `resourcePath` is now available in `outputPath` and `publicPath` ([#304](https://github.com/webpack-contrib/file-loader/issues/304)) ([0d66e64](https://github.com/webpack-contrib/file-loader/commit/0d66e64))
18+
* `context` is now available in `outputPath` and `publicPath` ([#305](https://github.com/webpack-contrib/file-loader/issues/305)) ([d5eb823](https://github.com/webpack-contrib/file-loader/commit/d5eb823))
19+
20+
21+
### BREAKING CHANGES
22+
23+
* removed the `useRelativePath` option. It is dangerously and break url when you use multiple entry points.
24+
* drop support for webpack < 4
25+
26+
27+
528
<a name="2.0.0"></a>
629
# [2.0.0](https://github.com/webpack-contrib/file-loader/compare/v1.1.11...v2.0.0) (2018-08-21)
730

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": "file-loader",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "A file loader module for webpack",
55
"license": "MIT",
66
"repository": "webpack-contrib/file-loader",

0 commit comments

Comments
 (0)