2.2.3 - Xcode 7.3 and improvements
- SugarRecord supports now Xcode 7.3
- Added
removeAll
method toContext
to remove all the entities. It's only available for Realm. Fixes #219 - Moved the
rootSavingContext
saving operation into aperformBlockAndWait()
block. Fixes #212 - Made
entityName
attribute a class attribute. Fixes #206 - Errors are now exposed in operations. Fixes #204
- Improvements in the reactive interface. Fixes #216