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)