Releases: shellscape/webpack-manifest-plugin
Releases · shellscape/webpack-manifest-plugin
v5.0.0
v4.1.1
This is a corrective release that resolves a bad npm pack
step which affected v4.1.0.
v4.1.0
Bugfixes
Features
- feat: Added ability to adjust plugin processAssets hook stage (#262)
Updates
- docs: fix typo in documentation for seed option (#285)
New Contributors
- @MoyuScript made their first contribution in #277
- @m1heng made their first contribution in #282
- @kamalaknn made their first contribution in #285
- @tomlagier made their first contribution in #263
v4.0.0
Breaking Changes
This package now requires Node v12+. It also ships with TypeScript definitions, which differ from the third party @types/webpack-manifest-plugin
package.
Bugfixes
- fix: add webpack v5 to peerDeps (#271)
Updates
- docs: add info about webpack-clean and wds
- refactor: use typescript (#272)
v3.2.0
v3.1.1
v3.1.0
v3.0.0
Breaking Changes
- chore!: update the codebase, documentation, metadata, tests (#223)
This package now requires an Active LTS Node version (v10.0.0+) and Webpack v4.44.0+.
Bugfixes
- fix(v5): webpack v5 compatibility
- fix(v5): check for chunks before checking length. re: #224
- fix: use SyncWaterfallHook for beforeEmit
- fix(v5): add ids: true to stats
- fix: read publicPath from stats to handle [hash] (#215)
Features
- feat: fallback to asset.info.sourceFilename (#227)
- feat: useEntryKeys option
- feat: beforeEmit hook, add hook documentation
- feat: removeKeyHash option. fixes #210
Updates
- test: improve removeKeyHash test snapshots
- test: replace svgr with @svgr/webpack
- docs: fix require for current version
- docs: update generate option signature. supercedes #182
- docs: update sort option parameter types (#218)
Known Issues
- When using a non-js entrypoint (e.g.
entry.txt
) Webpack v5 will assign a chunk named asmain.txt
as well as an asset instats
namedentry.txt
, with both appearing in the resulting manifest. This appears to be a bug in Webpack v5 with no current workaround.
v2.1.0
v2.0.0
BREAKING CHANGES:
- Drop support for node 0.10, 0.12, 4 43b48f1
- Drop support for webpack 1 43b48f1
basePath
is not ignored whenpublicPath
is used #74basePath
is only modifying manifest keys #74- add extra keys to manifest when using copy-webpack-plugin 4cb95ce
- paths are using the linux path separator even on windows #78
stripStr
option was removed #83cache
option was renamedseed
a3db580reduce
option was replaced bygenerate
option #90- keys are not sorted anymore ae03fbd
- When using multiple instance of the plugin, the manifest night not be generated after the
emit
event: #134
fixes:
- paths are consistent from os to os #78
- manifest is reset before each emit(unless
seed
options is used): #140
features: