FileKit v3.0.0 Release Notes

Release Date: 2016-07-20 // almost 8 years ago
  • ๐Ÿš€ Release Notes

    ๐Ÿš€ This release is mainly to make all current features available.

    ๐Ÿ†• New Features

    • File system watching
    • โž• Added workingDirectory to Process
    • Added createFile(_:) create(_:) methods to Path and File
    • โž• Added reading and writing for File with NSData type
    • โž• Added grep operations for TextFile
    • โž• Added init(groupIdentifier:) to Path
    • โž• Added additional static paths
    • โž• Added / operator for appending paths
    • Hard linking files

    ๐Ÿ”„ Changes

    • ๐Ÿ“‡ Renamed AllArray and AllNames in FileSystemEventFlags to allFlags and allFlagNames.
    • ๐Ÿ”„ Changed returned description and debug description strings for FileSystemEventFlags
      • Now contains the name of the type
    • FileSystemEventStream is now private
    • โœ‚ Removed global NSFileManager for Path
      • Each Path instance now has a fileManagerDelegate
    • Expanded name abbreviations
      • "CGD" -> "Dispatch"

    ๐Ÿ›  Fixes

    • readFromPath for NSData now actually returns the contents
    • ๐Ÿ›  Fixed commonAncestor(_:) method for Path