Make async extensions available to all supported os versions

This commit is contained in:
Daniel Saidi 2022-06-20 09:24:13 +02:00
parent 12d9cc5758
commit 708a060067
2 changed files with 10 additions and 1 deletions

View File

@ -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.

View File

@ -8,7 +8,6 @@
import Foundation
@available(iOS 15.0, macOS 12.0, watchOS 8.0, tvOS 15.0, *)
public extension Collection {
/**