You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,8 @@
1
1
# CHANGELOG
2
2
3
-
## Pending
3
+
## 1.8.0
4
4
5
+
- Obsoleted the `await` function in Swift 5.5 and added a `waitFor` function because using `await` in Swift 5.5 will lead to ambiguity errors with the `await` keyword. No code changes are required for clients, unless they're on Swift 5.5 and are calling the `await` function in their code. In that case, they will need to update it to `waitFor`.
5
6
- Upgraded GitHub actions:
6
7
- Added Xcode 12.1 as part of the job for validating SwiftPM, Carthage and Cocoapods
7
8
- Temporary allow Cocoapods to valid a library with warning for Xcode 12
func scroll(_ element:Scrollable, _ direction:ElementAttributes.Direction, until otherElement:Element, is states:ElementAttributes.State..., maxTries:Int=10){
0 commit comments