Releases: RxSwiftCommunity/RxRealm
RxBlocking Migration
This release migrates the test suite to RxBlocking - much readable, very stable 🐕
Hello back iOS8!
Relaxing min ios version
Swift4/RxSwift4/RealmSwift3
This release brings compatibility with swift4, rxswift4, and realmswift3. Enjoy
Xcode9Carthage
- Updates compatibility with Xcode9 via Carthage
- Updates some outdated syntax in the demo/tests
RxSwift-RealmSwift-beta
Dependencies of: 'RealmSwift', '3.0.0-beta.4'; 'RxSwift', '4.0.0-beta.0'
Hello, RxSwift4 - alpha.1
NB: This is a pre-release alpha quality code!
This pre- release uses the 4.0-alpha.1 branch of RxSwift and the 2.9.* versions of RealmSwift.
The demo app successfully builds and runs on Xcode9 and Swift 4.
If you'd like to use this code to test your own RxSwift/Realm apps in Xode9/Swift4 you will need to use the alpha versions of RxSwift and RxRealm. For an example of the Podfile
you need to do that check out the demo app in the RxRealm repo here:
https://github.com/RxSwiftCommunity/RxRealm/blob/mt/swift4.0/Example/Podfile
Hello, write error handling
This release adds:
- error handling closure to write observer
Fixes:
- out of sync crash with latest RxSwift
- lots of source re-formatting to make it look good
- renamed few generic types S for sequences, O for objects
Hello Object Notifications
0.5.0 Update
Few small changes to 0.5.0 before releasing to CocoaPods
RxSwift31Compatibility
RxSwift 3.1 breaks all custom overrides of Observable.from()
so RxRealm had to move to a new naming for its methods. This is a rather big update with the following features:
- renamed all methods to avoid RxSwift 3.1 clash …
- added deprecated availability to all deprecated methods
- did a pass on coding style
- added updated docs to all changed methods
- removed scheduler parameters, which weren't used
- added synchronousStart parameter to toggle sync/async first emit
- added new tests for sync/async emits