Skip to content

Releases: SimenB/add-asset-html-webpack-plugin

v3.1.2

31 Oct 09:04
08ace07
Compare
Choose a tag to compare

3.1.2 (2018-10-31)

Bug Fixes

  • add webpack to peer dependencies (08ace07), closes #141

v3.1.1

13 Oct 14:12
6f74d9c
Compare
Choose a tag to compare

3.1.1 (2018-10-13)

Bug Fixes

v3.1.0

13 Oct 14:02
cfb247a
Compare
Choose a tag to compare

3.1.0 (2018-10-13)

Features

v3.0.1

16 Sep 19:59
8aa4e25
Compare
Choose a tag to compare

3.0.1 (2018-09-16)

Bug Fixes

3.0.0

15 Sep 23:09
52ddf06
Compare
Choose a tag to compare

Breaking changes

  • Drop Node 4
  • Drop webpack-html-plugin@2 and webpack@3

Features

  • Replace includeSourcemap with a more generic includeRelatedFiles which
    support adding all sort of files, not just source maps

Changed

  • Drop support for Node 4 and html-webpack-plugin@2

2.1.3

03 Mar 08:59
f3b0ea4
Compare
Choose a tag to compare

Fixes

  • Webpack 4 compatibility

Changed

  • Replace Bluebird with p-each-series
  • Replace minimatch with micromatch

2.1.2

15 Sep 10:38
4314474
Compare
Choose a tag to compare

Fixes

  • Fix TypeScript definition file
    • Allows an array of options in the plugin constructor
    • Added files property to options

2.1.1

16 Aug 12:00
307bf37
Compare
Choose a tag to compare

Fixes

  • Fix typo in readme (filter -> files)

2.1.0

07 Aug 17:56
f076be7
Compare
Choose a tag to compare

Added

  • Support globby string as filepath option (#78, thanks @Genuifx and @NumerHero)

2.0.1

23 Apr 17:37
fc4c4f0
Compare
Choose a tag to compare

Fixes

  • Support only string as option to files