Skip to content

Releases: modo-studio/SugarRecord

2.2.9 - Mate

28 Jun 22:20
Compare
Choose a tag to compare
  • Remove Embedded Content Contains Swift Code #260 (thanks @grangej )
  • Modify observers to allow returning data #257 (thanks @grangej)
  • Version checker #244
  • Rename Observable #256

2.2.8

16 May 14:38
Compare
Choose a tag to compare
  • 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 the Example project.
  • Fix a bug disposing the CoreData Observable b148bbe (Thanks @grangej)

2.2.7 - The Observable

08 May 09:56
Compare
Choose a tag to compare
  • Add Observable feature #243
  • Fix a CoreDataStorage journal_mode property not set properly.

2.2.4 - The thrower

05 Apr 08:16
Compare
Choose a tag to compare
  • Improve error throwing. Fixes #222

2.2.3 - Xcode 7.3 and improvements

30 Mar 09:58
Compare
Choose a tag to compare
  • 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

2.2.2 - Dependencies update

07 Feb 18:07
Compare
Choose a tag to compare
  • Updated RxSwift and ReactiveCocoa dependencies to versions 2.1.0 and 4.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

03 Feb 21:55
Compare
Choose a tag to compare

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"

2.1.8

24 Jan 02:08
Compare
Choose a tag to compare

Changelog

2.1.7

14 Jan 21:52
Compare
Choose a tag to compare
  • Fixed bug casting context into Realm instance #192

2.1.6

02 Jan 22:50
Compare
Choose a tag to compare
  • Implemented example project.
  • Fixed a bug with the CoreDataDefaultStorage that didn't persist the changes.