Releases: RxSwiftCommunity/RxMKMapView
Releases · RxSwiftCommunity/RxMKMapView
RxMKMapView 6.0.1
Fixes a compilation issue in Xcode 14 caused by swiftlang/swift#45652.
Thanks @mikelrob
RxMKMapView 6.0.0
Support RxSwift 6
RxMKMapView 5.0.0
Swift 5, RxSwift 5 and Xcode 10.2 support.
Thanks @sjrmanning for the work ! 🎉
RxMKMapView 4.4.0
- Add support for
MKOverlay
binding. - Raise minimal RxSwift version to 4.4.
RxMKMapView 4.3.0
Support for Xcode 10 and Swift 4.2. Thanks @diogot !
RxMKMapView 4.2.0
Resolved Carthage Support issues (thanks to @mkko's work) along with some housekeeping and CI stuff.
RxMKMapView 4.1.0
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
Merge pull request #28 from freak4pc/RxSwift4 Swift 4 & RxSwift 4 Support