- Introduced custom value transformer for CDEPropertyValueChange to silence secure transformer warnings
- Added code to handle secure attribute transformers in user model
- Some fixes in multipeer file system
- Cleaned up a lot of warnings in latest Xcode
- Updated version of Dropbox v2
- Fixes for new security features in binary Core Data stores
- Better Carthage support
- Backported Dropbox v2 backend from Ensembles 2 (Dropbox is terminating the v1 API)
- Using ZipArchive project, which is actively developed, instead of SSZipArchive project
- Fixed memory issues related to new
NSError
autorelease behaviour - Updated installation instructions in README
- Added a guard against
NSNull
values that could cause a crash
- Memory fixes for
NSError
propagation. The problems arose due to changes inperformBlock
methods, which now have an internal autorelease pool.
- Added a module target for iOS.
- Added the Simple Sync in Swift sample app.
- Added
dismantle
method, which can be called aCDEPersistentStoreEnsemble
is no longer needed. - Fixed a number of autoreleasing-NSError argument memory management issues.
- Improved notifications for file transfers in the multipeer backend
Minor changes.
Minor changes.
Minor changes.
- Added Quality of Service settings to all operation queues, to ensure they keep working even on mobile networks
- Minor changes to comments in code
- Updates to support Xcode 7 (including bitcode)
- If a save makes no changes to the persistent store, no event will be generated
- Mention Swift in the README
Release Notes prior to 1.4 were not kept. The GitHub commit log can be used to see what changed in earlier releases.