Releases: ionic-team/ion-ios-filesystem
Releases · ionic-team/ion-ios-filesystem
1.1.0
1.0.1
Fixes
- Do not add trailing slash to files.
1.0.0
Features
- Add read operations, namely
readEntireFile(atURL:withEncoding:),readFileInChunks(atURL:withEncoding:andChunkSize:),listDirectory(atURL:),getItemAttributes(atPath:)andgetFileURL(atPath: withSearchPath:). - Add write operations, namely
saveFile(atURL:withEncodingAndData:includeIntermediateDirectories:)andappendData(_:atURL:includeIntermediateDirectories:). - Add directory operations, namely
createDirectory(atURL:includeIntermediateDirectories:)andremoveDirectory(atURL:includeIntermediateDirectories:). - Add file management operations, namely
deleteFile(atURL:),renameItem(fromURL:toURL:)andcopyItem(fromURL:toURL:).
Chores
- Add dependency management contract file for CocoaPods and Swift Package Manager.
- Add GitHub Actions workflows.
- Create Repository