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
{{ message }}
This repository was archived by the owner on Jul 3, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,9 @@
1
+
# 7.0.0
2
+
Adds support for Swift 4.2 and Xcode 10.
3
+
4
+
- Upgrade Result dependency to 4.0.
5
+
-[FIX] Fixed a typo and incorrect reference in the `andThen` test ([https://github.com/Thomvis/BrightFutures/pull/197](#197), thanks [https://github.com/robertoaceves](robertoaceves)!)
6
+
1
7
# 6.0.1
2
8
Adds support for Swift 4.1 and Xcode 9.3 (tested with beta 4).
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ The stability of BrightFutures has been proven through extensive use in producti
13
13
## Latest news
14
14
[](https://gitter.im/Thomvis/BrightFutures?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)[](https://travis-ci.org/Thomvis/BrightFutures)[](https://github.com/Carthage/Carthage)[](https://cocoapods.org/pods/BrightFutures)[](http://cocoadocs.org/docsets/BrightFutures)
15
15
16
-
BrightFutures 6.0 is now available! This update adds Swift 4 compatibility and contains breaking changes that are in line with the syntax changes between Swift 3 and 4.
16
+
BrightFutures 7.0 is now available! This update adds Swift 4.2 compatibility.
0 commit comments