1.3.0 (2016-09-19)
Implemented enhancements:
Closed issues:
- Swift 3.0 Support #33
Merged pull requests:
- Set lowest deployment macOS target to 10.10. #41 (nlutsenko)
- Fix README for TaskCompletionSource.cancel() #37 (ceyhuno)
1.2.0 (2016-07-25)
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:
- Refactor continuation to be better, faster, stronger. #20 (richardjrossiii)
- Bolts 1.2.0 🔩 #34 (nlutsenko)
- 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)
1.1.0 (2016-05-04)
Implemented enhancements:
- Add ability to throw errors in all Task continuations that return a Task. #14 (nlutsenko)
- Improve and add missing documentation. #10 (nlutsenko)
Fixed bugs:
Merged pull requests:
- Bolts 1.1.0 🔩 #16 (nlutsenko)
- Add more tests and fix documentation. #12 (nlutsenko)
- Use Xcode 7.3 for Travis-CI. #11 (nlutsenko)
1.0.1 (2016-03-24)
Implemented enhancements:
Fixed bugs:
Merged pull requests:
- Bolts 1.0.1 🔩 #9 (nlutsenko)
- Add tests for release configuration in addition to Debug one. #8 (nlutsenko)
- Use common expectation wait method in tests. #6 (nlutsenko)
- README: Fix syntax in example code. #4 (Lukas-Stuehrk)
- Fix typo in README. #3 (Lukas-Stuehrk)
- Fix typos in README #2 (richardjrossiii)
1.0.0 (2016-03-17)
* This Change Log was automatically generated by github_changelog_generator