6.9 KiB
6.9 KiB
Change Log
All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
7.0.0 - 2020-12-11
- Requires webpack 5 or greater as a peer dependency
- Closes #322
6.1.2 - 2020-12-08
- Closes #319
6.1.1 - 2020-12-03
- Adds the
includeDynamicImportedAssetsoption - Closes #313
6.1.0 - 2020-12-03
- Closes #312
6.0.6 - 2020-12-02
- Adds #311
- Fixes issue where default path would not be set
6.0.5 - 2020-12-01
- Adds #310
6.0.4 - 2020-11-13
- Adds the
includeAuxiliaryAssetsoption - Closes #302
6.0.2 - 2020-10-16
- Closes #279
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
includeFilesWithoutChunkoption. - 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
.mjsfile extension.
5.0.4 - 2020-08-14
- Fixes #251
5.0.3 - 2020-07-09
- Bumps several dependencies.
5.0.2 - 2020-06-15
- Fixes an error when
keepInMemorywas turn on.
5.0.1 - 2020-06-15
- Fixes #234
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
- Fixes #169
3.9.9 - 2019-02-28
- Adds the
integrityoption 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
- Fixes #125
3.9.5 - 2018-08-09
- Adds the
keepInMemoryoption to toggle whether you want the assets file generated when running inwebpack-dev-server.
3.9.4 - 2018-08-08
- Adds the
includeAllFileTypes, andfileTypesoptions for controlling which files are included in the assets file.
3.9.3 - 2018-08-07
- Fixes an issue where
useCompilerPathwasn't correctly resolving the path.
3.9.2 - 2018-08-07
3.9.1 - 2018-08-06
useCompilerPathoption 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
manifestFirstoption 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
3.6.3 - 2018-06-13
Changed
- Add support for multiple files of the same extension (kudos to @aaronatmycujoo see #79 and @Kronuz see #64)
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
- webpack 4 support (kudos to @ztoben and @saveman71 see #89)
3.5.1 - 2017-01-20
Fixed
- Support for source maps when
includeManifestoption is set.
3.5.0 - 2016-10-21
Added
includeManifestoption (kudos to Matt Krick @mattkrick). See docs for more details.
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
processOutputoption.
3.1.0 - 2015-10-24
Added
- Config now accepts a
fullPathoption.