New
7.1.1
This the second minor release of ReactiveSwift 7.
The minimum deployment targets for Apple OSes have been increased to iOS 11, macOS 10.13, tvOS 11 and watchOS 4. If you need to support older OS versions, please continue to use 7.0.0 or 7.1.0.
- Bumped deployment target to iOS 11, tvOS 11, watchOS 4, macOS 10.13, per Xcode 14 warnings (#865, kudos to @lickel)
- Explicitly declare
APPLICATION_EXTENSION_API_ONLYfor CocoaPods (#866, kudos to @lickel)