v3.0.0
Release Notes
This release is mainly to make all current features available.
New Features
- File system watching
- Added
workingDirectorytoProcess - Added
createFile(_:)create(_:)methods toPathandFile - Added reading and writing for
FilewithNSDatatype - Added grep operations for
TextFile - Added
init(groupIdentifier:)toPath - Added additional static paths
- Added
/operator for appending paths - Hard linking files
Changes
- Renamed
AllArrayandAllNamesinFileSystemEventFlagstoallFlagsandallFlagNames. - Changed returned description and debug description strings for
FileSystemEventFlags- Now contains the name of the type
FileSystemEventStreamis nowprivate- Removed global
NSFileManagerforPath- Each
Pathinstance now has afileManagerDelegate
- Each
- Expanded name abbreviations
- "CGD" -> "Dispatch"
Fixes
readFromPathforNSDatanow actually returns the contents- Fixed
commonAncestor(_:)method forPath