Skip to content

Commit 337cc4a

Browse files
chore(release): 1.0.0-alpha.0
1 parent 44a3276 commit 337cc4a

File tree

3 files changed

+1285
-834
lines changed

3 files changed

+1285
-834
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
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="1.0.0-alpha.0"></a>
6+
# [1.0.0-alpha.0](https://github.com/webpack-contrib/html-loader/compare/v0.5.5...v1.0.0-alpha.0) (2018-02-06)
7+
8+
9+
### Code Refactoring
10+
11+
* apply `webpack-defaults` ([#134](https://github.com/webpack-contrib/html-loader/issues/134)) ([4f28e16](https://github.com/webpack-contrib/html-loader/commit/4f28e16))
12+
13+
14+
### Features
15+
16+
* **index:** add `<import src="./file.html">` (HTML Imports) support (`options.import`) ([b8ec2d4](https://github.com/webpack-contrib/html-loader/commit/b8ec2d4))
17+
* **index:** add `<import>` filter support (`options.import`) ([#163](https://github.com/webpack-contrib/html-loader/issues/163)) ([6da1dce](https://github.com/webpack-contrib/html-loader/commit/6da1dce))
18+
* **index:** add `options` validation (`schema-utils`) ([6a52f85](https://github.com/webpack-contrib/html-loader/commit/6a52f85))
19+
* **index:** add `url` filter support (`options.url`) ([#162](https://github.com/webpack-contrib/html-loader/issues/162)) ([9e3871f](https://github.com/webpack-contrib/html-loader/commit/9e3871f))
20+
* **index:** add asset resolving (HTML URLs) support (`options.url`) ([82e094b](https://github.com/webpack-contrib/html-loader/commit/82e094b))
21+
* **index:** use `posthtml` for HTML processing ([ac18b3d](https://github.com/webpack-contrib/html-loader/commit/ac18b3d))
22+
23+
24+
### BREAKING CHANGES
25+
26+
* requires `node >= v6.0.0`
27+
* requires `webpack >= v3.0.0`
28+
29+
30+
531
<a name="0.5.5"></a>
632
## [0.5.5](https://github.com/webpack-contrib/html-loader/compare/v0.5.4...v0.5.5) (2018-01-17)
733

0 commit comments

Comments
 (0)