Skip to content

Releases: webpack-contrib/html-loader

v1.0.0-alpha.0

06 Feb 03:40
Compare
Choose a tag to compare
v1.0.0-alpha.0 Pre-release
Pre-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

v0.5.5

17 Jan 16:57
Compare
Choose a tag to compare

2018-01-17

Bug Fixes

  • index: don't prepend ./ to the URL on interpolate=require (options.interpolate) (#165) (9515410)

v0.5.4

05 Jan 06:08
Compare
Choose a tag to compare

2018-01-05

Bug Fixes

  • ignore attribute if mailto: is present (#145) (4b13d4c)
  • index: escape double quotes correctly (options.interpolate) (#154) (1ef5de4)

v0.5.1

08 Oct 23:57
Compare
Choose a tag to compare

2017-08-08

Bug Fixes

  • Support for empty tags in tag:attribute matching (#133) (6efa6de)

v0.5.0

26 Jul 20:39
Compare
Choose a tag to compare

2017-07-26

Features

  • add support for empty tags in tag:attribute matching (#129) (70370dc)

v0.4.5

24 Feb 18:27
Compare
Choose a tag to compare

2017-02-24

Bug Fixes

  • package: fix loader util deprecation warning (#114) (5e12be4)

v0.4.3

15 Feb 21:16
Compare
Choose a tag to compare
0.4.3

v0.4.2

15 Feb 09:52
Compare
Choose a tag to compare
0.4.2

v0.4.1

15 Feb 08:51
Compare
Choose a tag to compare
0.4.1