- add support relative paths for output
- changed output key to encoded html string in stats file
- Fix
statsEncodeHtml
option handle
- Add
statsEncodeHtml
option for encoding html string to entities in stats file
- statsFilename can be absolute path
- Add output option
- Add prefix option
- Updated dependencies
- Removed config.path option
- Add webpack 4 support
- Update tests for webpack 4 compatibility
- Update dependencies
- Update dependencies
- Update tests
- Cleanup, refactoring
- Remove prefix from parameters. See config.path of
favicons
package - Add new testcase
- Bugfixes
- Fix caching, update tests
- Cleanup code, refactoring
- webpack 4 support with backwards compatibility
- Drop old version node
- Add eslint, prettier
- Cleanup and refactoring
- Change api
- Add full-based favicons config
- Fix filenames with empty
prefix
- Renamed to
app-manifest-webpack-plugin
- Add support for Webpack 4
- Inject generated HTML to end of head
- Add support for
devtool: 'eval'
- Invalidate cache on plugin version change
- Add persistent caching to generate the favicons only once
- Rename filename option to statsFilename
- Add emitStats option (set to false by default)
- the stats file isn't generated by default anymore
- Fix typos
- Initial release