Skip to content

v1.0.0-alpha.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@michael-ciniawsky michael-ciniawsky released this 06 Feb 03:40
· 227 commits to master since this release
npm i -D html-loader@next

2018-02-06

Code Refactoring

Features

  • index: add <import src="./file.html"> (HTML Imports) support (options.import) (b8ec2d4)
  • index: add <import> filter support (options.import) (#163) (6da1dce)
  • index: add options validation (schema-utils) (6a52f85)
  • index: add url filter support (options.url) (#162) (9e3871f)
  • index: add asset resolving (HTML URLs) support (options.url) (82e094b)
  • index: use posthtml for HTML processing (ac18b3d)

BREAKING CHANGES

  • requires node >= v6.0.0
  • requires webpack >= v3.0.0