Releases: BoltsFramework/Bolts-Swift
Releases · BoltsFramework/Bolts-Swift
1.5.0
Implemented enhancements:
- Add support for Swift Package Manager. #92 (nlutsenko)
- Update to Swift 5 and Xcode 11. #91 (nlutsenko)
Merged pull requests:
- [TravisCI] fix it, test with Swift 4.0 and 4.2 (5.0 prepared) #87 (HeEAaD)
- Tweak README for readability & clarity #83 (ermik)
- Adding Code of Conduct file #79 (facebook-github-bot)
- Add swift_version to podspec #75 (hcanzonetta)
1.4.0
Implemented enhancements:
- Remove flatMap because it is now deprecated in Swift 4.1 #71 (sebleclerc)
- Swift 4.0 Support #64 (nlutsenko)
- Adding a new executor which takes an escaping closure #58 (sebleclerc)
Merged pull requests:
1.3.0
1.2.0
Implemented enhancements:
- Implement new set of continuations for error-only use case. #17
- Make all 'trySet', 'set' functions to use explicit argument labels. #30 (nlutsenko)
- Update project/tests for Xcode 8 and Swift 2.3. #27 (nlutsenko)
- Make CompletedCondtion optional, should improve memory usage slightly. #25 (richardjrossiii)
- Add continueOnErrorWith, continueOnErrorWithTask. #18 (nlutsenko)
Fixed bugs:
Merged pull requests:
- Migrate all targets to shared configurations from xctoolchain. #32 (nlutsenko)
- Add swiftlint to Travis-CI. #29 (nlutsenko)
- Split Task into multiple files. #24 (richardjrossiii)
- Update installation instructions in README. #22 (nlutsenko)
- Refactor continuation to be better, faster, stronger. #20 (richardjrossiii)