Skip to content

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

2.0.0

23 Apr 17:37
7142cae
Compare
Choose a tag to compare

Breaking

  • Drop support for node<4

Added

1.0.2

07 Aug 09:14
6676008
Compare
Choose a tag to compare

Fixes

  • Fix TypeScript definition file (#22, thanks @hh10k)

1.0.1

06 Aug 08:06
1a90a7c
Compare
Choose a tag to compare

Fixes

  • Make require work without .default again (Fixes #20)

1.0.0

29 Jul 07:56
cfb0cda
Compare
Choose a tag to compare

Breaking

  • Rename filname to filepath, which makes much more sense

Added

  • A Changelog!
  • A first attempt to add typings
  • Tests for 100% coverage (#17)
  • outputPath option (#16, thanks @wadahiro)

Fixes

  • Fix wrong documentation

Internal

  • Centralise linting

0.0.1

27 Jul 14:46
Compare
Choose a tag to compare

Initial release

0.4.0

27 Jul 14:47
e9a39a1
Compare
Choose a tag to compare

Added

Internal

  • Lint the code on travis

0.3.0

27 Jul 14:46
fe2ccc3
Compare
Choose a tag to compare

Added

  • Add hash option to append a hash to the filename (#8, thanks @wadahiro)

Changed

  • Added a note in the readme regarding what version of html-webpack-plugin is
    needed

Internal

  • Use AirBnB ESLint config instead of Standard

0.2.0

27 Jul 14:46
f522f36
Compare
Choose a tag to compare

Added

  • Allow passing an array of files to the plugin (#6)

0.1.0

27 Jul 14:46
2df3e5d
Compare
Choose a tag to compare

Changed

  • Pass htmlPluginData to the callback (#5, thanks @RyanEwen)

0.0.3

27 Jul 14:46
Compare
Choose a tag to compare

Changed

  • Use html-webpack-plugin-before-html-generation as the event from
    html-webpack-plugin