All Versions
6
Latest Version
Avg Release Cycle
91 days
Latest Release
1430 days ago

Changelog History

  • v1.2.0 Changes

    May 24, 2020

    ๐Ÿš€ ๐Ÿ’ฅ This release includes breaking changes as follows:

    • Options.Skip(src path) function now returns (skip bool, err error)
      • If your Skip returns skip == true, we skip the src
      • If your Skip returns skip == false, we copy the src
      • If your Skip returns err != nil, we stop copying immediately.

    ๐Ÿ‘€ See https://pkg.go.dev/github.com/otiai10/copy?tab=doc#Options for more information.

  • v1.1.1

    March 07, 2020
  • v1.1.0 Changes

    March 06, 2020

    Options for

    • OnSymlink
    • Skip
  • v1.0.2

    September 13, 2019
  • v1.0.1

    February 27, 2019
  • v1.0.0

    February 25, 2019