All Versions
11
Latest Version
Avg Release Cycle
142 days
Latest Release
1670 days ago

Changelog History
Page 2

  • v1.7.0 Changes

    October 10, 2015

    ๐Ÿš€ Release Notes

    ๐Ÿ”„ Changes

    • 0๏ธโƒฃ The file manager for FKPath instances is now defined by FKPath.FileManager, which is set to NSFileManager.defaultManager() by default
    • NSDictionary, NSArray, and NSData now conform to FKWritableToFile

    ๐Ÿ†• New Features

    • ๐ŸŒฒ message property for FKError that improves error logging
    • FKPath now works with bookmark data
    • FKArrayFile and FKDataFile for NSArray and NSData respectively
    • FKReadableFromFile and FKWritableToFile protocols
    • FKWritableConvertible protocol with writable property to make the conforming type FKWritable
    • Static function FKPath.Volumes(_:) that returns an FKPath array of all mounted volumes
    • โšก๏ธ touch(_:) method for FKPath that creates a file at the path if it doesn't exist or updates the modification date
    • Properties for checking if the current process has certain privileges for an FKPath (isWritable, isReadable, isExecutable, isDeletable)