Skip to content

Releases: vladshcherbin/rollup-plugin-copy

3.5.0

02 Sep 11:08
Compare
Choose a tag to compare
  • Add copySync option

3.4.0

18 Feb 17:08
Compare
Choose a tag to compare
  • Pass src path to rename function
  • Pass filename to transform function
  • Improve typescript types

3.3.0

22 Jan 22:21
Compare
Choose a tag to compare
  • Add transform option to modify file contents
  • Add rename and transform flags (R, T) in verbose mode

3.2.1

18 Jan 04:04
Compare
Choose a tag to compare
  • Update typescript types

3.2.0

16 Jan 19:11
Compare
Choose a tag to compare
  • Add flatten option to preserve folder structure
  • Update dependencies

3.1.0

25 Jul 18:56
Compare
Choose a tag to compare
  • Update globby dependency to 10, should work faster
  • Update other dependencies
  • Add more examples
  • Clarify hook option description

3.0.0

10 Jun 23:52
Compare
Choose a tag to compare

Breaking

  • Rework and simplify targets option. It accepts an array of objects as targets
  • Remove outputFolder option. Use target's dest 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

04 May 11:10
Compare
Choose a tag to compare
  • Switch from parallel to sequential copying to prevent race conditions

2.0.0

02 May 06:14
Compare
Choose a tag to compare

Breaking

  • Make outputFolder option required when targets is an array
  • Use buildEnd hook instead of generateBundle so that plugin won't run multiple times if rollup output 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

10 Apr 15:41
Compare
Choose a tag to compare
  • Add multiple destination support