Skip to content

Latest commit

 

History

History
245 lines (138 loc) · 7.07 KB

changelog.md

File metadata and controls

245 lines (138 loc) · 7.07 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

7.1.1 - 2021-07-08

  • Bump lodash for security concerns

7.1.0 - 2020-12-11

7.0.0 - 2020-12-11

  • Requires webpack 5 or greater as a peer dependency
  • Closes #322

6.1.2 - 2020-12-08

6.1.1 - 2020-12-03

  • Adds the includeDynamicImportedAssets option
  • Closes #313

6.1.0 - 2020-12-03

6.0.6 - 2020-12-02

  • Adds #311
  • Fixes issue where default path would not be set

6.0.5 - 2020-12-01

6.0.4 - 2020-11-13

  • Adds the includeAuxiliaryAssets option
  • Closes #302

6.0.2 - 2020-10-16

6.0.1 - 2020-10-15

  • Initial webpack 5 support
  • Versions going forward will support webpack 5 only

6.0.0

  • This release is deprecated.

5.1.2 - 2020-09-22

  • Add a new option to include assets that aren't in any chunk using the includeFilesWithoutChunk option.
  • Closes #204

5.1.1 - 2020-08-17

  • Allow more than one entry in includeManifest.
  • Closes #84

5.1.0 - 2020-08-17

  • Implements using more relaxed dependencies.
  • Fixes #240

5.0.5 - 2020-08-17

  • Plugin will now parse the .mjs file extension.

5.0.4 - 2020-08-14

5.0.3 - 2020-07-09

  • Bumps several dependencies.

5.0.2 - 2020-06-15

  • Fixes an error when keepInMemory was turn on.

5.0.1 - 2020-06-15

5.0.0 - 2020-06-11

  • Unfortunately must bump to v5 instead of v4 due to an old botched release that can't be unpublished
  • Major bump due to now requiring node 10
  • Maintains the same changes as 3.10.0, but properly warns when using an older version of node

3.10.0 - 2020-06-08 (Deprecated)

  • Updates several dependencies
  • Fixes #226

3.9.10 - 2019-02-28

3.9.9 - 2019-02-28

  • Adds the integrity option to add output from webpack-subresource-integrity to the json file
  • Fixes #63

3.9.8 - 2019-02-27

  • Dependency updates
  • Fixes #167

3.9.7 - 2018-10-04

  • Allow webpack 4 entrypoints chunks
  • Fixes #108

3.9.6 - 2018-08-20

3.9.5 - 2018-08-09

  • Adds the keepInMemory option to toggle whether you want the assets file generated when running in webpack-dev-server.

3.9.4 - 2018-08-08

  • Adds the includeAllFileTypes, and fileTypes options for controlling which files are included in the assets file.

3.9.3 - 2018-08-07

  • Fixes an issue where useCompilerPath wasn't correctly resolving the path.

3.9.2 - 2018-08-07

3.9.1 - 2018-08-06

  • useCompilerPath option to override path with webpack output path set in config.

3.9.0 - 2018-08-06

  • Now supports webpack 4 entries with multiple chunks. See #109 for details.
  • Use compiler.outputFileSystem for output.
  • Fixes #108, #111, and #92.

3.8.4 - 2018-06-20

Changed

  • No code changed. Purely for testing tagged releases on git.

3.8.3 - 2018-06-18

Changed

  • Package json was pointing to the wrong index file.

3.8.2 - 2018-06-18

Changed

  • Add babel to the build process.

3.8.1 - 2018-06-18

Changed

  • Support for listing the manifest entry first when manifestFirst option is set. See #66 for details.

3.8.0 - 2018-06-15

Changed

3.7.2 - 2018-06-14

Changed

  • Reduces npm package size #67

3.7.1 - 2018-06-13

Changed

  • Fixes a parsing error with the asset path introduced by the fix for #88

3.7.0 - 2018-06-13

Changed

  • Adds all assets to the manifest that aren't in a chunk (kudos to @Kronuz see #65)

3.6.3 - 2018-06-13

Changed

3.6.2 - 2018-06-13

Changed

  • Fixed incorrect concatination of asset file names and directory path see #88

3.6.1 - 2018-06-13

Changed

  • webpack-dev-server (which uses memory-fs) correctly generates the manifest inside the memory file system (kudos to @Kronuz see #90)

3.6.0 - 2018-05-29

Changed

3.5.1 - 2017-01-20

Fixed

  • Support for source maps when includeManifest option is set.

3.5.0 - 2016-10-21

Added

3.4.0 - 2016-03-09

Changed

  • Do not write to assets file if output hasn't changed.

3.2.0 - 2015-11-17

Added

  • processOutput option.

3.1.0 - 2015-10-24

Added

  • Config now accepts a fullPath option.