1.1.2 (2026-07-14)
- iOS: Bump
IONFilesystemLibto1.1.2to fix inconsistent error codes when file is missing.
- Allow reading parts of a file with
offsetandlength.
- android: Remove unused dependencies to
oscoreandoscordova.
- iOS Do not add trailing slash to files
- Usage of Synapse in OutSystems wrapper.
- Fix: Duplicated
Constantsstruct build error on iOS.
- Feat: Implement plugin methods:
readFile,readFileInChunks,writeFile,appendFile,deleteFile,mkdir,rmdir,readdir,getUri,stat,rename,copy.