All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Bump lodash for security concerns
- Closes #327
- Requires webpack 5 or greater as a peer dependency
- Closes #322
- Closes #319
- Adds the
includeDynamicImportedAssets
option - Closes #313
- Closes #312
- Adds #311
- Fixes issue where default path would not be set
- Adds #310
- Adds the
includeAuxiliaryAssets
option - Closes #302
- Closes #279
- Initial webpack 5 support
- Versions going forward will support webpack 5 only
- This release is deprecated.
- Add a new option to include assets that aren't in any chunk using the
includeFilesWithoutChunk
option. - Closes #204
- Allow more than one entry in
includeManifest
. - Closes #84
- Implements using more relaxed dependencies.
- Fixes #240
- Plugin will now parse the
.mjs
file extension.
- Fixes #251
- Bumps several dependencies.
- Fixes an error when
keepInMemory
was turn on.
- Fixes #234
- 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
- Updates several dependencies
- Fixes #226
- Fixes #169
- Adds the
integrity
option to add output from webpack-subresource-integrity to the json file - Fixes #63
- Dependency updates
- Fixes #167
- Allow webpack 4 entrypoints chunks
- Fixes #108
- Fixes #125
- Adds the
keepInMemory
option to toggle whether you want the assets file generated when running inwebpack-dev-server
.
- Adds the
includeAllFileTypes
, andfileTypes
options for controlling which files are included in the assets file.
- Fixes an issue where
useCompilerPath
wasn't correctly resolving the path.
useCompilerPath
option to override path with webpack output path set in config.
Now supports webpack 4 entries with multiple chunks. See #109 for details.- Use compiler.outputFileSystem for output.
- Fixes #108, #111, and #92.
- No code changed. Purely for testing tagged releases on git.
- Package json was pointing to the wrong index file.
- Add babel to the build process.
- Support for listing the manifest entry first when
manifestFirst
option is set. See #66 for details.
- Reduces npm package size #67
- Fixes a parsing error with the asset path introduced by the fix for #88
- Add support for multiple files of the same extension (kudos to @aaronatmycujoo see #79 and @Kronuz see #64)
- Fixed incorrect concatination of asset file names and directory path see #88
- webpack-dev-server (which uses memory-fs) correctly generates the manifest inside the memory file system (kudos to @Kronuz see #90)
- webpack 4 support (kudos to @ztoben and @saveman71 see #89)
- Support for source maps when
includeManifest
option is set.
includeManifest
option (kudos to Matt Krick @mattkrick). See docs for more details.
- Do not write to assets file if output hasn't changed.
processOutput
option.
- Config now accepts a
fullPath
option.