Skip to content

Releases: RxSwiftCommunity/RxMKMapView

RxMKMapView 6.0.1

Choose a tag to compare

@freak4pc freak4pc released this 14 Sep 15:05

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

RxMKMapView 6.0.0

Choose a tag to compare

@freak4pc freak4pc released this 31 Jan 16:00
b5360de

Support RxSwift 6

RxMKMapView 5.0.0

Choose a tag to compare

@freak4pc freak4pc released this 12 Jun 20:22

Swift 5, RxSwift 5 and Xcode 10.2 support.

Thanks @sjrmanning for the work ! 🎉

RxMKMapView 4.4.0

Choose a tag to compare

@freak4pc freak4pc released this 12 Feb 11:36
  • Add support for MKOverlay binding.
  • Raise minimal RxSwift version to 4.4.

RxMKMapView 4.3.0

Choose a tag to compare

@freak4pc freak4pc released this 29 Oct 18:53

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

RxMKMapView 4.2.0

Choose a tag to compare

@freak4pc freak4pc released this 11 Jul 08:21

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

RxMKMapView 4.1.0

Choose a tag to compare

@freak4pc freak4pc released this 29 May 11:10

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

Choose a tag to compare

@icanzilb icanzilb released this 09 Nov 08:18
7eb3872
Merge pull request #28 from freak4pc/RxSwift4

Swift 4 & RxSwift 4 Support