All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
14.0.0 (2026-03-02)
- update
serialize-javascriptto fix security problems
13.0.1 (2025-08-12)
13.0.0 (2025-02-27)
For more information please visit tinyglobby.
The breaking change only affects the developer who used these options - gitignore and ignoreFiles in the globOptions option.
Please migrate to the ignore option.
- concurrency option is limited to files now (#796) (d42469c)
- the order of patterns provided by the developer is respected
12.0.2 (2024-01-17)
12.0.1 (2024-01-11)
12.0.0 (2024-01-10)
11.0.0 (2022-05-17)
- minimum supported
Node.jsversion is14.15.0
10.2.4 (2022-01-31)
10.2.3 (2022-01-29)
- async
tosupport (fd095fb)
10.2.2 (2022-01-28)
10.2.1 (2022-01-20)
10.2.0 (2021-12-16)
- removed cjs wrapper and generated types in commonjs format (
export =andnamespacesused in types), now you can directly use exported types (#654) (5901006)
10.1.0 (2021-12-10)
10.0.0 (2021-11-17)
- minimum supported
Node.jsversion is12.20.0 - update
globbyto12.0.2version
9.1.0 (2021-11-11)
- compatibility with Node.js 17 (20af0c7)
9.0.1 (2021-06-25)
- update
serialize-javascript
9.0.0 (2021-05-21)
- minimum supported
Node.jsversion is12.13.0
8.1.1 (2021-04-06)
8.1.0 (2021-03-22)
8.0.0 (2021-03-04)
- logic for some placeholders was changed:
[hash]and[fullhash]works as in webpack (i.e. it ishashof build, not content hash of file), to migrate change[name].[hash].[ext]to[name].[contenthash][ext][ext]doesn't require.(dot) before, i.e. change[name].[ext]to[name][ext][<hashType>:contenthash:<digestType>:<length>]and[<hashType>:hash:<digestType>:<length>]is not supported anymore, you can useoutput.hashDigest,output.hashDigestLengthandoutput.hashFunctionoptions to setup it[N]was removed in favor of using thetooption as a function[folder]was removed[emoji]was removed
7.0.0 (2020-12-10)
- minimum supported webpack version is
5 - the
flattenoption was removed in favor[name].[ext]value for thetooption, - the
transformPathoption was removed in favorFunctiontype of thetooption, look at examples - the
cacheTransformoption was removed in favorObjecttype of thetransformoption, look at examples - migration on the
compilation.hooks.processAssetshook - empty filtered paths throw an error, you can disable this behaviour using the
noErrorOnMissingoption
6.4.0 (2020-12-07)
6.3.2 (2020-11-19)
6.3.1 (2020-11-13)
6.3.0 (2020-11-03)
- added the
sourceFilenameinfo (original source filename) to assets info (#542) (db2e3bf) - persistent cache between compilations (webpack@5 only) (#541) (c892451)
6.2.1 (2020-10-09)
- update
schema-utils
6.2.0 (2020-10-02)
6.1.1 (2020-09-18)
- updated
serialize-javascript
6.1.0 (2020-08-31)
- added
filteroption (#524) (1496f85) - added the
copiedflag to asset info (09b1dc9) - added the
immutableflag to asset info with hash in name (#525) (a1989d5) - webpack@5: improve stats output for
copiedfiles
6.0.4 (2020-08-29)
6.0.3 (2020-06-30)
- do not execute on a child compiler (42f27c7)
6.0.2 (2020-06-03)
- security problem
- compatibility with
10.13version of Node.js
6.0.1 (2020-05-16)
- concurrency writing assets (#484) (bfc712d)
- escaping special characters in the
contextoption (0e62695)
6.0.0 (2020-05-15)
- minimum supported Node.js version is
10.13, - the plugin now accepts an object, you should change
new CopyPlugin(patterns, options)tonew CopyPlugin({ patterns, options }) - migrate on
compilation.additionalAssetshook - the
ignoreoption (which accepted micromatch syntax) was removed in favorglobOptions.ignore(which accepts fast-glob pattern-syntax) - the
testoption was removed in favor thetransformPathoption - the
cacheoption was renamed to thecacheTransformoption,cacheTransformoption should have onlydirectoryandkeysproperties when it is an object - global
contextandignoreoptions were removed in favorpatten.contextandpattern.globOptions.ignoreoptions - the missing file error is now an error, before it was a warning
- the
fromoption now can only be a string, if you use{ from: { glob: 'directory/**', dot: false } }changed it to{ from: 'directory/**', globOptions: { dot: false } } - the
copyUnmodifiedwas removed without replacements - the
2version ofwebpack-dev-serveris not supported anymore - the
logLevelwas removed in favor theinfrastructureLogging.leveloption, please read the documentation
- implement the
concurrencyoption (#466) (c176d7d) - implement the
directoryoption for thecacheTransformoption (29254e3) - implement the
noErrorOnMissingoption (#475) (e3803ce) - migrate on webpack built-in logger (#446) (5af02bc)
5.1.1 (2019-12-12)
5.1.0 (2019-12-09)
- better to determine when glob is used (4826e56)
5.0.5 (2019-11-06)
- improvements for webpack@5
5.0.4 (2019-07-26)
5.0.3 (2019-04-24)
5.0.2 (2019-03-22)
- add fallback to transform cache directory (#361) (05963eb)
- better determinate template in
tooption (#363) (52f8be6) - emit errors instead throw (#362) (3946473)
- watch on windows (#359) (eaf4306)
5.0.1 (2019-03-11)
5.0.0 (2019-02-20)
- copy only modified files when you use patterns with difference
toand samecontext(#341) (e808aa2) - handle
[contenthash]as template (#328) (61dfe52) - handles when you add new files in watch mode and use
glob(#333) (49a28f0) - normalize path segment separation, no problems when you mixed
/and\\(#339) (8f5e638) - throw error if
fromis an empty string #278 (#285) (adf1046)
- emit warning instead error if file doesn't exist (#338) (a1c5372)
- supports copy nested directories/files in symlink (#335) (f551c0d)
- drop support for webpack < 4
- drop support for node < 6.9
debugoption was renamed tologLevel, it only accepts string values:trace,debug,info,warn,errorandsilent- plugin emit warning instead error if file doesn't exist
- change
prototypeof plugin, now you can to get correct plugin name
4.6.0 (2018-10-31)
4.5.4 (2018-10-18)
- processPattern: don't add
'glob'as directory when it is a file (contextDependencies) (#296) (5670926)
4.5.3 (2018-10-10)
4.5.2 (2018-06-26)
4.5.1 (2018-03-09)
4.5.0 (2018-03-02)
4.4.3 (2018-03-01)
4.4.2 (2018-02-23)
4.4.1 (2018-02-08)
4.4.0 (2018-02-08)
- package: add
preparescript (9bf0d99) - preProcessPatterns: support glob context paths with special characters (#208) (ea0c05f)
- support
webpack >= v4.0.0(6a16b3c)
4.3.1 (2017-12-22)
4.3.0 (2017-12-14)
- add option to cache
pattern.transform(pattern.cache) (#176) (20c143b) - option for caching
transformfunction (48c19ff)
4.2.4 (2017-12-14)
4.2.3 (2017-11-23)
4.2.2 (2017-11-23)
4.2.0 (2017-10-19)
- add
contextoption (options.context) (#149) (10cd1a2) - allow async transforms (#111) (8794e5f)
- Plugin context option (5c54e92), closes #148
- support
{String}patterns (#155) (b6c2e66) - Support simple string patterns (056a60b), closes #150
4.1.1 (2017-10-05)
4.1.0 (2017-09-29)
- Changed default ignore glob to ignore dot files (#80) (08b69a4)
- Fixed glob as object (1b2c21a)
- Improved Windows compatibility (#85) (ad62899)
- Memory leak in watch mode and use Set for performance (#130) (de46fde)
- subdirectory errors in blob patterns (c2720d0)
4.0.1 (2017-09-29)
- Fixed glob as object (1b2c21a)
- Improved Windows compatibility (#85) (ad62899)
- subdirectory errors in blob patterns (c2720d0)
4.0.0 (2016-10-23)
- Added transform method to patterns (6371eb1)