Skip to content

Releases: RxSwiftCommunity/RxMKMapView

RxMKMapView 6.0.1

14 Sep 15:05
Compare
Choose a tag to compare

Fixes a compilation issue in Xcode 14 caused by apple/swift#45652.
Thanks @mikelrob

RxMKMapView 6.0.0

31 Jan 16:00
b5360de
Compare
Choose a tag to compare

Support RxSwift 6

RxMKMapView 5.0.0

12 Jun 20:22
Compare
Choose a tag to compare

Swift 5, RxSwift 5 and Xcode 10.2 support.

Thanks @sjrmanning for the work ! 🎉

RxMKMapView 4.4.0

12 Feb 11:36
Compare
Choose a tag to compare
  • Add support for MKOverlay binding.
  • Raise minimal RxSwift version to 4.4.

RxMKMapView 4.3.0

29 Oct 18:53
Compare
Choose a tag to compare

Support for Xcode 10 and Swift 4.2. Thanks @diogot !

RxMKMapView 4.2.0

11 Jul 08:21
Compare
Choose a tag to compare

Resolved Carthage Support issues (thanks to @mkko's work) along with some housekeeping and CI stuff.

RxMKMapView 4.1.0

29 May 11:10
Compare
Choose a tag to compare

RxMKMapView 4.1.0 now officially supports binding annotations directly to a MKMapView in a RxDataSources-esque fashion (e.g. annotations.bind(to: mapView.rx.annotations))

Major kudos to @mkko for his immense amount of work and patience on this feature!

🎉 🎉 👏 👏 💯 💯

Swift4 support

09 Nov 08:18
7eb3872
Compare
Choose a tag to compare
Merge pull request #28 from freak4pc/RxSwift4

Swift 4 & RxSwift 4 Support