Skip to content

Latest commit

 

History

History
100 lines (64 loc) · 6.77 KB

CHANGELOG.md

File metadata and controls

100 lines (64 loc) · 6.77 KB

Change Log

1.4.0 (2018-07-19)

Full Changelog

Implemented enhancements:

Merged pull requests:

  • Changed casing of Executor enum value in README. #56 (sjorsvb)

1.3.0 (2016-09-20)

Full Changelog

Implemented enhancements:

Closed issues:

  • Swift 3.0 Support #33

Merged pull requests:

  • Update a TaskCompletionSource usage example for Swift 3.0. #48 (sapzildj)
  • Bolts 1.3.0 🔩 #42 (nlutsenko)
  • Set lowest deployment macOS target to 10.10. #41 (nlutsenko)
  • Fix README for TaskCompletionSource.cancel() #37 (ceyhuno)

1.2.0 (2016-07-25)

Full Changelog

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:

1.1.0 (2016-05-04)

Full Changelog

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:

  • Fix usage of CancelledError, add tests for error handling inside tasks. #13 (nlutsenko)

Merged pull requests:

1.0.1 (2016-03-24)

Full Changelog

Implemented enhancements:

  • Make tests less flaky and be able to run under Swift 2.2/Xcode 7.3. #1 (nlutsenko)

Fixed bugs:

  • Task never completes #5
  • Fix optimized away TaskCompletionSource non-try methods. #7 (nlutsenko)

Merged pull requests:

1.0.0 (2016-03-17)

* This Change Log was automatically generated by github_changelog_generator