v3.0.0
Release Notes
This release is mainly to make all current features available.
New Features
- File system watching
- Added
workingDirectory
toProcess
- Added
createFile(_:)
create(_:)
methods toPath
andFile
- Added reading and writing for
File
withNSData
type - Added grep operations for
TextFile
- Added
init(groupIdentifier:)
toPath
- Added additional static paths
- Added
/
operator for appending paths - Hard linking files
Changes
- Renamed
AllArray
andAllNames
inFileSystemEventFlags
toallFlags
andallFlagNames
. - Changed returned description and debug description strings for
FileSystemEventFlags
- Now contains the name of the type
FileSystemEventStream
is nowprivate
- Removed global
NSFileManager
forPath
- Each
Path
instance now has afileManagerDelegate
- Each
- Expanded name abbreviations
- "CGD" -> "Dispatch"
Fixes
readFromPath
forNSData
now actually returns the contents- Fixed
commonAncestor(_:)
method forPath