Skip to content

Commit

Permalink
chore(release): 1.0.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-ciniawsky committed Feb 6, 2018
1 parent 44a3276 commit 337cc4a
Show file tree
Hide file tree
Showing 3 changed files with 1,285 additions and 834 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,32 @@

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.

<a name="1.0.0-alpha.0"></a>
# [1.0.0-alpha.0](https://github.com/webpack-contrib/html-loader/compare/v0.5.5...v1.0.0-alpha.0) (2018-02-06)


### Code Refactoring

* apply `webpack-defaults` ([#134](https://github.com/webpack-contrib/html-loader/issues/134)) ([4f28e16](https://github.com/webpack-contrib/html-loader/commit/4f28e16))


### Features

* **index:** add `<import src="./file.html">` (HTML Imports) support (`options.import`) ([b8ec2d4](https://github.com/webpack-contrib/html-loader/commit/b8ec2d4))
* **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))
* **index:** add `options` validation (`schema-utils`) ([6a52f85](https://github.com/webpack-contrib/html-loader/commit/6a52f85))
* **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))
* **index:** add asset resolving (HTML URLs) support (`options.url`) ([82e094b](https://github.com/webpack-contrib/html-loader/commit/82e094b))
* **index:** use `posthtml` for HTML processing ([ac18b3d](https://github.com/webpack-contrib/html-loader/commit/ac18b3d))


### BREAKING CHANGES

* requires `node >= v6.0.0`
* requires `webpack >= v3.0.0`



<a name="0.5.5"></a>
## [0.5.5](https://github.com/webpack-contrib/html-loader/compare/v0.5.4...v0.5.5) (2018-01-17)

Expand Down

0 comments on commit 337cc4a

Please sign in to comment.