Releases: modo-studio/SugarRecord
Releases · modo-studio/SugarRecord
2.2.9 - Mate
2.2.8
Observable
improvements. The new interface now returns the elements that have changed with the indexes.- Created Slack community that developers can join to. 30ddb1d
- Update Realm to 0.102.1 60360a0
- Update RxSwift to 2.5.0 60360a0
- Add
Observable
examples to theExample
project. - Fix a bug disposing the CoreData Observable b148bbe (Thanks @grangej)
2.2.7 - The Observable
- Add Observable feature #243
- Fix a CoreDataStorage
journal_mode
property not set properly.
2.2.4 - The thrower
- Improve error throwing. Fixes #222
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
2.2.2 - Dependencies update
- Updated RxSwift and ReactiveCocoa dependencies to versions
2.1.0
and4.0.1
respectively. - Fixed a bug with the
.podspec
configuration that didn't allow install the pod on iOS. Reported here - Added Reactive components to the project Carthage targets (tests were failing). We'll create new targets with the Reactive stuff only but for now we have to keep it in the same target.
2.2.1 - CoreData iCloud Stack
This new version includes a new CoreDataStack with iCloud support. The list of CocoaPods subspecs has been updated:
pod "SugarRecord/CoreData"
pod "SugarRecord/CoreData+iCloud"
pod "SugarRecord/CoreData+RX"
pod "SugarRecord/CoreData+RX+iCloud"
pod "SugarRecord/CoreData+RAC"
pod "SugarRecord/CoreData+RAC+iCloud"
pod "SugarRecord/Ream"
pod "SugarRecord/Realm+RX"
pod "SugarRecord/Realm+RAC"