All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
Latest version of this document will always be available on https://github.com/SimenB/add-asset-html-webpack-plugin/releases
- Replace
includeSourcemap
with a more genericincludeRelatedFiles
which support adding all sort of files, not just source maps
- Drop support for Node 4 and html-webpack-plugin@2
2.1.3 - 2018-03-03
- Webpack 4 compatibility
- Replace Bluebird with
p-each-series
- Replace
minimatch
withmicromatch
2.1.2 - 2017-09-15
- Fix TypeScript definition file
- Allows an array of options in the plugin constructor
- Added
files
property to options
2.1.1 - 2017-08-16
- Fix typo in readme (
filter
->files
)
2.1.0 - 2017-08-07
- Support globby string as filepath option (#78, thanks @Genuifx and @NumerHero)
2.0.1 - 2017-04-23
- Support only string as option to files
2.0.0 - 2017-04-23
- Drop support for
node<4
- Add
files
option- Allows you to only include a given asset in certain html files
- Ported from https://npm.im/html-webpack-include-assets-plugin
1.0.2 - 2016-08-07
- Fix TypeScript definition file (#22, thanks @hh10k)
1.0.1 - 2016-08-06
- Make
require
work without.default
again (Fixes #20)
1.0.0 - 2016-07-29
- Rename
filname
tofilepath
, which makes much more sense
- A Changelog!
- A first attempt to add typings
- Tests for 100% coverage (#17)
outputPath
option (#16, thanks @wadahiro)
- Fix wrong documentation
- Centralise linting
0.4.0 - 2016-07-21
publicPath
option (#9, thanks @wadahiro)
- Lint the code on travis
0.3.0 - 2016-07-15
- Add
hash
option to append a hash to the filename (#8, thanks @wadahiro)
- Added a note in the readme regarding what version of
html-webpack-plugin
is needed
- Use AirBnB ESLint config instead of Standard
0.2.0 - 2016-05-30
- Allow passing an array of files to the plugin (#6)
0.1.0 - 2016-05-28
- Pass
htmlPluginData
to the callback (#5, thanks @RyanEwen)
0.0.3 - 2016-03-17
- Use
html-webpack-plugin-before-html-generation
as the event fromhtml-webpack-plugin
0.0.2 - 2016-02-27
- A Changelog!
- Use
publicPath
from webpack config if available
- Fix URL to repo in package.json
0.0.1 - 2016-02-27
Initial release