Skip to content

Latest commit

 

History

History
64 lines (39 loc) · 2.07 KB

CHANGELOG.md

File metadata and controls

64 lines (39 loc) · 2.07 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[6.0.0] - 2022-04-29

  • Breaking Package for better consumption from CommonJS or ECMAScript modules. The v5 changes did not behave as expected, we expect these changes to work well for both CJS and ESM consumers.

5.0.0 - 2021-12-30

Changed

  • Breaking Package for better consumption from ECMAScript modules. CommonJS consumers must now require('webpack-web-app-manifest-plugin').default to access the plugin.

Removed

  • Drop support for Node.js < 12 (current LTS maintenance release).

4.0.1 - 2021-09-07

Added

  • Document support for webpack 5 asset modules.

4.0.0 - 2021-08-09

Added

Changed

  • Support webpack version 5 or greater. Drop support for webpack < 5.