Make async extensions available to all supported os versions
This commit is contained in:
parent
12d9cc5758
commit
708a060067
|
@ -1,6 +1,16 @@
|
|||
# Release notes
|
||||
|
||||
|
||||
## 1.3
|
||||
|
||||
This version adjusts the library for Xcode 14.
|
||||
|
||||
### ✨ New features
|
||||
|
||||
* `Collection+Async` is now available for all OS versions that are supported by the library.
|
||||
|
||||
|
||||
|
||||
## 1.2
|
||||
|
||||
This version bumps the iOS deployment target to 13.0 and adds new auth utils.
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
|
||||
import Foundation
|
||||
|
||||
@available(iOS 15.0, macOS 12.0, watchOS 8.0, tvOS 15.0, *)
|
||||
public extension Collection {
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue