Bolts v1.7.0 Release Notes

Release Date: 2016-03-31 // about 8 years ago
  • Full Changelog

    Implemented enhancements:

    • Create separate API using Swift generics #61

    Closed issues:

    • Retry primitive? #233
    • โœ… How to get (older version of) Bolts working with Xcode 6.4? I need to test in iOS7 simulator. #228
    • BFTask's -continueWithExecutor cannot make use of Swift block syntactic sugar #222
    • Syntax for conditional check for errors in README doesn't work #221
    • โšก๏ธ Bolts 1.6.0 build errors after a pod update #220
    • "Cannot set the result on a completed task." even with trySetResult #207
    • Duplicate interface definition for class 'BFAppLink' #178

    ๐Ÿ”€ Merged pull requests:

    • Bolts 1.7.0 ๐Ÿ”ฉ #244 (nlutsenko)
    • ๐Ÿ›  Fix flaky test in TaskTests. #243 (nlutsenko)
    • ๐Ÿ‘‰ Use Xcode 7.3 for Travis-CI. #242 (nlutsenko)
    • โœ‚ Remove unused viewToMoveWithNavController property #241 (ejensen)
    • ๐Ÿš€ Change iOS Tests deployment target to 7.0. #240 (nlutsenko)
    • Replace Bolts class, BoltsVersion macro with constant string. #239 (nlutsenko)
    • Define constant variables for multiple {errors, exceptions} userInfo keys #238 (chuganzy)
    • โฌ‡๏ธ Reduce stack frame from continuation stack trace if task is completed. #237 (nlutsenko)
    • ๐Ÿ‘‰ Use Barrier version of OSAtomic in taskForCompletionOfAllTasks:. #235 (nlutsenko)
    • โšก๏ธ Update xctoolchain, fix new warnings in Xcode 7.3 #231 (nlutsenko)
    • โšก๏ธ Update README.md #230 (wzs)
    • โž• Adds race task #229 (flovilmart)
    • โž• Add tests/cleanup code to improve code coverage. #227 (nlutsenko)
    • ๐Ÿ›  Fix disposing of CancellationTokenSource with registrations. #226 (nlutsenko)
    • ๐Ÿ“‡ Rename Bolts-iOS to Bolts-ObjC. #224 (nlutsenko)