v0.10.0
incompatible changes
Errors
ErrBackupFsNoSymlink
: removedErrBaseFsNoSymlink
: removedErrNoSymlink
: removed
Interfaces
File
: changed from github.com/spf13/afero.File to FileLinkOwner
: removed
Structs
BackupFs
: renamed toBackupFS
HiddenFs
: renamed toHiddenFS
HiddenFsFile
: removedPrefixFs
: renamed toPrefixFS
VolumeFs
: renamed toVolumeFS
Functions
NewBackupFs
: renamed toNewBackupFS
NewBackupFsWithVolume
: renamed toNewBackupFSWithVolume
NewHiddenFs
: renamed toNewHiddenFS
NewPrefixFs
: renamed toNewPrefixFS
NewVolumeFs
: renamed toNewVolumeFS
compatible changes
Interfaces
FS
: addedSymlinker
: added
Structs
OSFS
: added
Functions
IterateDirTree
: added
NewOSFS
: added
TempDir
: added
Walk
: added
What's Changed
- Bump github.com/spf13/afero from 1.9.5 to 1.10.0 by @dependabot in #26
- Bump github.com/spf13/afero from 1.10.0 to 1.11.0 by @dependabot in #27
- Bump github/codeql-action from 2 to 3 by @dependabot in #29
- Bump actions/setup-go from 4 to 5 by @dependabot in #28
- Bump codecov/codecov-action from 3 to 4 by @dependabot in #30
- Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #31
- feat: remove afero dependency, only support os filesystems by @jxsl13 in #32
- make id functions private by @jxsl13 in #33
New Contributors
Full Changelog: v0.9.4...v0.10.0