All Versions
11
Latest Version
Avg Release Cycle
142 days
Latest Release
1307 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)