Skip to content

Latest commit

 

History

History
102 lines (59 loc) · 1.47 KB

CHANGELOG.md

File metadata and controls

102 lines (59 loc) · 1.47 KB

1.1.3

  • add support relative paths for output

1.1.2

  • changed output key to encoded html string in stats file

1.1.1

  • Fix statsEncodeHtml option handle

1.1.0

  • Add statsEncodeHtml option for encoding html string to entities in stats file

1.0.0

  • statsFilename can be absolute path
  • Add output option
  • Add prefix option
  • Updated dependencies
  • Removed config.path option

0.2.0

  • Add webpack 4 support
  • Update tests for webpack 4 compatibility
  • Update dependencies

0.1.5

  • Update dependencies
  • Update tests
  • Cleanup, refactoring

0.1.4

  • Remove prefix from parameters. See config.path of favicons package
  • Add new testcase
  • Bugfixes

0.1.3

  • Fix caching, update tests

0.1.2

  • Cleanup code, refactoring
  • webpack 4 support with backwards compatibility

0.1.1

  • Drop old version node
  • Add eslint, prettier
  • Cleanup and refactoring

0.1.0

  • Change api
  • Add full-based favicons config
  • Fix filenames with empty prefix
  • Renamed to app-manifest-webpack-plugin

0.0.8

  • Add support for Webpack 4

0.0.7

  • Inject generated HTML to end of head

0.0.6

  • Add support for devtool: 'eval'

0.0.5

  • Invalidate cache on plugin version change

0.0.4

  • Add persistent caching to generate the favicons only once

0.0.3

  • Rename filename option to statsFilename
  • Add emitStats option (set to false by default)

BREAKING CHANGE

  • the stats file isn't generated by default anymore

0.0.2

  • Fix typos

0.0.1

  • Initial release