Roobiq / RBQFetchedResultsController

Drop-in replacement for NSFetchedResultsController backed by Realm.
MIT License
476 stars 70 forks source link

Release 5.0 #112

Closed phatblat closed 7 years ago

phatblat commented 7 years ago

I figure the Swift 3 conversion is a big breaking change worthy of a major version bump. Need to double check that the pods lint clean and that code samples are up-to-date.

Also started a changelog.

bigfish24 commented 7 years ago

👍

jpsim commented 7 years ago

Looks like this still needs to be pushed to CocoaPods trunk as the latest version I find available is 4.0.4: https://github.com/CocoaPods/Specs/tree/master/Specs/9/0/1/SwiftFetchedResultsController

bigfish24 commented 7 years ago

Yeah I hadn't yet because this broke Carthage support. I have a PR addressing it but needed to push finals fixes and then was going to update cocoapods.

jpsim commented 7 years ago

Sounds good. You might want to let https://github.com/realm/realm-cocoa/issues/4419 know when that's available.