Skip to content

Releases: RxSwiftCommunity/RxRealm

RxBlocking Migration

30 Nov 16:23
Compare
Choose a tag to compare

This release migrates the test suite to RxBlocking - much readable, very stable 🐕

Hello back iOS8!

27 Oct 13:20
Compare
Choose a tag to compare

Relaxing min ios version

Swift4/RxSwift4/RealmSwift3

20 Oct 08:47
Compare
Choose a tag to compare

This release brings compatibility with swift4, rxswift4, and realmswift3. Enjoy

Xcode9Carthage

05 Oct 13:26
Compare
Choose a tag to compare
  • Updates compatibility with Xcode9 via Carthage
  • Updates some outdated syntax in the demo/tests

RxSwift-RealmSwift-beta

26 Sep 14:00
Compare
Choose a tag to compare
Pre-release

Dependencies of: 'RealmSwift', '3.0.0-beta.4'; 'RxSwift', '4.0.0-beta.0'

Hello, RxSwift4 - alpha.1

22 Aug 13:25
Compare
Choose a tag to compare
Pre-release

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

13 Apr 12:27
Compare
Choose a tag to compare

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

07 Mar 14:39
Compare
Choose a tag to compare

An update requiring RealmSwift 2.4 that integrates native object notifications. Also adds tvOS and watchOS as supported targets.

Includes PRs: #68 #71

0.5.0 Update

23 Jan 12:28
Compare
Choose a tag to compare

Few small changes to 0.5.0 before releasing to CocoaPods

RxSwift31Compatibility

19 Jan 12:27
Compare
Choose a tag to compare

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