Bolts v1.8.0 Release Notes

Release Date: 2016-07-07 // almost 8 years ago
  • Full Changelog

    Implemented enhancements:

    • Opt out exceptions #250
    • -[BFTask waitUntilFinished] does not account for spurious thread wakeup #134

    Closed issues:

    • FBSDKCoreKit 4.10.0 is forcing Bolts 1.6 through CocoaPods, using a faulty waitUntilFinished method on BFTask #257
    • Meeting me #248
    • Chained BFTask(s) run during "Background Fetching" task stopped at the first task #234
    • Can add additional result data when error? #200
    • โ€œInclude of non-modular header inside framework moduleโ€ error in project with framework sub-dependency #192
    • Bracket typing autocomplete issue. #109
    • ๐Ÿ‘€ NSInternalInconsistencyException for seemingly no reason #102

    ๐Ÿ”€ Merged pull requests:

    • Bolts 1.8.0 ๐Ÿ”ฉ #259 (nlutsenko)
    • โšก๏ธ Update all configurations to latest and improve naming of targets. #258 (nlutsenko)
    • ๐Ÿ‘‰ Make sure that internal headers are not exposed in AppLinks pod. #254 (nlutsenko)
    • ๐Ÿ—„ Deprecate BFTask automatic exception catching. #251 (nlutsenko)
    • ๐Ÿ›  Fix potential spurious thread wakeup. #247 (nlutsenko)
    • ๐Ÿ— Unbreak build framework script. #246 (nlutsenko)
    • โž• Add no-side-effects version of navigateToAppLink:error: and navigate: #245 (biasedbit)