Releases: vladshcherbin/rollup-plugin-copy
Releases · vladshcherbin/rollup-plugin-copy
3.5.0
3.4.0
- Pass
src
path torename
function - Pass
filename
totransform
function - Improve typescript types
3.3.0
- Add
transform
option to modify file contents - Add rename and transform flags (R, T) in
verbose
mode
3.2.1
- Update typescript types
3.2.0
- Add
flatten
option to preserve folder structure - Update dependencies
3.1.0
- Update
globby
dependency to 10, should work faster - Update other dependencies
- Add more examples
- Clarify
hook
option description
3.0.0
Breaking
- Rework and simplify
targets
option. It accepts an array of objects as targets - Remove
outputFolder
option. Use target'sdest
property instead - Remove useless
warnOnNonExist
option
New features
- Add glob support
- Add copy once feature, useful in watch mode
- Add typescript types
Other
- Update messages
- Update dependencies
2.0.1
- Switch from parallel to sequential copying to prevent race conditions
2.0.0
Breaking
- Make
outputFolder
option required whentargets
is an array - Use
buildEnd
hook instead ofgenerateBundle
so that plugin won't run multiple times if rollupoutput
is an array
New features
- Add
hook
option to set rollup hook which plugin should use
Other
- Update minimum node version from 8 to 8.3
- Add node 12 to testing
- Update dependencies
1.1.0
- Add multiple destination support