4.0.0
- Support RxSwift 6
- Prefix module typaliases with
RxGesture
to avoid conflicts withSwiftUI
(or any other module):View
→RxGestureView
GestureRecognizer
→RxGestureRecognizer
Point
→RxGesturePoint
- etc...
- Enhance custom gesture recognizers (
ForceTouchGestureRecognizer
andTouchDownGestureRecognizer
) - Enhance example app