Skip to content

2.2.3 - Xcode 7.3 and improvements

Compare
Choose a tag to compare
@pepicrft pepicrft released this 30 Mar 09:58
· 197 commits to master since this release
  • SugarRecord supports now Xcode 7.3
  • Added removeAll method to Context to remove all the entities. It's only available for Realm. Fixes #219
  • Moved the rootSavingContext saving operation into a performBlockAndWait() 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